Edit Table and Symbolic Columns (OpenInsight 32-Bit)
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=3Y=NextRowXY=X:@FM:YOld=Set_Property(CtrlEntID,"SELPOS",XY)End
Any Chance of modifing the edit table with an option to skip the symbolics?