From: Frank Leverenz on
Hi,

I want to freeze the first (leftmost) column in an databrowser (NOT a
bBrowser!)

Yes, I read these posts, but they didn't help:
2002: http://groups.google.com/group/comp.lang.clipper.visual-objects/browse_thread/thread/3a6e8ae9e66763d6/0adee3f9d86bfcd4
1999: http://groups.google.com/group/comp.lang.clipper.visual-objects/browse_thread/thread/682020803651fc91/c8df7fe095e5a39b

What I have to do is:
after splitting the databrowser with
oBrowser:EnableVerticalSplit(TRUE, GBSSBLEFT)
- move the split 1 column right
- scroll in the right half one column to the right, so that the first
column isn't visible

I found out, the moving the split generates a Message:
WM_COMMAND HiWord(oEvent:wParam)=0x023E LoWord(oEvent:wParam)=1000

klicking on the Icons for scroll 1 column left/right generates a
Message:
left: WM_COMMAND HiWord(oEvent:wParam)=0x0236
LoWord(oEvent:wParam)=1000
right: WM_COMMAND HiWord(oEvent:wParam)=0x0237
LoWord(oEvent:wParam)=1000

Is it possible to do this out of the program?

Ciao
Frank
 | 
Pages: 1
Prev: Vulcan 2.0 for VS2010
Next: Update fields in MySQL