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 Mike Lewis 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. Rychertate

    document fields not listed

    None of my emails after I go into Document Properties has document fields listed. I am wanting to access the fields of the selected email to run an agent. What do I need to check in order to have the fields displayed?
  2. Rychertate

    pc to unix FileExists function

    Is there an http link valid checker?
  3. Rychertate

    pc to unix FileExists function

    How do handle the below? the files on the unix box can be pulled up through the URL. If I want to check if that file actually exists, how do I do that? *********************************************** Dim fs, fExists, path fExists = false Set...
  4. Rychertate

    webpage link trigering windows explorer search

    I have a jsp page with records of data displayed on a browser. I want each record hyperlinked to a windows explorer search. I ultimately want to pass the data to the explorer search and have it automatically run. The search looks for the searched files in a directory. How on earth do I do that
  5. Rychertate

    parameters with JSP

    Since I'm not familiar with AJAX I like the idea of "2. Call a javascript function to change the current URL of the page to the same page but with a value passed on the URL that your JSP page can read like: http://mypage.com/myjsp.jsp?ck=true" </select><INPUT TYPE=CHECKBOX NAME='All'...
  6. Rychertate

    parameters with JSP

    How do I read the parameter in JSP when a false or true is passed through the javascript?
  7. Rychertate

    parameters with JSP

    I have a JSP page that includes a drop down list box queried from a database. I want a check box adjacent to the list box to trigger a new query of the list box. checking and unchecking the check box will result in alternating lists. I want this to occur on the same JSP page. How do I pass a...
  8. Rychertate

    list box

    I have a jsp page that uses an sql statement to populate a list box when the page is loaded. I want a click button adjacent to the list box. I want the button to reload the page when clicked with a different sql result in the list box. If the user click the button again, it will revert back...
  9. Rychertate

    creating hyperlink

    values_StringBuffer.append("<a href='" + sLink + "' title='Drawing' target='_blank'>Drawing</a>" + " \n"); Above is a stringbuffer I use to append my link. sLink is a variable that holds an address. "http://yadayadayada.com" However, something is wrong when I output the entire string onto a...
  10. Rychertate

    creating hyperlink

    I have an object I created that returns a String of data. Within the data I tried to create a link. However, when the object is returned into my JSP page to be displayed, "http://XXXXXXXX", the address appears, but not as a hyperlink. How do I handle that in my object rather than handling it...
  11. Rychertate

    drop down list to feed a result

    I have a list of years in a drop down box called 'Year' with values 2003,2004,2005,2006 in a form. If I want the value to be sent into the same page, do I have to do anything within the form properties after I create my database result?
  12. Rychertate

    Multiple Inquiry from one submit.

    I can created a form and created a result page to return record from database. However, If I want to paste inquiries in a text box(Each line is a different inquiry) and submit to the result page multiple records returned. How do I do that?
  13. Rychertate

    help opening up MDF file.

    I launched osql Now, I created the database. What sql statement do I use to list all tables within my database?
  14. Rychertate

    help opening up MDF file.

    I try running EXEC sp_attach_single_file_db @dbname = 'db1', @physname = 'D:\sqldata\db1_data.mdf' but...EXEC is not recognized as internal or external command Am I suppose to launch something for EXEC to be recognized?
  15. Rychertate

    help opening up MDF file.

    I don't have the ldf file. I'll have to use the sp_attach_single_file_db
  16. Rychertate

    help opening up MDF file.

    do I run the command from the command prompt? My sqlserver is running in the background.
  17. Rychertate

    help opening up MDF file.

    I downloaded and installed sql2kdesksp3.exe Installed it and have an Microsoft SQL server folder in my c: I launched my sql server from my command line with required switches. I check my services and my sqlserver is on. I have an .mdf file I'd like to look at. How in the world do I open one...
  18. Rychertate

    launching application from code.

    I am suppose to edit the following below to launch the correct program. What is this stuff: ("CLSID\{894CB887-EE61-11D1-B824-004033B07A82}\LocalServer32") in the method? isn't it suppose to be the path? What am I suppose to launch this: "C:\Program Files\DQS\WinSPC_Test\Winspc32.exe" Do I...
  19. Rychertate

    I have Visual Basic 2005 Express Edition Beta

    Consultant gave me source code for an application. If I want to deploy it as an .exe file. Does Visual Basic 2005 Express Edition Beta have that capability? Or do I have to upgrade or purchase a license? I'm a confused newbie.
  20. Rychertate

    taking VB source files and convert to exe

    I currently have Visual Basic 2005 Express Edition Beta. I have .vb, .dll, .resx,.settings What steps do I need to take after I made my .vb changes in the source file to conver everything into an executable. Do I have the ability to convert with the current visual basic version that I have?

Part and Inventory Search

Back
Top