[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Macros (AppleWorks UltraMacros)
In article
<806e195f-1c22-461d-a204-50bb6413325d@d27g2000prf.googlegroups.com>,
appleworks51@yahoo.com wrote:
> >>>The macro
> > > > does one of two things depending upon which category the cursor is in.
>
> How are you identifying the category the cursor is in? By a peek? By
> category name? By position in the layout? Are you in Multiple record
> layout or single record layout?
M<adb posn A,B:if A = 25 it asks how many copies of a record are needed
and creates them. After entering data in the first new record when sa-M
is pressed again it clears several categories in the next newly created
record.
This is in Single Record Layout
>
> Are you deleting the categories completely from the database, or just
> from showing in the layout?
Both. Deleting from the layout didn't affect the macro but deleting them
from the database did although they are defined after the categories I
am using in the macro.
>
> Why do you think one of the actions doesn't work while the other
> action still works? (If that is the case.) For the one which no
> longer works, what happens - exactly?
Pressing sa-M I keep getting asked how many copies I need.
Since I first asked the question in the group, I copied my current data
into an old backup database I had and the macro seems to be working
again.
>
> - bcc