Sanitize Form Position #434
RockwareTRT
started this conversation in
General
Replies: 1 comment
-
I created a function for my uses. Maybe it will help?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI, I am very new to this, but oh so excited this exists as it has been a need at the company for awhile.
I have 3 large files that used to be one project. I now have to merge them back together smoothing over their variations, so I am looking to see which objects have altered versions.
308 forms are coming up as modified, but it looks like most of them may be position information. I was hoping the sanitize option might remove these items so I can compare form objects existence and vba code, but I did not manage to achieve this. Is this a feature that exists or on the Road Map?
I may be able to update the sanitize feature if it is not an option, but as I said I am new to this. Would setting these values to 0 still allow them to be built from? Our files always dynamically places the form location on open, so it would not be an issue for us and I do not plan to build from text files at this point.
Note, the following since the only difference is the Left property i would like these to be considered the unmodified.
Version =20
VersionRequired =20
Begin Form
PopUp = NotDefault
RecordSelectors = NotDefault
AutoCenter = NotDefault
NavigationButtons = NotDefault
AllowDeletions = NotDefault
DividingLines = NotDefault
AllowAdditions = NotDefault
AllowDesignChanges = NotDefault
DefaultView =0
AllowUpdating =4
ScrollBars =0
TabularFamily =0
PictureAlignment =2
DatasheetGridlinesBehavior =3
GridX =24
GridY =24
Width =5730
DatasheetFontHeight =10
ItemSuffix =43
Left =3225
Top =3030
Right =28545
Bottom =15015
AfterInsert ="[Event Procedure]"
ShortcutMenuBar ="Form Popup1"
RecSrcDt = Begin
0x76f04d4092eae540
End
Caption ="Scrap Summary [frmDataMaintRC]"
VersionRequired =20
Begin Form
PopUp = NotDefault
RecordSelectors = NotDefault
AutoCenter = NotDefault
NavigationButtons = NotDefault
AllowDeletions = NotDefault
DividingLines = NotDefault
AllowAdditions = NotDefault
AllowDesignChanges = NotDefault
DefaultView =0
AllowUpdating =4
ScrollBars =0
TabularFamily =0
PictureAlignment =2
DatasheetGridlinesBehavior =3
GridX =24
GridY =24
Width =5730
DatasheetFontHeight =10
ItemSuffix =43
Left =5730
Top =3030
Right =28545
Bottom =15015
AfterInsert ="[Event Procedure]"
ShortcutMenuBar ="Form Popup1"
RecSrcDt = Begin
0x76f04d4092eae540
End
Caption ="Scrap Summary [frmDataMaintRC]"
Beta Was this translation helpful? Give feedback.
All reactions