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 wOOdy-Soft 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 nick999

  1. nick999

    Hiding a Macro's Dialogue Boxes

    Alternatively, the setwarnings method can be accessed through the macro builder window and incorporated there Nick
  2. nick999

    hi, Can anyone help... a Javacr

    First of all you might want to give x and y an id eg <input type=&quot;text&quot; name=x id='x'> this will make them visible in the object model you can then refer to them as window.formname.x.property... and avoid the error you mention here. You do have one or two other problems though. for...
  3. nick999

    Lotus 123: Selecting a column

    I dont have lotus123 on this machine but as I remember, you simply select the columns index as a member of the columns collection eg columns(5).select then you might want to set the width with selection.columnwidth=5 I'm not sure of the exact syntax but it is as easy as that. You could try...

Part and Inventory Search

Back
Top