Your posting doesn't provide all the necessary data to help, but let me see if this helps.
1) Arrays must be dim or reDim to create
Example: dim testdim(4,1) as String
This creates a two dimensional array that can be loaded by individually calling each cell like:
testdim(0,0) = "1st test"...
What is the proper way to reference a method on another class?
My Report structure is:
NewReportApp
Content - SequentialSection
Content - LaborRptSec
DataStream - LaborSource
After - AlternateLineFrame2
Content - RecordCountControl
I want to set the value (Integer)...
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.