Results 1 to 3 of 3

Thread: Using thinbasic to create & edit spreadsheet

  1. #1
    Member
    Join Date
    Jul 2010
    Location
    Phoenix, Arizona, usa
    Age
    74
    Posts
    54
    Rep Power
    19

    Using thinbasic to create & edit spreadsheet

    I need a simple spreadsheet editor. I can use BIFF to create an initial spreadsheet but then I need a simple spreadsheet editor.
    What would you guys recommend. I need a free spreadsheet editor that is small and has the usual cut/copy/paste features.
    Thanks for any help.

    Here are the program steps that would be involved:
    1. User enters a math expression. (Uses thinbasic UI).
    2. thinbasic script creates spreadsheet based on entered math expression.
    3. Each row of spreadsheet involves a variable from entered math expression.
    4. User edits spreadsheet data.
    5. User clicks on [Submit] button when done editing spreadsheet.
    6. thinbasic processes entered spreadsheet. Creates a test report with charts etc.
    7. User can save all info in a suitable file. Can file save/exit etc.

    - Mike Peralta

  2. #2
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732
    Hi!,

    to get some ideas, please have a look at the following example in your ThinBASIC installation:
    /thinBasic/SampleScripts/UI/MLGrid/MLG_ExpressionEvaluation.tBasic

    It uses:
    • My Little Grid control integrated to thinBASIC
    • Eval module for calculating the math expressions on the fly


    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  3. #3
    Member
    Join Date
    Jul 2010
    Location
    Phoenix, Arizona, usa
    Age
    74
    Posts
    54
    Rep Power
    19

    Just What I Was Looking For

    Thank you very much.
    That is what I was looking for.
    This will help me a lot.

    - Mike Peralta

Similar Threads

  1. A Spreadsheet based on python
    By LanceGary in forum Shout Box Area
    Replies: 0
    Last Post: 26-07-2010, 20:54
  2. How to create a new SDK?
    By Michael Hartlef in forum Turbo Delphi language SDK development
    Replies: 2
    Last Post: 30-11-2008, 13:46
  3. How to create a new thinBasic keyword in Delphi
    By ErosOlmi in forum Turbo Delphi language SDK development
    Replies: 6
    Last Post: 21-12-2006, 03:02

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •