Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sat forms 4 activeX Control
Message
 
 
To
29/04/2002 11:51:08
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00650440
Message ID:
00650447
Views:
36
Yes, but unfortunately, I do not have my app here at work. Just a thought, but do you have the PDB and corresponding DBF files in your download folder? I also have a 2-part series of articles in FoxPro Advisor on VFP/Palm [SatForms] Development. The first is in the May 2002 issue. Part 2 comes out in June. Part 1 covers your question.

If you are still having problems, just reply to this, and I will look at your code when I get home tonight. Don't give up, it does work.

>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
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform