Here are a few things that I am trying to do, now that I have spent 4 hours on Macola
1>If a ship date for an ORDER ENTRY is more than two years into the future of the current system date, I pop up a window asking for a password and only then do I print the acknowledgment for that year.
Here are the logical problems that I am having, if someone can help.
First of all-- The user might enter a range of order numbers to print the acknowledgment. How do I delete a record on the fly if the user decides not to print it or enters the wrong password.
Secondly - Does Flexiblity allow me to make changes on the OnClick events? I mean can I trigger a piece of code when I hit the ok button? I am pretty good at VBA, but dont know much about Flexiblity. So when I looked at the macform code in flexiblity, I couldnt find any OnClick events!Can I only execute code with SetFocus and LoseFocus events?
Sorry I am only 4 hrs old to macola.
Thanks a lot people.
1>If a ship date for an ORDER ENTRY is more than two years into the future of the current system date, I pop up a window asking for a password and only then do I print the acknowledgment for that year.
Here are the logical problems that I am having, if someone can help.
First of all-- The user might enter a range of order numbers to print the acknowledgment. How do I delete a record on the fly if the user decides not to print it or enters the wrong password.
Secondly - Does Flexiblity allow me to make changes on the OnClick events? I mean can I trigger a piece of code when I hit the ok button? I am pretty good at VBA, but dont know much about Flexiblity. So when I looked at the macform code in flexiblity, I couldnt find any OnClick events!Can I only execute code with SetFocus and LoseFocus events?
Sorry I am only 4 hrs old to macola.
Thanks a lot people.