topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 12:40 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: A model script to to control and save data entries  (Read 4442 times)

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
A model script to to control and save data entries
« on: June 23, 2010, 02:58 PM »
I would like a model script in autohotkey to control and save data entries.
Additionally to the ordinary variables with a decision field and a counter to increment in the way : 125.07, where 07 is the year and 125 a number to be 126 in the next addition. (126.07, 127.07....)
Saved to a database (dbf, xml, or similar).
When execute show a window similar to this :

Basically I need introduce some variable, decide over decision fields, show or edit a counter or any previously defined variables and less more.
After I accept all the introduced data I would like keep register in a xml, ini, dbf or similar support.

So I need :
A general script for introducing in a screen data variable, option variable, counter variable, i can modify and keep register in any type of database i can control with AHK.

Best Regards

P.D. I would like to manage in the future with a dbf file. Ouwww. I think is better with sqlite......
« Last Edit: June 24, 2010, 05:09 AM by Contro »

Contro

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 3,940
    • View Profile
    • Donate to Member
Re: A model script to to control and save data entries
« Reply #1 on: June 27, 2010, 11:15 AM »
At the present moment I have done this :

But I need additional elements I am investigating. Any help welcome.