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 sundance1

  1. sundance1

    How to get logon credentials for currently logged on user.

    Use the ODSUsername value and pass it on to the data model(s). ActiveDocument.Sections["DataModel"].DataModel.Limits[1].SelectedValues.RemoveAll(); ActiveDocument.Sections["DataModel"].DataModel.Limits[1].SelectedValues.Add(ActiveDocument.ODSUsername);

Part and Inventory Search

Back
Top