Jump to content

Search the Community

Showing results for tags '1:n listview'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I have a project to do where the user needs to input data in a one-to-many relation. Specifically: there is a datafile, and this file can have 1 to n groups defined. Each "group" has around 7 different fields, but that's not the issue. My main obstacle is how best to get around the 1:n input. This is like master/subform in access, but as I understand it, AutoIT does not have such element. So far, my thoughts have been Embedded MS Access (needs customer to buy Access, and is not really pretty. Plus lots of programming)Other way of doing the GUI with f.ex dropdown and SQLite background. Not as convenient but possibleI imagine that 1:n data structures are common. How did you other solve the task ? Thanks
×
×
  • Create New...