Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
V6s5 - Urgent - Unknown replacement in View
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
V6s5 - Urgent - Unknown replacement in View
Divers
Thread ID:
00879083
Message ID:
00879083
Vues:
61
Hi all

Sorry today I have been posting urgent queries only.

I have this form (view based), which has a autocomplete combo class. All in all this combo is working well.

Now this combo has the following properties:
ControlSource: V_TNONCUMMU.cbankname
BoundColumn: 3
BountTo: .T.
RowSource: v_LKmBanks.cname, cbranch, iid
RowSourceType: 2
ColumnCount: 3
ColumnWidths: 200,200,0
The custom property ReplaceID contains the following:
REPLACE v_tNonCummu.iBankID WITH v_LKmBanks.iID, ;
	v_tNonCummu.cBankName WITH v_LKmBanks.cName, ;
	v_tNonCummu.cBankBranch WITH v_LKmBanks.cBranch ;
	IN v_tNonCummu
wait window "B" + str(v_tNonCummu.iID) + str(v_tNonCummu.iBankID) + " " + v_tNonCummu.cBankName + " " + v_tNonCummu.cBankBranch
This wait window gives the required results but as soon as this happens the cBankName above gets replaced by iBankID, I can't understand why.

Please note the back end is a FireBird database if that has any relevance, but all the handling is done in a view.

Help.
Regards
Bhavbhuti
___________________________________________
Softwares for Indian Businesses at:
http://venussoftop.tripod.com
___________________________________________
venussoftop@gmail.com
___________________________________________
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform