Skip to content

Form not opening

Forums Forums Superbase NG Personal Form not opening

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #128
    Jean Vallee
    Participant

    I have created & recreated a form (twice) in FD. It saves without complaint. No db attached. Cannot reopen at all. NO MESSAGES. No obvious problems when I look at the XML as compared to known working forms. If I try to open with appw.openformdirect, it blows up somewhere in the databaseforms library at dataform1.setcontainer but it still doesn’t help me find out why. What should I be looking for?? I’m reluctant to try it again without some answers. I’ve wasted 2/3 of a whole day trying to track this down! Jean Vallee

    #2256
    Michael
    Keymaster

    On 13/05/2013 21:26, JV wrote:
    > I have created & recreated a form (twice) in FD. It saves without
    > complaint. No db attached.
    >
    > Cannot reopen at all. NO MESSAGES.
    >
    > No obvious problems when I look at the XML as compared to known working
    > forms.
    >
    > If I try to open with appw.openformdirect, it blows up somewhere in the
    > databaseforms library at dataform1.setcontainer but it still doesn't
    > help me find out why.
    >
    > What should I be looking for?? I'm reluctant to try it again without
    > some answers.
    >
    > I've wasted 2/3 of a whole day trying to track this down!
    > Jean Vallee
    >

    If you have a form like this you can send it to me. If you want to know why it is failing, import the formlib and databaseforms
    projects into your code and follow the opendataform1() function through.

    Ciao, Neil

    #2258
    JD Kromkowski
    Participant

    On 05/14/13 11:23 AM, Neil Robinson wrote:
    > On 13/05/2013 21:26, JV wrote:
    >> I have created & recreated a form (twice) in FD. It saves without
    >> complaint. No db attached.
    >>
    >> Cannot reopen at all. NO MESSAGES.
    >>
    >> No obvious problems when I look at the XML as compared to known working
    >> forms.
    >>
    >> If I try to open with appw.openformdirect, it blows up somewhere in the
    >> databaseforms library at dataform1.setcontainer but it still doesn't
    >> help me find out why.
    >>
    >> What should I be looking for?? I'm reluctant to try it again without
    >> some answers.
    >>
    >> I've wasted 2/3 of a whole day trying to track this down!
    >> Jean Vallee
    >>
    >
    > If you have a form like this you can send it to me. If you want to know why it is failing, import the formlib and databaseforms
    > projects into your code and follow the opendataform1() function through.
    >
    > Ciao, Neil

    Related. From a problem I had last week. When a form won't open often
    you'll get a message with a line number. But finding line number for
    example, 1987, is fairly difficult. Is there a way to put line numbers
    "on" if you open an .sfx in the IDE?

    #2260
    Michael
    Keymaster

    On 17/05/2013 17:15, kromkowski wrote:
    > On 05/14/13 11:23 AM, Neil Robinson wrote:
    >> On 13/05/2013 21:26, JV wrote:
    >>> I have created & recreated a form (twice) in FD. It saves without
    >>> complaint. No db attached.
    >>>
    >>> Cannot reopen at all. NO MESSAGES.
    >>>
    >>> No obvious problems when I look at the XML as compared to known working
    >>> forms.
    >>>
    >>> If I try to open with appw.openformdirect, it blows up somewhere in the
    >>> databaseforms library at dataform1.setcontainer but it still doesn't
    >>> help me find out why.
    >>>
    >>> What should I be looking for?? I'm reluctant to try it again without
    >>> some answers.
    >>>
    >>> I've wasted 2/3 of a whole day trying to track this down!
    >>> Jean Vallee
    >>>
    >>
    >> If you have a form like this you can send it to me. If you want to know why it is failing, import the formlib and databaseforms
    >> projects into your code and follow the opendataform1() function through.
    >>
    >> Ciao, Neil
    >
    > Related. From a problem I had last week. When a form won't open often
    > you'll get a message with a line number. But finding line number for
    > example, 1987, is fairly difficult. Is there a way to put line numbers
    > "on" if you open an .sfx in the IDE?

    There is no option to turn on line numbers at all that I recall, but the current line and column number of the cursor is always
    shown in the lower right portion of the main window. This is true regardless of the document format.

    Ciao, Neil

    #2261
    JD Kromkowski
    Participant

    I never even notice the current line in the lower right! Thanks!

    JDK

    > There is no option to turn on line numbers at all that I recall, but the current line and column number of the cursor is always
    > shown in the lower right portion of the main window. This is true regardless of the document format.
    >
    > Ciao, Neil
    >
    >

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.