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 Rhinorhino 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: Tript99
  • Content: Threads
  • Order by date
  1. Tript99

    Accept User Input Through an Input Box or Form

    Hellow, I'm working on a webform in VB.net and I would like the user to be able to click a button and have an input box pop up so they can input a string that will be later used in an sql statement. When I try to run my code I get errors saying: An unhandled exception of type...
  2. Tript99

    Use a perl script to execute another perl script

    Hello, I was wondering if it is possible to have a perl script that will open up another existing perl script and execute it. What I'm trying to do is have an EXE that will open up and execute a perl script that is located on a network drive. This way if I ever have to make changes to the perl...
  3. Tript99

    Convert a text file to a spreadsheet

    Hello, I have a text file that is not delimited, it looks like this: 0001028976 I 07860 BINDER 3-RING EZD LH 1.5BK 0001111257 A 99923 BINDER 3-RING LZD HH HDAG I need to use perl to convert this into a spreadsheet. I am not sure how to identify the fields without a delimiter. I...
  4. Tript99

    Appending data into an MS Access table via Perl

    Hello, Does anyone have an example of some code that will allow me to use Perl to append data in a text file into a table in microsoft access? Is this even possible? I searched through the archives but couldn't really find anything. Any help would be great! Thanks, Tript.
  5. Tript99

    MS Access and DBI

    Hello, I am having a ton of trouble trying to connect to an access database via ODBC with a perl job. I have an MS access database on my desktop that I have set up a System Datasource name of "Audit" with the path to the database. Then I used some code I found on the net to perform a...
  6. Tript99

    importing FTP mainframe Datasets into MS Access

    Hello, I wrote a small Perl job to FTP datasets from the mainframe and save them on the user's C drive as a text file. I was then going to have a process to load the text files into an MS Access 97 database. When I go to import the text files it does not recognize the end of line character and...
  7. Tript99

    Exporting a list box in Access

    Hello, I was wondering if anyone knew if it was possible to export the contents of a listbox (in Access 97 form) to an excel spreadsheet. I've been trying to use this code but have been unsuccessful so far.. Private Sub cmdExport_Click() DoCmd.OutputTo acOutputObject, "lstTest&quot...

Part and Inventory Search

Back
Top