Results 1 to 3 of 3

Thread: [RESOLVED] FRM file generated coding format error

  1. #1

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Resolved [RESOLVED] FRM file generated coding format error

    Hi.

    My project consist in creating frm files. I've done all my routines perfect.
    My only problem is that my chr(13) appears like a little square. What should I do to prevent this?
    Also, vb6 doesn't recognize the form run-time created as a form, but as a module.
    I think my problem is abount char codification (ANSI, Unicode, etc...)

    Thank you in advance.

  2. #2
    Frenzied Member
    Join Date
    Sep 2006
    Location
    Scotland
    Posts
    1,054

    Re: FRM file generated coding format error

    Instead of Chr(13) use:

    VbCrLf

    or

    VbNewLine

  3. #3

    Thread Starter
    Hyperactive Member RS_Arm's Avatar
    Join Date
    Mar 2007
    Location
    Planet Earth
    Posts
    282

    Re: FRM file generated coding format error

    I've used VbNewLine.
    That worked well.
    Thank you.

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