Aug 5, 2003 #1 jonra Programmer Jul 20, 2003 42 SG i adjust a size for a form and i wan it to be fixed.i dun wan user to be able to adjust it,how can i do it?pls help...thanks!
i adjust a size for a form and i wan it to be fixed.i dun wan user to be able to adjust it,how can i do it?pls help...thanks!
Aug 6, 2003 #2 GHolden Programmer May 28, 2002 852 GB Hi, In the form properties, set the border style to dialog There are two ways to write error-free programs; only the third one works. Upvote 0 Downvote
Hi, In the form properties, set the border style to dialog There are two ways to write error-free programs; only the third one works.
Aug 6, 2003 #3 BillPower Programmer Nov 28, 2002 1,434 GB Hi, Take a look at: LockFormPosition.zip that I did for another member recently, it is posted at http://www.wpower.fsbusiness.co.uk/ Bill Upvote 0 Downvote
Hi, Take a look at: LockFormPosition.zip that I did for another member recently, it is posted at http://www.wpower.fsbusiness.co.uk/ Bill
Aug 6, 2003 #5 Ajwebb MIS Jul 31, 2003 153 GB Hi, Do you know how to lock the form into it's maximise position? Thanks Anthony Upvote 0 Downvote
Aug 6, 2003 #6 BillPower Programmer Nov 28, 2002 1,434 GB Hi Ajwebb, I'm not sure what you mean, but in the form's Activate event you can use: On Error Resume Next Docmd.Echo.False Docmd.Maximize Docmd.Echo.True Bill Upvote 0 Downvote
Hi Ajwebb, I'm not sure what you mean, but in the form's Activate event you can use: On Error Resume Next Docmd.Echo.False Docmd.Maximize Docmd.Echo.True Bill
Aug 6, 2003 #7 Ajwebb MIS Jul 31, 2003 153 GB Cheers Bill. What i mean't was make the form so it can only stay maximised. Ant. Upvote 0 Downvote
Aug 7, 2003 #8 BillPower Programmer Nov 28, 2002 1,434 GB Hi Ajwebb, I honestly don't know. Access is so unpredictable on it's window sizing. Sorry, some other member might know. Bill Upvote 0 Downvote
Hi Ajwebb, I honestly don't know. Access is so unpredictable on it's window sizing. Sorry, some other member might know. Bill