Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report1
Message
 
 
À
23/02/2009 23:40:50
Muthu Vel
Sty Company
Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01383667
Message ID:
01383668
Vues:
51
>I have create Report.scx in that i have put one combo box and one command button, in form initialization event i witten code
>combo1.additem("ICICI")
>combo1.additem("INDIAN BANK")
>combo1.additem("STATE BANK OF INDIA")
>and i have designed bank Report.frx in that i have put one label in header section namely "Name of the Bank". Now I want to print a bank name in near label What i selected bank name in combo1.list.
>
>can any one give the solution how to do this in Report designer?
>

Before calling your report

local lcNameOfBank
lcNameOfBank = alltrim(thisform.combo1.Displayvalue)

use this variable in your report.
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform