Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound vs Unbound Data
Message
From
30/12/2001 11:01:33
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00599203
Message ID:
00599236
Views:
24
>Recently I have developed some apps using bound data but now want to learn about unbound data. What other ways are there to attach a form to a table or mulitple tables? Basic data entry is my main concern.
>
>TIA

In VFP, "bound" simply means you attach the property .ControlSource to a field. This is the easiest way to go, and should usually cause no trouble.

"Unbound" (ThisForm.Text1.ControlSource = "") would require you to write code, to copy values, e.g., from Table.Field1 to ThisForm.Text1.Value and back. Usually, this would not be required, so use the simpler alternative of "Bound" data.

BTW, I believe the terms "bound" and "unbound" are more common in other languages, like VB. These terms are not common in VFP.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform