Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_GENXTAB and runtime
Message
From
02/04/1997 05:07:21
 
 
To
02/04/1997 04:09:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00026522
Message ID:
00026523
Views:
26
>Hi
>I'm using xref with a table
>functions OK in dev.
>
>Compiled and running I get the message
>file not found.
>I guess it is:
>DO (_GENXTAB) WITH 'ferdiggrp.dbf'
>in my code.
>
>What is the solution to this problem.
>
>I have to use xtab to display graphs correct.
>
>Best regards
>
>Per Simmersholm


When you compile the application, the application does not know the location of genxtab.prg because it is refrenced by the (_genxtab) statement. Just use a command that does not use macro expansion such as "DO GENXTAB WITH 'ferdiggrp.dbf'. When the application is compiled it will look for GENXTAB.PRG and will include it in the compiled application.
Also, I would look a the code for GENXTAB.PRG. There are some paramiters that allow you to do some neet things with it such as picking which column in the source table will refer to what.

Hope this has helped

Arthur Pember
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform