Is it possible to scroll acted for a range of columns?

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Is it possible to scroll acted for a range of columns?

#1 Post by Eugene Lutsenko »

Whether it is possible to view the database to make it so that when you use scroll horizontally the first few columns remained in place?

Code: Select all

DCREAD GUI ;

reganc
Posts: 259
Joined: Thu Jan 28, 2010 3:08 am
Location: Hersham, Surrey, UK
Contact:

Re: Is it possible to scroll acted for a range of columns?

#2 Post by reganc »

You can use something like:

DCBROWSE...FREEZELEFT {1,2}

this will fix the leftmost two columns. You can make the array {1,2,3} to make it the first three, etc.
Regan Cawkwell
Real Business Applications Ltd
http://www.rbauk.com

User avatar
Eugene Lutsenko
Posts: 1649
Joined: Sat Feb 04, 2012 2:23 am
Location: Russia, Southern federal district, city of Krasnodar
Contact:

Re: Is it possible to scroll acted for a range of columns?

#3 Post by Eugene Lutsenko »

reganc wrote:You can use something like:

DCBROWSE...FREEZELEFT {1,2}

this will fix the leftmost two columns. You can make the array {1,2,3} to make it the first three, etc.
Thank you for your quick help! Everything turned out fine. And do tell me how to set the background in the row. In the column to set the background I can. And the string are only able to set font color and background you need
Attachments
4136_1.jpg
4136_1.jpg (161.25 KiB) Viewed 7316 times

User avatar
rdonnay
Site Admin
Posts: 4813
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Is it possible to scroll acted for a range of columns?

#4 Post by rdonnay »

And do tell me how to set the background in the row.
@ .. DCBROWSE .. COLOR <bColor>
The eXpress train is coming - and it has more cars.

Post Reply