Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for ronb

i wrote and compiled an vb 6 program on a windows xp sp2 box i am trying to run the program via a batch file from an nt box i get this error: runtime error 91: object variable or With block variable not set the program runs under the scheduler …

Member Avatar for aronhugos
0
4K
Member Avatar for avisek_cts

i am making a report of server utilisation./now there are many servers and for each server there is a txt file in a certain dir loc of that server. user will call the server by the name and the text file will be called from its respective location how to …

Member Avatar for vb5prgrmr
0
233
Member Avatar for avisek_cts

Private Sub Command1_Click() Dim PDDoc As Object Dim AVDoc As Object Dim AcroExchApp As Object Dim PDSaveFull As Object AcroExchApp.GetActiveDoc Set AcroExchApp = CreateObject("AcroExch.App") AcroExchApp.GetActiveDoc AVDoc.GetPDDoc PDDoc.Save Set PDDoc = AVDoc.GetPDDoc If PDDoc.Save(PDSaveFull, "c:\test.pdf") = False Then MsgBox "Unable to save image" Else: MsgBox "The file is saved" End If …

Member Avatar for vb5prgrmr
0
141
Member Avatar for avisek_cts

I want to draw a graph in vb6 thta will take data from the database (here it is MS ACCESS) .The databse has a table with 2 columns,How to draw the 2d graph dynamically, I am connecting the databse and vb 6 but an error is occuring Please tell me …

Member Avatar for vb5prgrmr
0
871