Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Variables or fields ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00802758
Message ID:
00802768
Views:
28
This message has been marked as the solution to the initial question of the thread.
Hi Moises,


You can do that, but you'll get a lot of things using fields:

- Don't waste memory (like you do now, creating variables);
- Don't need to make so many tests (since fields says to textboxes wich type they are);
- Don't need to change data to records for saving (a simple TABLEUPDATE will save).

Cheers,

Ricardo


----------- IN PORTUGUESE -----------

Oi Moisés,


Podes fazer dessa forma, mas ganharás muitas funcionalidades usando campos:

- Não gastas tanta memória (como estás a gastar agora, criando tantas variáveis);
- Não necessitas de fazer tantos testes (pois os campos informam as Text-Boxes de que tipo são);
- Não necessitas de copiar os dados para os registos (um simples TABLEUPDATE grava a informação).


Um abraço,


Ricardo
Previous
Reply
Map
View

Click here to load this message in the networking platform