Results 1 to 2 of 2

Thread: Indents of control properties in an .frm file

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    760

    Question Indents of control properties in an .frm file

    Hello!

    I have managed to mess up quite a few .frm files while I was trying to write a control replacement tool.

    In order to avoid any more mistakes, I would like to ask if somebody can point me to a document about the indents that should be used e. g. here:

    Code:
       Begin testLib12.TextBox txtSearchCol 
          Height          =   405
          Left            =   1200
          TabIndex        =   2
          Top             =   9720
          Width           =   2895
          _ExtentX        =   0
          _ExtentY        =   0
          BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
             Name            =   "Tahoma"
             Size            =   9.75
             Charset         =   0
             Weight          =   400
             Underline       =   0   'False
             Italic          =   0   'False
             Strikethrough   =   0   'False
          EndProperty
          Text            =   "fTableViewer.frx":74F2
       End
    The number of spaces before the property name, before the property value and the number of spaces after the property value vary.
    I would like to see the rules that have to be applied here as I need to fix these.

    Thank you!

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2017
    Posts
    760

    Re: Indents of control properties in an .frm file

    Edit: Oh, I just noticed that the indents actually do not matter at all...

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width