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!

Copy into hidden fields

Status
Not open for further replies.
May 31, 2000
34
US
Is there a way to to use the EditInsertText command from one database to another, with the receiving field being hidden?
 
EditInsertText presumes you have already done a EditGotoField prior to inserting text. Since you cannot do that with a hidden field your best bet would be: A) set the value in a variable and @SetField the variable, or other field value; B) use the field's properies default to set the value; C) use LotusScript to set the value. Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top