Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

At 04 APR 2002 06:17:11PM John Sullivan wrote:

Also applies to 16 Bit.

In an Advanced Revelation window you could setup a group of multivalue columns some of which referenced symbolics. The symbolics would display, and the input cursor would move to the next data entry column.

For instance in a payroll entry where the "Employee Name" is a symbolic Xlate:

Emp# Employee Name Hours

1 Joe Smith 40.0

2 Mike Jones 40.0

After entering the Emp# the program would display the name field and move on to the hours.

Not so with Open Insight's Edit Table. The entry cursor stops at every column, protected and/or symbolic or not . I have tried the following code in the PosChanged Event, but the symbolic dosn't display. What has to be done to make it work?

Assuming the same three fields:

PosChanged Event

Declare function Set_Property

If NextColumn=2 Then

X=3
Y=NextRow
XY=X:@FM:Y
Old=Set_Property(CtrlEntID,"SELPOS",XY)

End

Any Chance of modifing the edit table with an option to skip the symbolics?

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/094af45f3bc6b2de88256b91007a6c8c.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1