u could ideally have a static text with the contents of tooltip and make it invisible..
in the mouseover event of the button u can make the statuc text control visible
mouseover event - u need to create a user defined event of type pdwm_mouseover (something similar to this name)
Hi,
Check out in the Database Profile Setup window
go to Options tab.... u can figure out a field as Connect Type
Change the Connect type to SQL_DRIVER_NOPROMPT
This should sort out your problem
Anjali
Hi,
R u using Cursors in SP, in that case u need to Close and deallocate the cursor.... when u execute in a single user environment it works.. but in multiple user envronment it gives out this error..
Check it out and let me know in case u still face the same problem
Regards
Anjali
u need to have PDF writer installed in ur machine and also it shd be the default printer
and give the save as PDF
I guess it shd work
if am not wrong i guess pb 8 has PDF writer drivers built in.. check it out.. and configure it as the default printer....
i guess it shd work
Bye
Anjali
Well.. u can pass the variable values in the request
scope.... like
<%
request.setAttribute("somevar", new Integer(12));
%>
the above code shd be in the JSP... in the second JSP u can get the value by using
<%
int iValue =...
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.