I'm supporting about 120 desktop & laptop users with any application which operates for most of the time, offline. However, when data needs to be uploaded to the server, the application recognises whether or not it is online by using
the code
gcNetDataDir = '\\ServerName\DataFolder\'
IF...
Is there anyway to find out whether an EXE is already running programmatically? My users are prone to starting the EXE (once it is already running and minimised on the taskbar). Although the creation of a phyical flag file maybe a solution, it is prone other problems)
Anyway of querying the...
Using VFP6 SP5 » Error 1152 (Cannot access the selected table) keeps appearing in code where previously not errors had been found. The messagebox appears, OK is pressed, and the program continues to find the table OK. This is an EXE working on a standalone PC using local tables. Is this a case...
Running VFP6 SP5 on XP SP2. Testing an EXE complied with debug info. Running EXE from inside VFP6. All other parts of system testing fine. One form when entered makes the form run at 50-60% CPU, although VFP is not running any code stopped by set step on. While in this state unable to access VFP...
I'm exporting from Outlook 2000 in FoxPro format, which works fine in on my development machine (Win XP Pro) I've just tried it under (Win XP Home) and got the error message below:
'An ODBC error has occurred in the Microsoft FoxPro translator while opening a file to build a field map...
I am trying to create an email whose content is in HTML format type. The method code I'm using (in VFP8) is as follows:-
PARAMETERS pToWhom, pTitle, pBody
oOutlook = GETOBJECT(,"Outlook.Application")
oMailItem = oOutlook.CreateItem(0)
oMailItem.To = pToWhom
oMailItem.Subject = pTitle...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.