Nov 4, 2003 #1 ShyFox Programmer Mar 22, 2003 210 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 Jan 31, 2002 1,052 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 Mar 22, 2003 210 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.