Results 1 to 23 of 23

Thread: [2005]Saving/Loading a forms layout.

Threaded View

  1. #17
    Hyperactive Member
    Join Date
    Jun 2007
    Posts
    445

    Re: [2005]Saving/Loading a forms layout.

    I don't know what the value it get when happening...

    How to prevent unnecessary property to store??

    Something like

    Code:
    If control= "Textbox" Then
       If property <> "Text" Then
            store to binary...
       End if
    Else If control = "Label" Then
       If property <> "Text" Then
            store to binary...
       End If
    Else if control = "ListView" Then
       If property <> "Item" or property <> "Column" Then
            store to binary...
       End If
    Else if control = "Checkbox" Then
       If property <> "Checked" Then
            store to binary...
       End If
    End if
    Last edited by wenight; Aug 27th, 2009 at 07:10 AM.

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