Is declaring an array like this correct?
Function Check_Val(ByRef arrArray)
Dim row As Integer, j As Integer
For row = LBound(arrArray) To UBound(arrArray) - 1
For j = row + 1 To UBound(arrArray)
If arrArrray(j) = arrArray(row) Then
Check_Val =...
when i try to run this script i get an error like 'type mismatch' for lbound.
any one knows why?
Function Check_Val(ByRef arrArray)
Dim row , j
For row = LBound(arrArray) To UBound(arrArray) - 1
For j = row + 1 To UBound(arrArray)
If arrArrray(j) <> arrArray(row) Then
Check_Val = arrArray(row)...
I am getting an error when i try to create functoid and then link them to the destination.
The error in the functoid is 'type mismatch for lbound'.
I am using the ubound and lbound functions in an array to get the size.
can anybody guess what the problem could be.
Can we lbound and ubound at all...
Hi,
Here is my vbscript.
What i want it to do is to go thru the array and look for matching numbers.
The array will have numbers like 25429-8,23456-8 etc..
Please responfd with answers
Function check_val( byref arrArray )
' Dim arrArray()
Dim row, j
Dim StartingKeyValue...
Hi friends
I am facing a problem, deployment in production. I am useing CE Server. How to access the server from the .asp page. Present i hot coded server name in my global.asa file as application variable, and i am useing in .asp page. It is working very fine in development site. Now...
We are using Crystal Report 8.5.0.217.
The reports were initially created with a username, that had READ,WRITE & EXECUTE permissions.These reports were created from our "DEVELOPMENT" datbase, based on orcale stored procedures.
However when we try to set the location of these reports...
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.