Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo box to scroll thru a database
Message
De
23/03/2010 08:18:43
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01456119
Message ID:
01456426
Vues:
29
>>>Ok. Did you get it working?
>>
>>
>>oh no not really...the bound to property was set to true. but no difference
>
>What code do you currently have and what are the properties on this combobox now? Post the whole form's code.
form,s ACtivate
SELECT sum(period1), sum(period2),sum(period3),(period4),; &&Period 1-12 are the combo boxes that supposoed 2 change when i 
	sum(period5), sum(period6),sum(period7),(period8),;   && change my value in the combo box
	sum(period9), sum(period10),sum(period11),(period12);
	FROM busin_profit WHERE itemtype = 'E' AND loanid = apprClientID INTO Array expTotArray

SELECT busin_profit
set filter to BUSIN.ITEMTYPE = 'E'
GO TOP

THISFORM.REFRESH
custsubform::activate()
INIT
select client
seek Apprclientid

SELECT BUSIN
combo interactive change
lnpk=thisform.comboDescrip.Value
IF SEEK(lnpk,'BUSIN','id')
thisform.Refresh()
ENDIF
bound to set to true.id being a character
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform