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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pfrancis
  • Content: Threads
  • Order by date
  1. pfrancis

    Check if Spellchecker was used

    I'm helping to create a test that sees if the user knows the basic functions of Word. I'm using VBA to check if certain actions were done. The one action that I am having a hard time checking for, is the spellchecker. Does anyone know how to I could set this up?
  2. pfrancis

    Oracle on Unix connecting to SQL on Windows

    I don't really have any experience in this subject, but I am being told some information that doesn't sound right. Right now, the company I work for has a SQL database that is update from an Oracle database, and right now the servers are on windows machine. In the next month the Oracle machine...
  3. pfrancis

    Output all variables passed with POST

    Is there a way to output all the variables that were sent to a page with POST? Like a specific array that I can loop through or write? (I know is PHP I can do "print_r($_POST);" is there something like this in ASP?) Thanks.
  4. pfrancis

    Delete VBA after use?

    I have a word document that, when openned, brings up the insert file dialog box and then does some formatting (Find and Replace). After that it saves as a different file name. However, when you open the newly saved file, it runs the insert file and formating VBA again. Is there a way to remove...
  5. pfrancis

    Inserting a File into a Word Document with a Dialog Box

    Ok. I know I can use selection.insertfile with the file path to insert a file, but the file that needs to be inserted has a different name each time. Is there a way to open the dialog box to select the file. The box would be the same as if the user had selected the "Insert" menu and then clicked...
  6. pfrancis

    onbeforeunload and links

    Ok. I did a search to figure out how to stop a window from closing and I found the onbeforeunload with the dialog box. This works to stop the window from closing, but if a link is clicked it still goes through the unload and still prompts, even though the window isn't closing. Is there a way to...
  7. pfrancis

    Sessions?

    Hey. I'm new to ASP, but I have been working with PHP for a little while. In PHP there is a Session function. Does ASP have the same function or a similar one? Thanks for any help you can give me.
  8. pfrancis

    Enter key and forms

    Hi and Thanks in advance for any help you can provide me. I created a page using PHP and I echo in a form. If I use the submit button to accept the inputs for the form, everything works just fine. However, if press the Enter key on any of the fields to accept the inputs from the form, nothing...

Part and Inventory Search

Back
Top