Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code Table & Relations
Message
From
15/07/1997 13:55:12
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00039964
Message ID:
00040062
Views:
23
>>>
>>>you'll be using combo boxes for this -- set the control source for each combo to the network table. use something like "select * from allcodes where codetype = [vendor]" for the recordsource...
>>>
>>>good luck...
>>
>>Ok, that makes sense. So do I have to create my relations in either the database or form data environment before setting the control/record sources on my forms? If yes, how? And do the field names have to be identical for relations, i.e. does network.dbf have to use field "codeno" for the dispvalue codeno's? And if yes, how do I get around the fact that I have multiple code fields in one table (network.dbf has codes for vendor,o.s.,protocol and topology)?
>>
>>Thanks!
>>Mandy
>
>no relation in the dbc or in the form de. each code field will essentially be working with its own 'code table' (the select statement to pick valid codes, descriptions for field). field names don't have to be identical...

Great! I'll let you know how I make out. I was afraid I might have to restructure my tables once again ;^)! Many thanks!

Mandy
Previous
Reply
Map
View

Click here to load this message in the networking platform