Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid with command button column
Message
From
19/11/2004 22:53:18
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00962258
Message ID:
00963141
Views:
10
Jojo,

I am using VFP6 and this is my situation:

I dropped a grid on a form, set its RecordSourceType to Alias, then RecordSource to Customer. ColumnCount is 3, first two columns' ControlSource to CustCode field and CustName field. In the 3rd column I removed the textbox control and dropped two commandbuttons and named them cmdDelete and cmdRecall.

In the Click event of cmdDelete:
DELETE
ThisForm.Grid1.Refresh()
In the Click event of cmdRecall:
RECALL
ThisForm.Grid1.Refresh()
Then, in the DynamicCurrentControl of the Column3- IIF( DELETED(), "cmdRecall", "cmdDeleted" )
Then, Column3.Sparse = .F.


Upon running the form, the commandbuttons show up properly according to the Deleted state of the record. Clicking on the buttons the FIRST TIME will work ok (i.e., if you try to click on the Delete button, it will delete the record (DeleteMark = .T.), and cmdRecall becomes the currentcontrol, as expected.)

Clicking on the SAME record a second time will no longer work! You have to go to another record then go back for it work.

Any ideas on why?

Thanks
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform