Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error message
Message
De
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:
01247811
Vues:
42
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,
>>i will,
>>
>>but why i can print text directly, the edit is not.
>>
>>
>
>In any case you need a cursor to run a report.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform