Suneido

Integrated Application Platform

  • Home
  • Learning
    • Suneido Manual
    • Beginners
      • Inside Suneido
      • The Suneido Programming Language
      • The Suneido Database
      • Installing Suneido
      • Building Suneido
      • IDE Go To Tour
      • Upgrading To A New Release
    • Advanced
      • Canvas Control
      • DrawControl Part 1
      • DrawControl Part 2
      • DrawControl Part 3
      • SAX Like XML Processing
      • A Plug-In Architecture
      • A Simple Wizard Framework
      • An HTML Include Facility
      • An RSS 2 Feed Creator
      • MIME Generation
      • A New Add-on Facility
      • Workspace Improvement Hack
    • Mockito for Suneido
    • The Suneido Task Scheduler
    • Contributing To Suneido
    • Contributor Assignment of Copyright
    • Language Translation
    • Future Directions
    • Interview With Andrew Mckinlay
  • Forum
    • Announcements
    • Internals & Enhancements
    • Cookbook
    • General
  • FAQ
  • Screenshots
  • Downloads
  • Links

Need help please – Browse Control

Integrated Application Platform › Forums › General › Need help please – Browse Control

  • This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago by ginger-monkey.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • February 25, 2013 at 3:13 pm #746
    ginger-monkey
    Participant

    Hi,

    I’m new to Suneido and trying it out for a project. I’m struggling with the fairly basic concept of Master-Detail relationships. I keep getting errors in my code, in tracking them down I’ve implemented the example code from the user manual for ‘Master-Detail’ relationships. This gives the same error. I can also get the error message by simply entering ‘BrowseControl(“tables”)’ from the Workspace.

    The error message I get is “query: nonexistent table: suneidolog”, raised in ‘BrowseControl.GetColumnSaveName’. Am I doing something stupid, or have I tripped over a bug?

    Thanks,

    John.

    February 26, 2013 at 3:05 pm #964
    j_ferguson
    Moderator

    Hi John,

    You are not doing anything stupid. It looks like BrowseControl is making an assumption that the suneidolog table exists when on a new installation it may not yet exist. It looks like the suneidolog table is created the first time an output is done to it. You can create the table manually from the WorkSpace by running:

    SuneidoLog.Ensure()

    BrowseControl should probably be a bit more robust and handle the case where suneidolog does not exist.

    February 26, 2013 at 3:14 pm #965
    ginger-monkey
    Participant

    Many thanks. Sample code and my own code now seems to be working (as well as can be expected for a first try that is!). Your prompt response is much appreciated.

    Regards,

    John.

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Log In

Search Forums

Log In
Welcome to the new Suneido Web Site and Forum.
Register
Lost Password
users of the previous PHPBB Forum should be able to log in with their previous username and password.

Recent Topics

  • Alpha copy of gSuneido to play with
  • how to start jsuneido ?
  • Problem Starting Suneido…
  • Dialog not showing buttons
  • New link for Suneidojo

Contact Us | Legal Statement | Privacy Statement | SiteMap

Copyright © 2023 Axon® Development Corporation. All Rights Reserved. - Open Source Integrated Database and Programming Language