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 (October 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 22 Oct 2003 10:09:31 -0400
Reply-To:     "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Richard A. DeVenezia" <radevenz@IX.NETCOM.COM>
Subject:      Re: Setting Column Label Colors in a Viewtable

"Gary Weeks" <garyweeks@mindspring.com> wrote in message news:5982974.0310220542.72b9ff3f@posting.google.com... > Randy, > > That works, thanks. One other small item, the _setColumnAttribute > method cannot be called from the INIT/TERM label of model SCL so if I > put it in the MAIN label it does not execute until an event occurs in > the viewtable. I would like the labels to be change before any events, > is there a way to do this with out the user having to click on the > table? > > Thanks, > > -Gary > In model scl

INIT and TERM sections run once _every_ time a row is entered and left

Use DFINIT and DFTERM sections is for things should occurr when model scl is loaded and unloaded. (Like perhaps opening an auxiliary table for auditing, lookups or usage tracking)

If you haven't 'come up' the ranks from FSEDIT I will tell you there is an analogy to FSEINIT and FSETERM labels that are used in FSEDIT screens.

-- Richard A. DeVenezia http://www.devenezia.com/downloads/sas/af/index.php


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