W
Wilmar
Just another try
Why does this Function give a error 49 Bad DDL call on a 2003
(terminal)server and does it work correct under W98 and W2k?
The dll is placed correct in the path.
It is a Function to calculate a showview-code:
Declare Function Showview Lib "show32.DLL" _
Alias "showview" (ByVal l1 As _
Long, ByVal L2 As _
Long, ByVal L3 As _
Long, ByVal L4 As _
Long, ByVal L5 As _
Long, ByVal L6 As _
Long, ByVal L7 As _
Long, ByVal PathToTablefiles As String) As Long
The call as follows gives a error 49
S% = Showview(day, Month, Year, Starttime, Endtime, Channel, 0, Mypath)
or
S%=Showview(26, 7, 3, 700, 1010, 113,0, "T:\ShowView\")
Will
Why does this Function give a error 49 Bad DDL call on a 2003
(terminal)server and does it work correct under W98 and W2k?
The dll is placed correct in the path.
It is a Function to calculate a showview-code:
Declare Function Showview Lib "show32.DLL" _
Alias "showview" (ByVal l1 As _
Long, ByVal L2 As _
Long, ByVal L3 As _
Long, ByVal L4 As _
Long, ByVal L5 As _
Long, ByVal L6 As _
Long, ByVal L7 As _
Long, ByVal PathToTablefiles As String) As Long
The call as follows gives a error 49
S% = Showview(day, Month, Year, Starttime, Endtime, Channel, 0, Mypath)
or
S%=Showview(26, 7, 3, 700, 1010, 113,0, "T:\ShowView\")
Will