Tab in Datagrid after closefield editor

Creating desktop or client-server database solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
petero
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 59
Joined: Sat Jan 20, 2007 4:09 am

Tab in Datagrid after closefield editor

Post by petero » Sat Dec 19, 2015 1:56 am

I have a datagrid table. You can tab across each field in a row.

I edit a field in the table and then execute a closefieldeditor to update the information in my SQL database.

It works fine, except after a closefieldeditor call concludes, no cell in my datagrid is selected and I cannot tab to the next cell.

What I would like to do is: edit a cell, execute the closefieldeditor to update the SQL database, tab to another cell, execute the closefieldeditor etc etc.

Any assistance will be greatly appreciated.

Post Reply

Return to “Databases”