Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Posizionare il cursore

10 views
Skip to first unread message

Alberto

unread,
Oct 5, 2010, 7:11:43 AM10/5/10
to
Con questo codice:


[PCOMM SCRIPT HEADER]
LANGUAGE=VBSCRIPT
DESCRIPTION=
[PCOMM SCRIPT SOURCE]
OPTION EXPLICIT
autECLSession.SetConnectionByName(ThisSessionName)

REM This line calls the macro subroutine
subSub1_

sub subSub1_()
dim curcol, currow
curcol = autECLSession.autECLPS.CursorPosCol
currow = autECLSession.autECLPS.CursorPosRow
msgbox (curcol)
msgbox (currow)
end sub


determino la posizione del cursore; se volessi invece posizionare il
cursore in un dato punto (ad esempio riga 2, colonna 3) qual'è il
codice?

Ciao e grazie

Alberto

unread,
Oct 5, 2010, 9:35:07 AM10/5/10
to
ho risolto !

autECLSession.autECLPS.SetCursorPos x, y

0 new messages