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 strongm 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 lcky

  1. lcky

    Include not working on the asp

    Hi I have this include on my asp page. <!-- #include virtual="../asp/topHeader.asp" --> It doesn't work. This is my folder structure; myWebsite/asp/topHeader.asp I have similar structure at my second website and it work. Only different is mySite/asp/topHeader.asp I am confused here. Please...
  2. lcky

    Using Session to handle heading

    Hi I would like to set session to hold value and then use this value to display heading. I have setHeading and setGraphic, session variables. setHeading hold string value ie True and False and setGraphic; name of graphic. When user first open Home page, It would set setHeading to True and...
  3. lcky

    Form created from multiple tables (needs to update and review)

    I don't think you can add record in a Form inviroment. Best to creat subForm from other table, and then add data.
  4. lcky

    Update a field from another field

    This will do the job Field 2 = me.Filed1
  5. lcky

    Adding or Deleting binary file (jpg) to a folder

    Hi I have microsoft Access 2003 database. I have a button on the form. When user click this button, I would like to add or delete binary file eg xy.jpg, to the file system folder. Also I would like to copy binary file from one folder to another folder. eg file from C:\temp1 to C:\temp2 Is...
  6. lcky

    Adding or Deleting file from File system ( Folder )

    Hi I have microsoft Access 2003 database. I have a button on the form. When User click this button, I would like to add or delete, a file eg xy.jpg, from the file system folder. Is there any way I can do this. Please could you help. many thank
  7. lcky

    msoFileDialogFilePicker not found

    Hi I am using Microsoft Access 2003. I have a test form with a listBox field and a button. On Button cmdFileDialog_Click(); I have following code. Private Sub cmdFileDialog_Click() Dim fDialog As FileDialog Dim varFile As Variant ' Clear the list box contents. Me.FileList.RowSource...
  8. lcky

    Display and Use the File dialog box

    I have also tried to declare like below; Dim fDialog As FileDialog but still getting same message. cheer
  9. lcky

    Display and Use the File dialog box

    Hi I am using Microsoft Access 2003. I have a test form with a listBox field and a button. On Button cmdFileDialog_Click(); I have following code. Private Sub cmdFileDialog_Click() Dim fDialog As Office.FileDialog Dim varFile As Variant .... .... End Sub I have also added "Microsoft...
  10. lcky

    Not displaying value in a text fields

    Hi I have a jsp page display my project information. The displayProject.jspe get displayed, by calling displayProject.do action. This action populate projectActionForm. This ProjectActionForm has get and set method for projecttitle. I have also defined in struts-config.xml . I have edit button...
  11. lcky

    Stop Expanding war file

    Hi I am using Tomcat 5.5. I have myTest.war file in a Tomcat 5.5/webapps. when I start Tomcat, it automatically expand myTest.war file into same folder. Is there any way, I can stop war file expanding and run application from war. Please any suggestion. Thank
  12. lcky

    Locking value in text field

    Hi I have a asp form, where user fill the values in the text fields. I have two fields, where I input default value, when user open this form. On submission of this form, This default values is passed to next stage. I would like to lock this fields, so that user can't change or delete this...
  13. lcky

    Hiding my url information in a address bar

    Hi When I open my website in abrowser, it display complete information with the queryString and the name of my asp page in address bar. Is there any way, I can stop displaying my asp page name in a address bar. Any suggestion, please thank
  14. lcky

    Open href in a new windows

    Hi I have link on my asp page, which point to the different web site. At the moment, when I click on the link, it open link website in the same window. So I loose my website. How can I open this link in a new windows. Please could you help. thank
  15. lcky

    Passing Parameter fro page to page

    Hi I have a ASP page which display 5 records at a time from resulted query. I am using paging record set. I have sql query on this page. This query take two parameters from previous user search screen. I stored this values into two variable eg X and Y and passed them to sql query. The query is...

Part and Inventory Search

Back
Top