Tagged Questions

0
votes
1answer
94 views

In Sharepoint, I want to trigger a workflow automatically every month which shows only the lists which has that particular months date

Hi, I am new to sharepoint... I have a question: I have a list with many documents in it. I have a date column in that list. For each month I would like to view only that particular month's list …
0
votes
2answers
74 views

How to change the location automatically of a div when it’s right of left side element is removed from document.

hello guys, Here i have a probs, i wanna sift automatically a div when it's right side element is removed from document. let all the elements are start from the right to left side like D C B A. …
0
votes
1answer
52 views

Automatic Hyperlink in my website

I want the urls in my website automatically hyperlink. I can only use javascript, html, and jQuerry in my website.
0
votes
3answers
102 views

Conversion of Delphi code to Java

Does a parser exist for delphi which can be used to convert the delphi code into Java code automatically? Please Help!!!
0
votes
0answers
17 views

Cross server file transfer possibility- winserver2008 ?

Guys, I am new to this. Thus, really need your expert advice. I want to transfer file from C:/inetpub/vhosts/domain.com/subfolderA from Server 1 in location A into E:/inetpub/vhosts/domain.com of …
0
votes
2answers
670 views

extract cab file and execute the exe file(inside the cab file) automatically

Hi! I have a cab file(w/ an executable file inside) embedded on my webpage. When the user access the page the cab file will be automatically extracted and the executable file inside should be executed …
0
votes
1answer
59 views

Automatically connect to a DB in a swing application

Hello, I m working on a single user swing application that access an hsqldb database. How can i Automatically run the DB server when a user run the application.? for example, after i finish …
0
votes
1answer
700 views

Adobe AIR app fit screen(maximize) by itself

Is there a way to make an Adobe AIR app fit screen(maximize) by itself when it's launched?
0
votes
2answers
409 views

Restart ASP.NET application when folder contents change

I'm writing a web application that will have "plugins". The plugins will be .DLL files which will export their functionality through predefined interfaces 'n stuff. All the .DLL files are in a folder …