It's been a long while since I last posted.
Anyway, I am asking for assistance if anyone can help on this one!
I have a cfg file with 51 fields. I want to do the following when a record is added:
Example:
Sample of fields: ID|FirstName|LastName|etc|etc
Basically what it comes down to is that I am using DBman to process the form data and create the files. Another program will use those files. I don't even really need it to work with the modify function (although it would be nice, if possible) or the delete, search, etc functions.
Anyone have a solution? If you need additonal details, please ask.
Thanks!
Anyway, I am asking for assistance if anyone can help on this one!
I have a cfg file with 51 fields. I want to do the following when a record is added:
- Only print the ID field in the default db (ID field is the db key track).
- For the remaining 50 fields, print out a separate text file database with a pipe delimited format. Each record (unique ID) would have its own associated text file database.
Example:
Sample of fields: ID|FirstName|LastName|etc|etc
- Fill out form with 51 fields and hit Add Record button.
- DBman processes form, opens default db, prints ID, closes default db.
- DBman then creates a new text file, names it FirstNameLastName.txt, prints the remaining 50 fields in pipe delimited format then closes that db.
- Next user comes along and repeats the process, ID is printed in default db and remaining fields are printed in its own unique database with its own unique FirstNameLastName.txt format
Basically what it comes down to is that I am using DBman to process the form data and create the files. Another program will use those files. I don't even really need it to work with the modify function (although it would be nice, if possible) or the delete, search, etc functions.
Anyone have a solution? If you need additonal details, please ask.
Thanks!

