Hi,
In Outllok form 'Open event' I disabled toolbar by writing this below code.
For Each objCBar in Item.Getinspector.CommandBars
If objCBar.name = "Standard" then
objCBar.visible = false
end if
Next
and when exit from the form 'item_close()', activated again by...
Hi,
I'm checking for whether record exist in database or not. But it is not working. Though record exist, I never get the message.
***********************************************************************
Here is the table looks like.
EMPLID NAME EMAILID
1 Maruthi mbalmuri@hotmail.com
2 test...
Hi,
I'm new to VBScript. I wrote small piece of code and when I
run on browser, I don't receive message when click on button.
here is the code.<HTML>
<HEAD>
<TITLE>This is a VB Script test apge</TITLE>
</HEAD>
<BODY>
<H1>
<CENTER>
<EM>VBScript Test Page</EM></H1>
<HR>
<INPUT...
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.