Lieb Opperman:
Good day People,
It is me again. I have a problem and need assistance please.
I know the following was in clarion since C10. and i can not get it to work.
?Browse:1{PROP:AllowColMove} = TRUE
I could not find it in my equate.clw in my C:\Clarion11.1\LibSrc\win directory.
I then added it
PROP:AllowColMove EQUATE(0C7H).
My command at runtime is at
ThisWindow.Open PROCEDURE
PARENT.Open
! [Priority 6300]
?Browse:1{PROP:AllowColMove} = TRUE
I also do not find a option in the window designer to do this.
Is there anyone to help me.
Thanks for your help
Just some info I just received is that someone told me the info i got from the website did apparently lie to me about the property - PROP:AllowColMove
What i am trying to do is to allow users to move columns in a browse left or right.