Freelance Job Offer
SIMPLE stand-a-lone program, pay $30-250 . Here's the details:
Must be stand-alone program, Must be able to expand to size unlimited by itself. Lamens term notes in code sections or each line of code.
----------------------------START PROGRAM----------------------------
////-------------- dont forget your notes
[Display]
Enter Account : [ 10-Digit account # ]
////-------------- dont forget your notes
[ 4 options, not displayed
1. 10-Digit Account #, example "4561230789"
2. "new"
3. "edit"
4. "delete" ]
[ IF "new" --> then create new entry ]
////-------------- dont forget your notes
[ Display ]
New Account : [10 digit number to create new account, all other digit values is invalid.]
[ Break ]
[ Row 1 - Field 1 - 20 alphanumeric ] [ Field 2 - 20-digit numerical ] [ Enter will jump to next field]
[ Row 2 ...]
[ Row 3 ...]
[ Press enter to save ]
////-------------- dont forget your notes
[ IF "edit" ---> Display]
Edit Account : [ 10 digit ]
[ any typeovers will overwrite previous entry - "enter" jumps to next field. if invalid account display "No Account Found"]
////-------------- dont forget your notes
[ IF "delete" ---> Display below: if invalid account display "No Account Found"]
Delete Account : [ 10 Digit ]
[ Enter to continue - display ]
Are you sure you want to delete [10 digit] ?
[ Enter to delete - Display ]
Deleted. Hit enter to continue. [ Enter goes to first screen ]
////-------------- dont forget your notes
[ IF "10-digit number" Display Account information ]
4561230789
<br>
<br>
FIELD1ROW1FIELD1ROW1 20202020202020202020
<br>
FIELD1ROW2FIELD1ROW2 20202020202020202020
<br>
FIELD1ROW3FIELD1ROW3 20202020202020202020
[ Enter clears screen and displays Start screen ]
Enter Account :
[ IF 10-digit is in-valid or unavailable: Display]
No Account Found!!
[ Enter clears screen and displays Start screen ]
Enter Account :
--------------------------END PROGRAM-------------------------------------
Email inquiries to: webmaster@alf1230.com
~ALF1230