Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A better way
Message
From
06/10/2002 18:35:24
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
06/10/2002 06:12:33
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00708176
Message ID:
00708233
Views:
9
>Hi there
>
>I'm looking for some help about the better way to make my application updating ,inserting or delect data of my tables
>
>every time that I need to store info im my tables i use forms. i write the code(insert.....delete...,update) in some events of the buttons.

También puedes usar APPEND BLANK, y REPLACE. REPLACE es más aconsejable, ya que trabaja con el registro actual.

Recomiendo que investigues buffering, y las órdenes TableUpdate() y TableRevert(). Lee, por ejemplo, mi artículo en el Universal Thread Magazine (http://www.levelextreme.com/Magazine/July2002/Page6.asp).

>i think that there are better ways to make it wanna know if anybody can talk me about it or show me any adocumet or file who explain me that.

>i imagine to make a toolbar class who store, update or delete data using parameters (or someonelse) from the forms , but no need to write code every time i need to manipulate data

Yo pondría esto en una clase para formularios, no del toolbar. Esto también lo hacen la mayoría de los frameworks.

También recomiendo investigar un buen framework, ya que te puede ahorrar muchos meses-hombre de trabajo.

>i lookin for info about writ an use Triggers too.

También sobre esto escribí un artículo en el UT-Magazine. Ve: http://www.levelextreme.com/Magazine/June2002/Page21.asp.

Saludos, 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
Reply
Map
View

Click here to load this message in the networking platform