Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why is append blank adding two records?
Message
From
30/10/1997 23:28:40
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
30/10/1997 14:49:57
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00057230
Message ID:
00057532
Views:
33
>>>>Is there a reason that you are not using "INSERT INTO tablename ..." to add records?
>>>
>>>Hi Larry, have not heard from you in a while...
>>>I am using APPEND BLANK with table buffering, is it preferably to use INSERT INTO with table buffering?
>>>:)))))
>>
>>insert into is preferrable almost all the time
>
>How do I use INSERT INTO in code with table buffering.
>Would you please give me a small example?
>:))
Should be no different than without table buffering. One possiblilty is to have a form with objects tied to memvars with same names as table fields. Input values, then with an "OK" button...
INSERT INTO tablename FROM MEMVAR
and when you are ready to commit the changes, perhaps another button called "Save", you issue your tableupdate comand.
L.A.Long
ProgRes
lalong1@charter.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform