set the hilitedLines of fld 1 to empty
> On May 17, 2011, at 11:23 PM, Yves COPPE wrote:
>
> > Hi list
> > I want to make a deselection of the selected lines of a fld
> > something like :
> >
> > set the selectedLine of fld "xxx" to "0"
> >
> > but it doesn't luck
> > Has anyone another s
Set the selection to empty?
Bob
On May 17, 2011, at 11:23 PM, Yves COPPE wrote:
> Hi list
>
> I want to make a deselection of the selected lines of a fld
>
> something like :
>
> set the selectedLine of fld "xxx" to "0"
>
> but it doesn't luck
>
> Has anyone another script to perform th
Le 18 mai 2011 à 09:01, G. Wolfgang Gaich a écrit :
> I do it this way:
>
> lock screen
> disable fld "xxx"
> set the hilitedlines of fld "xxx" to empty
> enable fld "xxx"
> unlock screen
>
>
> Best regards
> Wolfgang
>
>
re,
Thanks !
Greetings.
Yves COPPE
yvesco...@skynet.be
__
I do it this way:
lock screen
disable fld "xxx"
set the hilitedlines of fld "xxx" to empty
enable fld "xxx"
unlock screen
Best regards
Wolfgang
Am 18.05.2011 08:23, schrieb Yves COPPE:
Hi list
I want to make a deselection of the selected lines of a fld
something like :
set the selectedLin
On May 17, 2011, at 11:23 PM, Yves COPPE wrote:
I want to make a deselection of the selected lines of a fld
something like :
set the selectedLine of fld "xxx" to "0"
but it doesn't luck
Has anyone another script to perform that ?
try
select empty
or
select char 0 of fld mmm
or
select
Hi list
I want to make a deselection of the selected lines of a fld
something like :
set the selectedLine of fld "xxx" to "0"
but it doesn't luck
Has anyone another script to perform that ?
Thanks.
Greetings.
Yves COPPE
yvesco...@skynet.be
_