Hi, im fairly new to programing with Basic4Ppc but i was looking for a simple way to make a register and i put this togehter.
Hope this can help newbies like myself.
Enjoy..
:sign0104:
Edit:
Changed Number Row to String
Question to Clear table.
Thanks for your suggestions and testing, appriciate it.
But have no idea how to check if table is empty and then not save
And don't load an empty table..
Two suggestions:
- for the phone column in the table use also cString instead of cNumber for the variable type because if you enter phone numbers with spaces the program generates an error and leading zeros disappear.
- for the Clear Table function add a MessageBox asking or confirmation before clearing to avoid an unwanted clearing.