Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable not found when hitting print button
Message
De
11/02/2011 18:50:39
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Variable not found when hitting print button
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01499836
Message ID:
01499836
Vues:
146
On a form is a container. When you click on the container it executes
DO Print_Menu WITH 'PROJECT', 'GENEREP', thisform, [ADHOC] IN [Progs\REPORTMENU]
This program creates a Popup menu with the list of reports. For each bar of the menu we have
ON SELECTION BAR i OF popValues DO Print_Report WITH oCaller
Print_Report hides the popup and calls a form. The form's init method generates some data and then
REPORT FORM "Reports\" + lcReport + " " PREVIEW
If I have a SET STEP ON anywhere in this process and simply hit the resume button everything works as desired.

Without the SET STEP the report correctly appears on the screen. However, when the Print Button on the report toolbar is pressed, we get a Variable Not Found error.

This was already in a TRY/CATCH block. So before the REPORT FORM line I created a variable with the value of ALIAS(). The first line of the CATCH block does the same thing. What has happened is that the ALIAS() changed (presumably when the Print button was pressed)

Any suggestions on how to find the cause and/or fix the problem will be muchly appreciated.

Please note.........VFP 8

Thanks to all...................Rich
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform