Welcome! Log In Create A New Profile

Advanced

Table edit mode

Posted by Greg Palmer 
Greg Palmer
Table edit mode
March 31, 2009 07:35PM
Hi

I need to keep a table in edit mode all the time.
Is there an easy way to do this?
Currently if you move the curser to a different row with a mouse you have to double click before you are in edit mode again.

Thanks
Greg
Greg Palmer
Re: Table edit mode
March 31, 2009 08:47PM
Never mind I figured it out. This works pretty well when you put it in the row selection of table embed.

IF TableSelect(Table) > TableCount(Table) THEN
ReturnToCapture(Table.FirstField)
ELSE
SWITCH NextField()
CASE "FirstField"
SetFocus(Table.FirstField)
ReturnToCapture(Table.FirstField)
CASE "SecondField"
SetFocus(Table.SecondField)
ReturnToCapture(Table.SecondField)
CASE "ThirdField"
SetFocus(Table.ThirdField)
ReturnToCapture(Table.ThirdField)
END
END

Thanks
Greg
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: