Jump to content

Search the Community

Showing results for tags 'sqlite database gui'.

  • 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. Let me prefeace this post by admitting that it's been a couple of months years since I last wrote an AutoIt script. Now I need to write a small utility to keep track of my UserIDs and oasswords. I want a standalone package with a light database, a GUI for windows and password protection. I immediately thought "I bet AutoIT can do that", so I came here. being a good, well reasonably good net citizen, I used the search capabilities for SQLite and for GUI. The many hits that I found are from back in 2006 - 2007 timeframe. I did find one script SQLite_GUI.au3 from Ptrex which had been updated by another user (PsaltyDS ?), but that was quite a while ago. Where did the example scripts for SQLite go? Surely people are still developing AutoIT solutions using SQLite, aren't they? Or am I really the dinosaur my teenagers accuse me of being? GPence P.S. I did find an example called MyActivities.au3 which will compile, but it immediately disappears. I managed to grab the titlebar and look at it for a moment, but as soon as I let go of the mouse button, it disappears. Here's the error: >"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\gpence\Downloads\myactivities\myactivities\MyActivities.au3" C:\Users\gpence\Downloads\myactivities\myactivities\MyActivities.au3 (862) : ==> Subscript used with non-Array variable.: $QuoteID=$qvals[1][0] $QuoteID=$qvals^ ERROR >Exit code: 1 Time: 13.553 So where can I find an example to tailor to my needs, or better yet, who's already written a password vault script? :-)
×
×
  • Create New...