How to check a form's TOP property

nzcncf

New member
Local time
Today, 14:11
Joined
Aug 14, 2014
Messages
8
Hi,

I've saved a form to an text file to investigate a corrupted form issue. The output text file has below extracted text. I am wondering where I can find the TOP, RIGHT BOTTOM property of the form in design time? I could see some properties such as GridX, GridY, but not sure where are TOP property. Thanks.

Version =20
VersionRequired =20
Checksum =-1566200859
Begin Form
RecordSelectors = NotDefault
NavigationButtons = NotDefault
PictureTiling = NotDefault
DividingLines = NotDefault
DefaultView =0
ScrollBars =0
RecordLocks =2
Cycle =2
GridX =5
GridY =5
Width =15360
ItemSuffix =277
Top =2000
Right =11010
Bottom =13545
 
Thanks for the quick reply. I did follow the link to check why the form corrupted.

Something really strange about the form. I exported the form to text file, deleted the form, and loaded the form back. The Top value was 11460, and it behaved strangely. I compared it with a previous backup, and the value is Top =2000. Once I changed the Top = 2000 on corrupted form text file, and loaded it in, the form works correctly.

This is the only change I made to get it working again, and I am wondering if there is a way I could set in the property. However, as Galaxiom's comment, there is not such property. Any ideas or suggestion on this?
 

Users who are viewing this thread

Back
Top Bottom