Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NeutralPoint

  1. NeutralPoint

    How to cancel report printing if a calculation fails ?

    Problem solved ! Here is a quick summary about the way I've finally used : - Behind a Cmd_Print button in the form, I call a PrepReport() function which calculates and validates some hidden textbox controls. - If PrepReport() fails, I warn user about the specific reason why and don't engage...
  2. NeutralPoint

    How to cancel report printing if a calculation fails ?

    Thanks for the ideas Andy, but two constraints forgottent in my description : - I launch a MsgBox to warn user if the textbox fails to be calculated => If I manage the query on which the report is based to be empty (with no record), I'll just get possibility to detect the NoData event, but not...
  3. NeutralPoint

    How to cancel report printing if a calculation fails ?

    Hi all, In Access 97, I need to cancel a report printing if a calculated control (edit text one) fails to be calculated. How to do-it ? My current state: ----------------- A report called from a form through a "DoCmd.OpenReport strReportName, acNormal, , strLinkCriteria". In the...

Part and Inventory Search

Back
Top