help for creating a class
Posted: Tue Aug 27, 2019 4:17 pm
I'm converting a procedure into a class
on a class I cannot use Move function
how I can convert move ()
sample :
For n= 1 to ::nimages
::nLeftImage[n]-= 2
::aElementi[n]:Move( ::nRiga,::nLeftImage[n],,,.t.)
::aElementi[n]:Refresh()
next
any help please
on a class I cannot use Move function
how I can convert move ()
sample :
For n= 1 to ::nimages
::nLeftImage[n]-= 2
::aElementi[n]:Move( ::nRiga,::nLeftImage[n],,,.t.)
::aElementi[n]:Refresh()
next
any help please