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
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...
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...
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
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...
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...
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...
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
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="content-type" content="text/html;charset=iso-8859-1">
</head>
<body>
<script...
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...
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...
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...
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...
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 = '" & strVehicleYear & "'"
New SQL Statement
SELECT DISTINCT VehicleYear...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.