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!

Search results for query: *

  • Users: lcky
  • Content: Threads
  • Order by date
  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

    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...
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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
  11. 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
  12. 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...
  13. lcky

    Uploading file name from windows file system

    Hi I am using Microsoft Access 2003 to build a form. It have data source from a single table. I have a text field on this form, where I input file name eg abc.jpg. This field hold the name of graphic file in the file system folder. eg Photo At present I have to type in file name manually. Is...
  14. lcky

    dotNet Framework 2.0 and Visual Studio 2003 pro

    Hi I am having a Visual Studio 2003 professional as a developing IDE. I would like to use dotNet Framework 2.0. I am not sure to use it. Will it be ok to use framework 2.0 with Visual Studio 2003. Please could you help. many thank
  15. lcky

    ASP error : ADODB.Recordset (0x800A0BB9)

    Hi I am have problem getting opening recordset. I have spend whole to track it down, with now luck. Please could you help me. Many thank. Here is the asp code. This is the only code i have on my asp page. <% ' BEGIN CONSTANTS Dim CONN_STRING Dim iPageSize 'How big our pages are Dim...
  16. lcky

    Capturing code and script from ASP

    Hi I would just like to know, is there any way to capture code and script from asp page in a browser. many thank
  17. lcky

    Toggle header in the asp.page.

    Hi I have two domain name www.A.co.uk www.B.uk.net I have a website, made of asp pages. I have a unique header (asp.page) for a website A, ie 'www.A.co.uk', which is included into every asp page. I have created another hearder for website B, ie www.B.uk.net. What I would like to do is, I...
  18. lcky

    ASP Page Not displaying all Record

    Hi I am running windows Xp Pro with IIS server locally. I have ASP Page to display record from Access 2003 database. This is my script <%@ Language=VBScript %> <% Option Explicit Response.expires = 0 Dim objDBConn, objRS, strQuery, strWhere Dim strConnection, strOrderBy Dim myPostcode...
  19. lcky

    Where is data store in Microsoft Outlook 2003

    Hi I am using Microsoft Outlook 2003 for the Calendar for my appointment. I would like my staff to access this data. Where does outlook store data file. I mean where is the folder / file. Please could you help. many thank
  20. lcky

    Where is AutoNumber DataType in SQLServer 2005

    Hi I have just download SQL Server Express 2005. I have created a test table to see what it look like. In previous version of SQL Server, there was a dataType 'AutoNumber'. Which allow to assign sequence number. It was very handy for a primary key. But I could find AutoNumber Datatype in this...

Part and Inventory Search

Back
Top