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 strongm 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: *

  1. dinodigital

    Setting query export location

    I am wanting to set the export location of a query to a specific folder, however cannot find how to set this within the help files. I need the output txt file to be sent to a specific directory so a stored procedure can pass the data into a table. At the moment peoplesoft automatically saves the...
  2. dinodigital

    good quality asp.net tutorials

    i am looking for some good quality asp.net tutorials, particularly one that will step through creating a shopping cart style application. if anyone could point me in the right direction it would be appreciated. thanks in advance
  3. dinodigital

    countdown timer/stopwatch

    i am wanting to implement a javascript countdown timer, client side, to countdown from 40, 30 or 20 minutes (editable start time) to 0, with an alarm or alert when it reaches zero. I also need the display to be large and include seconds and milliseconds. I've done some looking around but most...
  4. dinodigital

    countdown timer/stopwatch

    I am currently wanting to implement a php page, with a small countdown timer, specifically a timer that will countdown from either 40, 30 or 20 minutes (editable starting countdown time) that will countdown from that time to 0, and be able to reset itself with the click of a button. I have been...
  5. dinodigital

    bluetooth connections?

    I am wanting to find out the best language/application to use to program a type of bluetooth connectivity between two applications running on seperate computers. Basically, a user on one computer would enter some information, say a text string. Then when the user hits a button on their computer...
  6. dinodigital

    JOOLE objects

    I was hoping to get some help with displaying the openFileDialog from within brio using a joole object. I have narrowed it down to this code: var ComDlg = new JOOLEObject("MSComDlg.CommonDialog"); ComDlg.MaxFileSize = 1024; ComDlg.DialogTitle = "Please select a file type and file"...
  7. dinodigital

    javascript open file dialog

    I was hoping to get some assistance with creating an openFileDialog only using javascript. I am unable to use the <input type="file"> method, but am wanting to keep it all javascript. I can see that the direction to go in is JOOLE objects and FileSystemObjects, but I am having some trouble...
  8. dinodigital

    dialog layouts and user input

    Thankyou for that example, but I do have one more question however that I still can't seem to understand, as when i enter the strings from the array in your example into the textboxes, nothing happens when i hit the ok button. How do I refence the user input data from inside the main sub, as...
  9. dinodigital

    dialog layouts and user input

    I have spent time reading over most of the posts in this forum but am still having some trouble with dialog boxes, how to lay them out and get user input from the dialog and send the data to my attachmate screen, as i am new to extra basic. Basically, I am wanting to get 3 values from a user...

Part and Inventory Search

Back
Top