![]() | |
#21
| |||
| |||
|
|
Hi Liz, I thank you for the information about the uiObject declaration, but the code runs properly now with, or without that entry. All the best, |
#22
| |||
| |||
|
|
tc1 tCursor PeopleKS form Viewed uiObject endVar So Viewed is a uiObject variable as far as OPAL knows! |
#23
| |||
| |||
|
#24
| |||
| |||
|
|
Jim, tc1 tCursor PeopleKS form Viewed uiObject endVar So Viewed is a uiObject variable as far as OPAL knows! It's both a uiObject variable, and a field name. It all depends on your scope. If you use the var/endvar listed above, then in this method 'Viewed' is an unassigned uiObject until you do something to it. Outside of this method, 'Viewed' would refer to the field name. I think there have been a few comments on naming conventions. For a defined uiObject, try to put 'ui' in its name, as in uiViewed. HTH, Jim Moseley |
![]() |
| Thread Tools | |
| Display Modes | |
| |