wordperfectconvert
Technical User
I apologize for my inexperience with VBA. I have used wordperfect for many years and am just now converting. I am basing this question from what I know a wordperfect macro can do.
I have a form that has bookmarks that are propogated from a case management program I am using. However, the case management program doesn't do everything I want.
What I want to happen is for the template to open and have the case management program fill in the bookmarks it can from its information and then start a template macro that will display a dialog box with questions. If I can figure out how to get a simple dialog box, I can build on that.
I want the dialog box to open with a question that asks for the date a document was mailed. I then fill in the date. It then asks the date a follow up letter was mailed and I then fill in that date. The macro would then parse the date so that it would show up in the document as January 1, 2005 (example). The macro would then find the bookmark "fileddate" and put the first date and then find the next bookmark "followupdate" and put the second date.
In wordperfect I also programmed the macro so that if someone left a date blank, the macro would give a prompt and tell them to fill in all the dates and then start over. HELP PLEASE. Thanks.
Bill
I have a form that has bookmarks that are propogated from a case management program I am using. However, the case management program doesn't do everything I want.
What I want to happen is for the template to open and have the case management program fill in the bookmarks it can from its information and then start a template macro that will display a dialog box with questions. If I can figure out how to get a simple dialog box, I can build on that.
I want the dialog box to open with a question that asks for the date a document was mailed. I then fill in the date. It then asks the date a follow up letter was mailed and I then fill in that date. The macro would then parse the date so that it would show up in the document as January 1, 2005 (example). The macro would then find the bookmark "fileddate" and put the first date and then find the next bookmark "followupdate" and put the second date.
In wordperfect I also programmed the macro so that if someone left a date blank, the macro would give a prompt and tell them to fill in all the dates and then start over. HELP PLEASE. Thanks.
Bill