Question
February 19, 2008 at 04:08 AM
altaf_patni2005

Execute Unix command using vb6.0

by altaf_patni2005 . Updated 18 years, 6 months ago

Hi
I am trying to run universe application using vb code, universe application is in UNIX server its running but after one subroutine, error displayed 81015, and stops running. how can i sort it out. i hope you have a solution for this, coding is as follows.
**********CODING*********************

Private Sub Timer1_Timer()

Dim SBSAsubr As Object
Dim strSBSAFileName As String

strSBSAFileName = “”
If TimeValue(Time) > “01:50:00 PM” And TimeValue(Time) < "02:10:00 PM" Then If flagFor5AM = True Then Set SBSAsubr = Uv.Subroutine("AONE.REP", 0) strSBSAFileName Do SBSAsubr.Call MsgBox SBSAsubr.Error Loop Until SBSAsubr.Error = 0 Sleep (50000) *************************************** Thank you in advance

This discussion is locked

All Comments