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

Master-Detail Relationship problems

Integrated Application Platform › Forums › General › Master-Detail Relationship problems

  • This topic has 2 replies, 3 voices, and was last updated 11 years, 7 months ago by amckinlay.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • June 22, 2011 at 7:07 pm #702
    Anonymous
    Inactive

    Hello, I am trying to learn Suneido and I have very limited experience in OOL. I am having trouble with the example of the master_detail relationship in your documentation. I have copied and pasted each part into a lib and created the tables. I try to run the EnterInvoices block and get an error in the browse part. I get a “query: non-existant table: suneidolog” Below is the code as it is entered. I would appreciate any help. I am trying to write an invoicing program for work and really need to understand this part. I have also tried to use the code block in the cookbook section of the documentation and get the same errors. Thank you for any help.

    Controller
    {
    Controls:
    (Access
    title: “Enter Invoices”
    invoice
    (Vert
    (Horz invoice_number Skip customer)
    (Skip)
    (Browse
    “invoicelines”,
    columns: (product, qty, price, total_price)
    linkField: invoice,
    name: “invoice”)
    )
    )
    }

    Thank you
    Benny Laviner

    June 24, 2011 at 9:25 am #865
    gmauro
    Participant

    Hi, have you checked that the ‘suneidolog’ table exists?

    In the QueryView, enter:

    suneidolog

    then press F9 and see the result. If you have errors, then I think your ‘suneido.db’ file could be damaged or you have messed up with the system tables. Try to reinstall Suneido and see if it helps.

    June 25, 2011 at 11:02 pm #866
    amckinlay
    Keymaster

    If the suneidolog table is missing you can create it by running (from the WorkSpace)

    SuneidoLog.Ensure()

  • 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