I have a link to UPDATE the contents of my Web page. Upon click of the UPDATE link, i'm submitting the page to do the db update at the server end.
Everytime i click Update the webpage gets scrolled to the top. I need to hold the page exactly at the same point after the Update process.
I...
I'm getting the error "Object reference not set to an instance of an object" at the execution of the "gDtlConOleDbObj.Open()" in the folowing code of my webpage.aspx.vb
Public gDtlConOleDbObj As New OleDbConnection
Public gDtlTransOleDbObj As OleDbTransaction
Private Sub...
I'm creating a VB appln, where i have FORMS with (*.wmf) pictures loaded onto it. I have around 20 Forms like this now and this is expected to become even more. So when i compile my appln, the size of the EXE file is already 2mb.
I know that i can have the picture files stored separately and...
I'm working on a ActiveX Document Exe Project and I'm trying to have a Menu in a User Document. I'm able to configure the Menu using the Menu Editor, but when I view the User Document either at the design time or in a IE browser, I'm not able to see the Menu.
Can somebody let me know whether...
I have a OCX control, which calls a Form on a button click. Now on the click of a button in the Form, I need to close the Form and simultaneously makes changes to a text box in my OCX control.
I believe this can be accomplished by the RaiseEvent Statement. I tried it but still... Can somebody...
I have a string variable which contains a FORM Name. Now I wanted to load the FORM from the value in the string variable. My code is something like this...
****************************************************
Dim gForm as Form
Dim mFormName as String
mFormName = "MyForm"
Set gForm =...
I wanted to pass a the value from a JavaScript variable to an VBscript variable. I don't want to use Hidden Fields for this purpose because i'm trying to pass an entire two dimension ARRAY.
Please help me.
I need to pass an array from one ASP page to another ASP page. For this, I tried using the Session Variable, but it is not working and I'm getting "Internal server error
", can anyone please help me on this.
My code is ...
ASP Page-1
**********
Dim MyArray(x,y)...
I'm calling a VB (DLL) component from a ASP page. I need to pass an array as input parameter to my Function in the VB component. But when I do this, I'm getting a "type mismatch" error. Can somebody tell me where i have gone wrong. I have also included my code below.
My ASP page...
Somebody please help me. I'm getting this error and I everytime have to restart my IIS Server.
ErrorCode:
-2147467259(0x80004005)
ErrorDesc:
Script Engine Exception.
ASP Code:
ASP0240
ASP Description:
A Script Engine threw exception in 'C0000005' in...
Hi !
I want to trap the event, when my browser window is getting closed (via the top right X). Based on this I'm doing a certain tasks.
regards,
rpathy.
Hi !
I want to trap the event, when my browser window is getting closed (via the top right X). Based on this I'm doing a certain tasks.
regards,
rpathy.
Hi !
I have grouped 3 different Standard EXE Projects into a GROUP project. I have done this for maintenance purpose. When I try to execute from one Project a "formname.SHOW" in another Project, I'm unable to do this. I would like to know whether this is possible and how to go about...
Hi !!!
I have a peculiar problem. Somtimes the navigation of my pages comes to a halt. The page is not getting submitted when I click on the NEXT button. But this is happening occasionally say once in a week or once in two weeks. The problem gets sorted out once restart my IIS server. But I...
Hi !
I have designed a Crystal Report, calling it from a VB Interface. But now I need to call call same Report from the web (an ASP Page). Can anyone help me with how to go about this by giving me a sample code.
thanx,
Raghu
I needed to refresh my report data every time I print to include the new records entries which was made to my database. For this I turned off the save data option in Crystal Reports and tried logging onto the server from VB.
CrystalReports.LogOnServer "p2sodbc.dll", "a"...
I'm generating reports using Crystal Reports 7.0 with a Visual Basic 6.0 front-end and MS Sql Server 7.0 back-end. I'm unable to refresh my report data. Even after setting the Reporting Options to Refresh Data at every print still the Report is not getting refreshed. I tried not selecting the...
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.