Group: Forum Members
Posts: 1,
Visits: 5
|
Hi guys,
I'm new to using Strataframe, so my question may be very simple but I have spent quite a time on this issue. Ok, heres the problem, I have three tables in my database with the following structure:
G_Ledger:
glNum (string)
title (string)
S_Ledger:
slNum:string
glNum: string
title:string
C_Ledger:
clNum: string
slNum:string
glNum: string
title:string
Now I have already created the BOs and set the parent-child relationship among the objects. Now I drop three UltraComboboxes on a form and I would like to populate the first combobox with G_Ledger BO and once an entry is selected from that drop down I would like to populate the corresponding entries for the next combobox and so on. First of all, it seems that I can't use the ultracombobox control since it's not a Stratafrrame wrapper control (I'm not sure is I'm right though). So I tried the wrapper combobox and when I populate the BO with the top100 entries from the db only the first entry shows up on the list (I tried setting the value members through the populatedatasource in properties).
Could someone please help me out here and let me know what I'm doing wrong.
Thanks,
Yourik
|