Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox Update
Message
De
22/03/2004 17:48:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Combobox Update
Divers
Thread ID:
00888684
Message ID:
00888684
Vues:
59
Hi,

I have a selection window with two Comboboxes set as Dropdown List.
I would like to select a Branch Office from the 1st Combo and have its Loan Officers populate the 2nd Combo. Can this be done with two Combo boxes? I currently have Combo1 set as ControlSource = Brorder.cbranchnam; RowSource = Brorder.cbranchnam and RowSourceType = 2-Alias; Combo2 set as ControlSource = Loanoff.cloname; RowSource = Loanoff.cloname and RowSourceType = 2-Alias. I can seem to get it to work. Am I setting something incorrectly? My relationship seems to be correct when I test it using the datasession window.

I also have the following data environment:

OPEN DATABASE (.gcNetDir+"Dbfs\Loanlog.dbc") SHARED
USE (.gcNetDir+"Dbfs\Brorder.dbf") IN 0 ORDER BRID SHARED
SET FILTER TO Brorder.cbranchnam != "Terminated"

USE (.gcNetDir+"Dbfs\Loanoff.dbf") IN 0 ORDER LOFFID SHARED

SELECT Brorder
SET RELATION TO (Brorder.cbranchnum+Brorder.cbranchnam) INTO Loanoff ADDITIVE


I would appreciate any help.

Thank you
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform