Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using sys(1500) - runtime vs development
Message
From
01/07/2000 01:41:39
 
 
To
02/06/2000 04:05:20
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00375866
Message ID:
00387284
Views:
17
The reason why SYS(1500) works in the development environment and not in the runtime is because the VFP System menu is present in the dev environment and not in your compiled application. SYS(1500, '_MFI_EXPORT', '_MSM_FILE') refers to the Export menu item in the VFP System menu, not your custom Export option in a File menu you've defined.

Dave

>I want to include a "File, Export" option on my (non-VFP generated) menu system while displaying data in a grid.
>
>I've been informed that e.g. a call to
>
>SYS(1500, '_MFI_EXPORT', '_MSM_FILE')
>
>which works well in the development environment ( as do other options to print, import etc) does not work in runtime.
>
>Anyone have any ideas - other than writing my own code??
Previous
Reply
Map
View

Click here to load this message in the networking platform