Jump to content

Three fields to save and use after


AutoPepe
 Share

Recommended Posts

Three fields to save and use after

I would like a screen for entering three fields :

A name : length 80 chrs.

A text field : memo field with 500 characters limit

A date field : with the today date.

I was thinking when the first executing the script recover the past introduced values. Or empty if is the first time.

I think a ini file may serve.

Can you help me or indicate where can I find a similar script ?

Thanks

Excuse my language. I'm from Canary Islands

Traducción AutoIt al Español. http://autoitespa.espanaforo.com/forum.htm . Visita el foro de AutoIt en español http://www.emesn.com/autoitforum/. I am a simple user, not a programmer.

Link to comment
Share on other sites

That script is waiting in your brain - waiting to be written on a *.au3 file.

To help your script to be "born":

- Install AutoIt

- Install the full version of SCiTe

- create a blank text file, then change its name and extension from *.txt to *.au3

- open that file in SCiTe

- click on the "Help" menu and choose "Help"

- read about GUICtrlCreateInput, GUICtrlSetLimit, GUICtrlCreateEdit, GUICtrlCreateDate, Sleep ... and try the examples shown

- look in the Tools menu and click "Koda (Form Designer)"

- design your GUI

- insert the code in SCiTe

- fill the missing parts

That's all :mellow:

Having a look here: http://www.autoitscript.com/forum/index.php?showtopic=21048 will improve your chances.

Edited by enaiman

SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script

wannabe "Unbeatable" Tic-Tac-Toe

Paper-Scissor-Rock ... try to beat it anyway :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...