|
When I compile the SCL code of my frame, an error message says " The
variable txt_CodePath has not been declared as an object." where CodePath
is a text box I have on the frame.
I googled and found a way to declare a vaiable as an object like this:
dcl object dataTableID,
sashelp.classes.colorList_c.class
colorID;
where colorID is the variable to be defined. It uses a four-level name of
the class to define its type.
Then what is the four-level name of a text box ?
THanks a lot.
|