Guest_imported
New member
- Jan 1, 1970
- 0
I'm working on a network program with Clipper 5.3
I have this:
If upper(chr(cc)) = 'S'
R_lock() && Locks the record (Function)
Delete
Use pw_log exclusive && Log-on database
Pack
Use pw_log shared
* Index on pass to \farma\data\log1
* Index on user to \farma\data\log2
Endif
After this the Index is lost and I have to Index (*) again.
What do I wrong?
Thanks for an answer.
perloc@virconn.com
I have this:
If upper(chr(cc)) = 'S'
R_lock() && Locks the record (Function)
Delete
Use pw_log exclusive && Log-on database
Pack
Use pw_log shared
* Index on pass to \farma\data\log1
* Index on user to \farma\data\log2
Endif
After this the Index is lost and I have to Index (*) again.
What do I wrong?
Thanks for an answer.
perloc@virconn.com