LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2008, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 27 Feb 2008 15:50:21 -0500
Reply-To:   SUBSCRIBE SAS-L Tom Smith <tomquin99@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   SUBSCRIBE SAS-L Tom Smith <tomquin99@GMAIL.COM>
Subject:   How to declare a textbox as an Object in SCL ?

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.


Back to: Top of message | Previous page | Main SAS-L page