Nov 4, 2003 #1 ShyFox Programmer Joined Mar 22, 2003 Messages 210 Location ES Hy, How can I make the header's width fixed in a grid. I don't wanna allow the users to modify a column width in a grid. Thank you. Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
Hy, How can I make the header's width fixed in a grid. I don't wanna allow the users to modify a column width in a grid. Thank you. Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
Nov 4, 2003 1 #2 torturedmind Programmer Joined Jan 31, 2002 Messages 1,052 Location PH try: thisform.mygrid.allowheadersizing = .f. for not to allow users to resize column width and thisform.mygrid.allowrowsizing = .f. for not to allow users to resize row height kilroy Upvote 0 Downvote
try: thisform.mygrid.allowheadersizing = .f. for not to allow users to resize column width and thisform.mygrid.allowrowsizing = .f. for not to allow users to resize row height kilroy
Nov 5, 2003 Thread starter #3 ShyFox Programmer Joined Mar 22, 2003 Messages 210 Location ES torturedmind (Programmer) Thanks Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge. Upvote 0 Downvote
torturedmind (Programmer) Thanks Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.