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 Chriss Miller 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 AdzDaz

  1. AdzDaz

    Open window on form submit

    I want to open a new window on form submit, that submits the page via the new open window. I got it working, but just very occasionally it opens the new window, then opens another window for the form submission. I'm doing this: <form name=&quot;form1&quot; method=&quot;post&quot...
  2. AdzDaz

    dialog-box get-file don't just open a directory

    Have a look at this site: http://www.global-shared.com/api/index.htm look for BrowseForFolder. The above site is shows how to access the windows API from progress.
  3. AdzDaz

    Display double rows only one time, How ?

    If you are using a browser, then you can't really use last-of() directly since the browser is built like an OPEN QUERY statement. With complicated queries i often build a temp table up, then make the freeform query be &quot;for each tempTable&quot;. In this case you could build the temp table...
  4. AdzDaz

    Can I run a .p or .r file from a .bat in NT?

    Look at the FAQ. I just started the ball rolling. PS: Not many progress users are on this list at the moment. If you want maximum exposure, subscribe to peg via the www.peg.com website. Beware that your likely to get up to 100 emails per day.
  5. AdzDaz

    How can i run a progress program from a batch file in Windows NT?

    You can do this by calling the progress executable(prowin32.exe) with all your database connection parameters from your batch file. An example (note it expects environment variable DLC to be set): @echo off echo Starting progress... %DLC%\BIN\PROWIN32.EXE -db yourdb -H yourHost -S...

Part and Inventory Search

Back
Top