| Date: | Wed, 16 Aug 2000 10:48:43 +0200 |
| Reply-To: | Bas Pruijn <bas.pruijn@CMG.NL> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
|
| From: | Bas Pruijn <bas.pruijn@CMG.NL> |
| Subject: | Re: Selecting a Row Programmatically in a Data Table |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
If you want to lock the row for editting:
* use the openmode to set the table for edditting
* use the _lockrow to lock the row for edditting.
HTH
Bas
-----Original Message-----
From: Deborah Testa [mailto:dtesta@SEVENOFNINESYSTEMS.COM]
Sent: maandag 7 augustus 2000 23:08
To: SAS-L@AKH-WIEN.AC.AT
Subject: Selecting a Row Programmatically in a Data Table
Can anyone tell me the method to use to programmatically select or lock a
row in a data table in SCL? I'm looking through the documentation (v8), but
I only see references to user actions that cause a row to be selected.
Thanks.
|