Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
De
13/08/2007 09:51:47
 
 
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:
01247815
Vues:
40
i try it with out local variables,
same error.
don't forget to put something in Details section,
same error

thanks

>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform