I checked both those items (twice) before posting. The strange thing is
that I cannot enter data into ANY of the fields until I go through this
process. By the way, it's not the button that I gave a name to, but the
TabControl, so I could tell the eep to go from one page to the next.
Are there any naming conventions that I should use or avoid?
A. Razzak Memon wrote:
At 11:36 PM 12/29/2004 -0500, Kayza Klienman wrote:
The main thing I added to this form is a button that
lets me print out the form.
To do that I gave the tab control a component name,
then created a button with a custom eep, which uses
a series of property commands to go to each page then
print it, then go back to the first page.
Kayza,
Make sure that the <Component ID> assigned to that
button is not conflicting with other <Component IDs>
with same name.
You may also want to re-visit all PROPERTY commands
to make sure that the DB Edit control in question
is not set to "Read-Only" for "On After Start" EEP.
Hope that helps!
Very Best R:egards,
Razzak.