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

  1. icy111

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

    Hi, Thanks for the links. Will look into it. cheers. icy111
  2. 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
  3. icy111

    how to save a file to server?

    hI Jason This method based on the MSDN help: "NOTE: This method is now obsolete. " regards icy111
  4. icy111

    how to save a file to server?

    Hi, is within the intranet. But how to retrieve the computer name? as there are different user uploading files. I need to use the listbox because to check total file size uploading can't be exceed 1MB. Only when user confirm, then i need to rename the 3 files to certain file name. Thanks...
  5. icy111

    how to save a file to server?

    Hi, i have try that method upload.postedfile.saveas The files are from local PC. We only allow user to upload files from the listbox. Thanks.
  6. 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...
  7. icy111

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

    Hi, I have changed my method of writing the codes. Now there are 3 files name with path that are stored in listbox. I wanted to save those 3 physical files to a folder. How to do this in asp.net 2.0. using VB? the following are my codes: Dim fileUploadName as ArrayList() For Each...
  8. 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...
  9. icy111

    having problems in validating form using both vbscript and javscript

    Thanks Jeff for the information. In that case, i will think of another alternative in solving that problem. Hi simonchristieis, Thanks for your help. I think what Jeff has replied is quite true. I will modify my code. regards icy111
  10. icy111

    having problems in validating form using both vbscript and javscript

    Hi Dan, I am referring to server-side VBScript and client-side JS. icy111
  11. 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...
  12. icy111

    transfer values of select box from popup to textbox in a parent window

    Thanks Lrnmore. It works perfectly well.
  13. icy111

    transfer values of select box from popup to textbox in a parent window

    Hi Lrnmore i think my explanation was bad, very sorry. Based on a55mOnk's issue. is quite similar to mine. I will give it a try. Thanks Merry christmas to all. regards icy111
  14. icy111

    transfer values of select box from popup to textbox in a parent window

    Hi Lrnmore Thanks for your fast response. The data i wish to display is just names. For user select. regards icy111
  15. icy111

    transfer values of select box from popup to textbox in a parent window

    Hi Lrnmore, But i don't quite understand your code... If i am using access db. Here is my coding: Dim strSQL strSQL ="SELECT username, userid from tblUser" Trying to execute the SQL query above.. then by using a do..while ..loop to display the check boxes...next to the username.All...
  16. icy111

    transfer values of select box from popup to textbox in a parent window

    hi Lrnmore, By looking at your scripts: --------------------------------------- 'opener.document.form1[&quot;p_quantity&quot;].value = val; self.close();}\n'+ '<\/script></head><body><form name=&quot;test&quot;>\n'+ '<select name=&quot;sela&quot...
  17. icy111

    transfer values of select box from popup to textbox in a parent window

    Hi All, By looking at your scripts..i wonder can it be used in my VBScript and Javascript. 1. I need to pop-up a Address Book using VBScript to retrieve names from the Database. 2. After the user select the check boxes of names, how to pass back the names in the textbox in the parent window...
  18. icy111

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

    Hi Veep, Thanks. Yup i have go thu' the url you have provided. Will there be a problem if i want to upload the mdb file to the server and import that mdb to the web server mdb? regards icy111
  19. 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...
  20. icy111

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

    ok. Thanks i will give it a try.

Part and Inventory Search

Back
Top