Re: Sending a VFS Text File from Palm to Desktop PC

2007-09-12 Thread Ken Hoyes
Thanks so much, I think you are right. I downloaded the Wifile product and, within minutes, was able to save a memo composed on the Palm as a text file on my desktop PC. Now I know it can be done I can confidently move to developing similar facilities in my own application. -- For informatio

re: popup trigger was working then stopped after adding button

2007-09-12 Thread r r
I ended up putting in a ctlSelectEvent in to handle each popup trigger to show the list and set the popup triggers label. FYI Dean-O --- Philip Sheard <[EMAIL PROTECTED]> wrote: > > Perhaps because you now trap ctlSelectEvents and > return true if > the calling control is not your button, thus

VFSImportDatabaseFromFile with more than 32K records

2007-09-12 Thread Philip Sheard
Has anyone tried importing a PDB file, with more than 32K records, from an SD card? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Sending a VFS Text File from Palm to Desktop PC

2007-09-12 Thread David Thacker
Given your description, the best solution for your app would be to use the commercial application WiFile Pro from Hands High Software: http://www.handshigh.com/html/wifile.html With WiFile Pro on your device, you can easily send files via WiFi from the VFS card to a PC over standard Windows net

Re: Strange string in the post replies

2007-09-12 Thread David Thacker
Regis, it is a bug in the Lyris 9.2 forum hosting software. Random parts of the message header are dumped into the message body, for some users (but not all), using the newsgroup interface. My Satellite Forms developer forum (http://www.satelliteforms.net/forum.htm) is also Lyris-hosted, and a

Re: Strange string in the post replies

2007-09-12 Thread Regis St-Gelais
No filters. Just old plain outlook express. See bellow what I got from you. (notice the "ite.domainname%%>") -- Regis St-Gelais www.laubrass.com "Jeff Loucks" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] ite.domainname%%> Are you using a mail filter or virus scanne

re: popup trigger was working then stopped after adding button

2007-09-12 Thread Philip Sheard
> Perhaps because you now trap ctlSelectEvents and return true if the calling control is not your button, thus cancelling the popup trigger action... That was what I was going to suggest. Check that your event handler is still returning False. -- For information on using the ACCESS Developer For