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 Wanet Telecoms Ltd 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: icy111
  • Content: Threads
  • Order by date
  1. icy111

    how to select item from the drop down list in access form?

    Hi, In Microsoft Access Form: 1. how to select the item from drop-down list which linked to a table? 2. how to display some records in the text box based on the selected item in drop down list. Need help urgently as I am not Access user. Thanks cheers, icy111
  2. icy111

    how to save a file to server?

    Hi, My codes are working fine in local pc. When deploying in IIS Server. It can't detect the source file path. Have tried using copy & move command in ASP.net 2.0 using VB. From a list box, there are 3 files that need to be uploaded to the IIS server. Is there a way to do it? For i = 0 To...
  3. icy111

    how to upload file & return to Parent page when close child form

    Hi, Is there ways to do the following: 1. Open the pop up window from parent page. 2. Upload 3 file attachments from a pop-up window. 3. Close & return the 3 file names to the parent form. 4. Option to clear the fileupload textbox if there is a need. Kindly help. Thanks in advance. Regards...
  4. icy111

    having problems in validating form using both vbscript and javscript

    Hi, I am validating form using both vbscript and javascript. I am getting the dynamic input data from web page using vbscript and validating the field with javascript on client-side before i submitting to database. I am facing problem where Javascript doesn't recognize those variables in...
  5. icy111

    How to upload MDB file from client-side to webserver using VBscript?

    Hi, I need to create a web based programs for my users using ASP/Vbscript. My scenario: User clicks on a button from the web, the program will auto-send the MDB file from a client-side/local pc to the Web Server's MDB file. (This is more like a importing a local mdb to the backend mdb file.) So...
  6. icy111

    how to auto copy text value to textarea without hitting anykey?

    Hi all, I am using barcode scanner. Once i scanned a barcode into a text box, i need a javascript which can auto copy to a textarea. Without users clicking any keyboard key or mouse to activate the event. The following is my Javascript and HTML codes: <input name=&quot;textA&quot...
  7. icy111

    Date range query for ASP page

    Dear all, I am generating a report in ASP Platform using Microsoft Access 2000 as the Backend database. Here is my query in the ASP page: The dteFromDate : 10/10/2003 'MM/DD/YYYY The dteToDate : 10/14/2003 'MM/DD/YYYY Dim strSQL Dim dteFromDate Dim dteToDate strSQL = &quot;&quot; strSQL =...
  8. icy111

    how to insert textbox value to access 2000 database using javascript

    Hi, Is there a way where i can insert my textbox value directly to database using javascript? Needs help urgently... Thanks in advance Regards icy111
  9. icy111

    How to enter many entries through listbox &amp; do a count before submit?

    Dear all, Here is my scenario: I am using an ASP form. I have to enter many inputs/entries into a listbox, based on the number of entries, i need to display the counter in a text box. All these steps need to be DONE before i click on the submit button. Is there a way where i can enter thru'...
  10. icy111

    How to insert into listbox with multiple entries?

    Dear All, Here is my scenario: I am using an ASP form. I have to enter many inputs/entries into a listbox, based on the number of entries, i need to display the counter in a text box. All these steps need to be DONE before i click on the submit button. Is there a way where i can enter thru'...
  11. icy111

    How to retrieve few characters from a Textfile in ASP file?

    Dear all I had this error message: Microsoft VBScript runtime error '800a003e' Input past end of file When i'm opening a Text File, using ReadLine Method. But i need to retrieve first 6 characters of every line, how should i go about it? The following is my coding.. Set objTextStream =...
  12. icy111

    display Charts on the website using ASP

    Hi, does anyone know to convert the query into Charts example: Pie Charts, Line Graph, Bar Charts etc...using ASP? Thanks regards icy111

Part and Inventory Search

Back
Top