|
-
Jul 11th, 2000, 08:18 AM
#1
Thread Starter
Junior Member
Is there any way to have access to a database in the manner of a parent/child or Master/Detail form without using a dbGrid for the child or detil information? I would like to use fields for the child info no different than a normasl form.
Also, is it possible to have nested child/detail information? For instance, a patient with multiple corresponding office visite, each with multiple corresponding prescriptions given on that visit?
Thanks in advance,
Mike
Full Contact Coding-
The greatest way of life!
-
Jul 11th, 2000, 11:35 AM
#2
Addicted Member
you could try to use a control array to create your own grid...
-
Jul 11th, 2000, 05:22 PM
#3
you could also try to use the DataRepeater control, but be prepared for a bit of investigation.
best regards
Sascha
-
Jul 12th, 2000, 01:41 PM
#4
Member
Be careful!
never touch to dbgrid datagrid or whatever "grid" supplied by vb if you want to keep control all over the "beast" you use: when you want to use it "bound" with "unbound" column it's a mess and the reciproque is also true, if you want to get good and controled results build your own array of textbox, it's a bit longer at the design time but .....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|