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 dencom 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 PeVadeBo

  1. PeVadeBo

    formula in lotus approach (enter from another field, if current field

    Correction!!! don't use " but ' so 'Ja' and two times ' for ''
  2. PeVadeBo

    formula in lotus approach (enter from another field, if current field

    If(IsBlank(FieldA)="Ja";FieldB;FieldC) You can also type a text or value in staid of a field. Use 'text' to enter a text into this Field. You can also use: If( FieldA=''; FiledB; FieldC)
  3. PeVadeBo

    Approach:print the actual page by a macro?

    I have a project with multiple pages in a form. I tried to print only one specified page (active page of a form) by activating a macro. I created a macro to print the actual record but I can not select 'current page' in de pre-definition settings. How can I solve this problem? When I select the...

Part and Inventory Search

Back
Top