Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Builder Error!!!
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00929093
Message ID:
00929475
Vues:
11
As I try to customized a report, I choosed to click New Put Label but I received this error message..

Variable 'VPOS' is not found!
Line 0 in Loadfromfrx():
...

TextLabelHandler.Error()

This is the code I have runned within VFP9 Beta..


PUBLIC gcReports
gcReports = GETFILE('FRX', 'Get Report File .FRX:', 'Customized', 1, 'Report Customization')
DO CASE
CASE 'Untitled' $ gcReports
MODIFY REPORT (gcReports)
CASE EMPTY(gcReports)
RETURN
OTHERWISE
MODIFY REPORT (gcReports) SAVE
ENDCASE
IS this a Bugged in VFP9 or the code that i run is buggy? Or let say not applicable to use :)...



Thanks..
Jojo R. dela Cuesta, B.Sc.
eConsultant, Programmer
Dalplus Technologies
http://www.dalplus.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform