Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_GENXTAB and runtime
Message
De
02/04/1997 05:07:21
 
 
À
02/04/1997 04:09:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00026522
Message ID:
00026523
Vues:
28
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform