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?
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...
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
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'...
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...
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...
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...
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...
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?
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?
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.