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 braddunlap

  1. braddunlap

    Retrieve Date of File using EBM?

    Does anyone happen to have some code that will extract the file date (and maybe time) from a file? I have an EBM macro that reads several external text files and I need to be able to indicate when the file was generated. Thanks in advance.
  2. braddunlap

    Multiple parameters in a Function Call

    Thanks Skip. Actually I found the solution thru tireless trial and error. I have to call the function with each parameter in Parens. SetPassword("key1),(PWord$) Darndest way of calling a function with multiparms, but it works perfectly.
  3. braddunlap

    Multiple parameters in a Function Call

    I can not get the multiple parms to work when calling a function. The help guide says to seperate them with a comma, but that still gives me a syntax error on the calling statement. The Called statement is in a header file, but I don't think that is the problem since the syntax error is in the...
  4. braddunlap

    Setting a Session Global Option for Window Close.

    I am using Extra Basic Lanugage and trying to Close the session when the Macro completes. The Session.Close works fine, Except the actual Extra! session has a global setting of "Prompt for Disconnect". This is prohibiting the session from closing. The setting is under "Options", "Global...
  5. braddunlap

    Gray out checkbox as dialog is displayed.

    I can't figure out how to gray out a checkbox as the dialog is displayed. The only sample I can find is triggered by a checkbox being clicked, then another checkbox is grayed out. I would like to load the Extra! Dialog box with the item Grayed out. Can anyone supply me with a sample on how...

Part and Inventory Search

Back
Top