Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
 
 
À
13/08/2007 09:43:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247687
Message ID:
01247813
Vues:
46
>hi,
>i try same error
>
>CREATE CURSOR csrBillTotals (;
>  bill_total Y, ;
>   sheqno i( 20 ), ;
>   forto  c(70), ;
>   bank  c(70), ;
>   dat  d(8), ;
>   tra  m, ;
>   AMOUNT i(10.3),;
>  nam c(70))
>
>  APPEND BLANK
>REPLACE NAM WITH THISFORM.TEXT1.VALUE;
>AMOUNT WITH THISFORM.TEXT2.VALUE ;
>FORTO WITH THISFORM.TEXT3.Value;
>BANK WITH THISFORM.TEXT4.VALUE;
>SHEQNO WITH THISFORM.TEXT5.Value;
>tra with thisform.text10.Value
>****************************************work
>local lcEditValue,lcEditValuett,lcEditValueyy
>lcEditValue = nam
>lcEditValuett = bank
>lcEditValueyy = tra&&memo (edit)
>report form last1 preview
>******************************not work
>
>thanks
>
>>>thank you,

If you now have a cursor, then why do you need some local variables? Use cursor's fields instead and don't forget to put something in Details section.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform