I made a 79 on test. I just need a little more help.
Does anyone remember questions on the following topics?
1. On a report changing DUE date to Bold if within 3 days of due date.
Is this possible? How.
2. Report - Grouping with Posting Date & Customer No. Even if one Customer filtered..still prints header for posting date and then Customer header. How to stop if only 1 customer selected.
3. Proper procedure to update a Balance field on the Customer card (Balance field is new stored field - not a flowfield). Video rental made and they want customer card update (using standard methodology)
4. When should you remove a modify flag?
Please help. [-o<
0
Comments
OnFormat(...)..
IF TODAY-"Due Date" < 4
THEN CurrForm."Due Date".UPDATEFONTBOLD(TRUE);
ELSE CurrForm."Due Date".UPDATEFONTBOLD(FALSE);
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
RIS Plus, LLC
The syntax is all wrong. UPDATEFONTBOLD does not work with CurrReport. It is not possible to insert such a command.
Have you tryed it?
RIS Plus, LLC