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 TouchToneTommy 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 jcpelejo

  1. jcpelejo

    Converting multiple files with dos2unix utility on solaris 9

    Is there a way of converting multiple files at the same time so that you do not have to type the command "dos2unix <oldfilename> <newfilename>" one file at a time? Life is too short to waste... Julius Pelejo jcpelejo@hotmail.com
  2. jcpelejo

    Printing Problem in PeopleSoft 7.54.10

    I am having an issue where I am trying to print journal entries. The error that appears is as follows: "Unable to initiate process: type Crw Online, request FIN3000-;Win32 Error 267; message = The directory name is invalid. (65,37). Can someone help me resolve this issue. Thank you. Life...
  3. jcpelejo

    Formatting information in ASP

    Is there a way to format array information in ASP that would display a comma after every thousand and a dollar sign in front of the value. For example: 10000 would be formatted to $10,000. I am currently using ASP and an MS-Access database to retrieve the values. If you try and format the...
  4. jcpelejo

    Creating a forum

    Hello. I am new to PHP. I was wondering if there are any sites that I could go to that can show me how to create a PHP forum using MS-SQL 2000. Life is too short to waste... Julius Pelejo jcpelejo@hotmail.com
  5. jcpelejo

    3 dynamically linked dropdowns

    Here is an example that I was working on. It is based on the year, make and model of a vehicle. <%@ Language=VBScript %> <% Option Explicit %> <% Call Main() Sub Main() ' If the form is submitted, just display the selected Vehicle Make and Vehicle Model If...
  6. jcpelejo

    Creating a search function to query MS-Access database

    Hello, I was wondering if someone could help me create a search function for my ASP page where it searches for specific information from fields RecordID, DateReceived, AgreementNumber, ReviewDate, Processor or DateReturned from the TRANSFER table in the TRANSFER database. I would like the...
  7. jcpelejo

    Connecting Onto A Meridian Option 11 Switch with Procomm Plus 4.8

    Thank you. That worked fine. Life is too short to waste... Julius Pelejo jcpelejo@hotmail.com
  8. jcpelejo

    Connecting Onto A Meridian Option 11 Switch with Procomm Plus 4.8

    I had some problem with the emulation. I kept on getting ASCII characters when I logged into the switch. Also when I went into Meridian Mail, I could not scroll down the screen to enabled a voice mail box. The settings that I am using to dial up is ANSI BBS, modem speed of 1200 bps and...
  9. jcpelejo

    Connecting Onto A Meridian Option 11 Switch with Procomm Plus 4.8

    I am new to Procomm and I am trying to connect Procomm onto a Meridian Option 11 switch via dial-up connection. I am not sure what configurations to use in Procomm. Please advise. Thank you. Life is too short to waste... Julius Pelejo jcpelejo@hotmail.com
  10. jcpelejo

    Javascript To Connect Onto an Access Database

    I found a way of using Javascript to filter the information but I had to use ASP to retrieve the information from the database. Here is the code. <html> <head> <meta http-equiv=&quot;content-type&quot; content=&quot;text/html;charset=iso-8859-1&quot;> </head> <body> <script...
  11. jcpelejo

    Javascript To Connect Onto an Access Database

    Hello. I was wondering if there is a way of creating a web page that uses 3 drop down boxes to query an Access database. I am creating a website that when a user selects a year of a vehicle, it filters the vehicle make drop down box. After the make is selected, it filters the vehicle model...
  12. jcpelejo

    Creating dynamic drop down boxes

    Hello. I was wondering if there is a way of extracting data from MS-Access 2000 and placing it into an xml file to display in 3 drop down boxes. The information comes from the [Vehicle Description] table. The table consists of 3 fields: [VehicleYear], [VehicleMake] and [VehicleModel]. Life is...
  13. jcpelejo

    Searching Access database with two text boxes

    Hello. I have a MS-Access 2000 database that I would like to query with a search page. On the search page, I would like to query two fields called [Date] and/or [RecordNumber] from table [tblCallDates]. I want to be able to put partial information so that if the user does not know the whole...
  14. jcpelejo

    Will Not Let Me Get Past 6 Drop Down Boxes

    Hello. I am having a problem populating my seventh drop down box. When I try and view the options in my seventh drop down box, it does not show me any options. Please advise. <%@ Language=VBScript %> <% Option Explicit %> <% Call Main() Sub Main() ' If the form is submitted, just...
  15. jcpelejo

    Linked Drop Drop Menus

    I have removed all redundant records by modifying two SQL statements. The two statements that I modified are the following: Old SQL Statement SELECT DISTINCT * FROM [Vehicle Description] WHERE VehicleYear = '&quot; & strVehicleYear & &quot;'&quot; New SQL Statement SELECT DISTINCT VehicleYear...

Part and Inventory Search

Back
Top