Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Test for longest row of text file
Message
 
 
To
24/11/2009 20:22:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01435894
Message ID:
01436516
Views:
28
>Naomi - if i use this:
>oFrm.edit1.ControlSource = ('MyTable.name')
>
>all i get is the name ('Ralph Smith') that i can edit without the field name with it.
>
>is there a way to insert the whole record with fieldnames into the edibox? (there are about 200 fields)
>
>thanks
>
>k

Karen,

If you want to create a form for editing, then I strongly suggest you to forget doing it in code. You would not go far with this approach. You need to design your form visually.

The simplest and quickest way to build a form is to start a new form, drag a table into its DataEnvironment and then drag fields from the table into the form (it would automatically create a label and a texbox for the fields).

I'm not saying it's the best way, but a very quick one.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform