Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sat forms 4 activeX Control
Message
From
29/04/2002 11:51:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Sat forms 4 activeX Control
Miscellaneous
Thread ID:
00650440
Message ID:
00650440
Views:
62
Has anyone go the sat forms 4 active x object to work? I'm using this code in the hotsyncstatus event:

LPARAMETERS statuscode, param
local lcCreator, lcFile
lcCreator = "PWG0"
lcFile = "c:\temp\itemtype.dbf"
DO CASE
case statuscode = 1
wait window "downloading file: " + lcFile
this.GetTableFromPalmPilot(lcFile, lcCreator, "C:\Program Files\Common Files\Satellite Forms EE\Bin\SDDI\Sddi_PalmDB.dll", 0, 1, 8)

case statuscode = 2
if param = 1
wait window "download succusfull"
else
wait window "Failed to download"
endif

case statuscode = 3
if param = 1
wait window "Copied a table to the palm pilot"
else
wait window "Failed to copy table to palm pilot"
endif


endcase
endif

---
I do get the wait window that a file is being downloaded. I get the wait windows that detects errors and the file doesn't download. What am I missing? I'm sure that the application ID is PWG0, the table is on the palm and the plugin path is correct. TIA
Jeremiah
Next
Reply
Map
View

Click here to load this message in the networking platform