Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem deleting a record in table
Message
From
21/04/2004 21:40:31
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Problem deleting a record in table
Miscellaneous
Thread ID:
00897086
Message ID:
00897086
Views:
44
in my form's load(), i have
set path to h:\drs\dbfs

set exclusive off
set multilocks on

use login again shared in 0
=cursorsetprop("buffering", 5, "login")
i have another form which allows deletion of records in table login. so in cmddelete_click() i have,
=cursorsetprop("buffering",1,"login")
dele
gfile=juststem(dbf())

use in &gfile
use &gfile in 0 alias gfile exclusive
select gfile
pack
use
use &gfile in 0 shared
but in line pack an open dialog box opens, asking me for a table.

what's wrong with my code? pls help. TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform