Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tableupdate() problem.
Message
From
06/06/2001 22:36:48
Yan Kai On
Welkin System Ltd.
Tuen Mun, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Tableupdate() problem.
Miscellaneous
Thread ID:
00516131
Message ID:
00516131
Views:
44
Dear all,

I have a question confuse me when i developing a database program using table buffering. Here is some of my code:

use tablea
=CURSORSETPROP('Buffering', 5, 'tablea')
=reorderseq()

func reorderseq
set order to seq acse
replace seq with seq+1 for seq>10
=tableupdate(.t.,.t.,'tablea')

Questions:
1. Why I can't update the table if i just call the function?
2. If there is any changes make after calling the function, why it can update?
e.g. add two sentance
replace action with "abc"
=tableupdate(.t.,.t.,'tablea')

Please help me!

Best Regards,
Antony
Next
Reply
Map
View

Click here to load this message in the networking platform