Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ICE Reporting Woes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00006025
Message ID:
00006027
Vues:
54
>Anyone have a possible idea to the following?
>
>FPW26a, WFW3.11
>
>Database are open. All relations set. The user selects the PRINT Button from the main menu. A simple screen opens to prompt (2) buttons appear: "Print current bill", "Print all clean bills".
>
>The use selects "Print current bill". The VALID triggers:
>
>DO PrintBill WITH nChoice
>
>PROCEDURE PrintBill
>PARAMETERS nPrintWhat
>
>DO CASE
>CASE nPrintWhat = 1 &&print current bill
> REPORT FORM invoice FOR NEXT 1 TO PRINT NOCONSOLE
>
>CASE nPrintWhat = 2 &&print all clean bills
> REPORT FORM invoice FOR Invoice.Clean TO PRINT NOCONSOLE
>ENDCASE
>
>The first choice works great, the current bill is printed and life goes on. The second choice produces an Internal Consistency Error.
>
>Nothing changes in the environment, you can start the app print all and ICE, or you can start the app print the current record (great, fine) then print all and ICE.
>
>All the tags have been deleted and rebuilt why does the same form in the same environment with the same databases crash out?
>
>Open for suggestions! and Thanks

Ricky

Is ' FOR Invoice.Clean' really a valid For clause? Does not really look like a valid expression from where I am sitting.

Tom
Tom
--------------------------------
Tom O'Hare
407-299-4268 -- tom@redtile.com -- http://www.redtile.com/
Independent Programmer Using Visual FoxPro, Visual Basic & more...
Operations Manager -- Virtual FoxPro User Group (VFUG)
http://www.vfug.org/ -- tom@vfug.org
President -- Central Florida FoxPro User Group (CFFUG)
http://www.redtile.com/foxpro/
Universal Thread Most Valued Professional (MVP)
http://www.transformation.com/foxpro/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform