Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SBT 6 and the Custom Menu?
Message
From
20/06/2001 18:22:28
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00521662
Message ID:
00521711
Views:
16
Stephen,

My guess would be the read events. I do all of our mods off the "custom" menu and I have never put in a read events.

Plus, sbtproc.prg should already be set as the procedure file.

Also, if you do a memory dump to a text file, you can refer to the artran01 by its memory variable instead of hard coding the company number to the file. That makes it much more portable of a mod. This wouldn't cause your crash but is just an observation.

Bill

>I agreed to help someone with a little form in AccPac Accounting "SBT." I have created a form that runs from a prg. It runs fine as standalone. Add that to the custom file menu and you get SBT messages stating that it's unsupported.
>
>My_Prg:
>set proc to sbtproc
>set path to custom\
>Open Data custom\Focus1
>do form custom\Focus1
>
>read events
>
>if used('artran01')
>sele artran01
>use
>endif
>.... for all other files
>
>return
>
>So what doesn't SBT like the Open Data?
>
>__Stephen
Previous
Reply
Map
View

Click here to load this message in the networking platform