Enter Keywords:
1 - 10 of 906(0.013 seconds)
Sort By:
 
I call two servlets very swiftly after another in a JavaScript function: serverAddress = "/servlet/threader.RedServlet"; parent.frames[0].location = serverAddress; serverAddress = "/servlet/thr...
Zones: Java, ServletsDate Answered: 11/04/1999 Rating: 9.0 Views: 0
class Test implements Runnable {   Thread t = null;   Test() {         t = new Thread(this);         t.start();   }     public void run() {       printTest();   }    void printTest() {    sync...
Zones: JavaDate Answered: 03/13/2000 Rating: 6.8 Views: 0
When using Outlook to dial in and synchronize all folders i get the following error " synchronization with offline folder could not be completed.The information store could not be opened" I seem to...
Zones: Outlook GroupwareDate Answered: 05/31/2000 Rating: 7.2 Views: 0
How to run a batch file in background in Synchronous mode from C or C++ programming langauge using VC++ tool?
Zones: C++Date Answered: 05/01/2001 Rating: 9.2 Views: 4
Hi Is it possible to use the synchronize procedure in another way than just passing a procedure name. Is it somehow possible to pass it a procedure which takes a parameter. Like this? sync...
Zones: Delphi ProgrammingDate Answered: 06/25/2001 Rating: 8.4 Views: 0
Hi, I have two full installed SQL2000 Enterprise Servers. The first (SQL1) is the big machine, which takes the workload. The second one (SQL2) is a smaller computer which only should get a live...
Zones: MS SQL ServerDate Answered: 05/29/2002 Rating: 7.0 Views: 0
I would like to run code which will synchronize my database. Basically I'm trying to negate the need for users to go to Tools->Replication->Synchronize. I believe I need a shell function, but am no...
Zones: MS AccessDate Answered: 01/16/2003 Rating: 7.6 Views: 0
Hi experts, I wonder how the TThread.Synchronize method works: e.g.   ...   Synchronize(Foo);   Bar;   ... Does Foo _always_ finish _before_ Bar is executed? Reagards, J
Zones: Delphi ProgrammingDate Answered: 03/05/2003 Rating: 7.8 Views: 0
I am trying to integrate a command button within the application that will instruct access to perform a synchronization of an assigned replica.  The users of this database have difficulty with comp...
Zones: MS AccessDate Answered: 07/17/2003 Rating: 8.4 Views: 0
Hi, i have this problem. I'm trying to play various sounds using the playsound method from winmm.dll The issue is that we are Drawing many things using timers, so we can't synchronize the sounds ...
Zones: C#Date Answered: 08/04/2003 Rating: 8.4 Views: 0