The array will contain each days of one years' meeting number, for example, table(1) which stores Jan 1st 's total meeting numbers that will take place in location A. When I look through the records, I added up the preschedule meetings that will take place in location A in Jan 1st and compare...
Hi all,
Any body know how to define and store a one dimension array in a blobal variable?
My one dimension array is initialized like :
Dim table(366)
For x=1 to 366
table(x)=0
next
because when I go through the records I need to change values in...
Acutlly, the incoming records are like:
class class# StartDate EndDate category
Professionals 02222 1/15 1/16 prof
Business 0211 3/4 3/6 bus
Professionals 02222 2/01 2/02 prof
Business 0211 2/24 2/26 bus
Business...
Hi all,
In my Crystal Report, I have got the following records:
Class class# JAN FEB MAR
Administrative Professionals 02222 15-16
Administrative Professionals 02222 01-02
Administrative Professionals 02222 26-27...
I am using Cystal Report 9.2.2. I have problem to export output into CSV file When I have a header specifid. For example the output should like:
FirstName LastName Salary
fname1 lname1 salary1
fname2 lname2 salary2
but my csv export file looks like
FirstName...
yep, I did exactly what you described above, but
for data
Class class# JAN FEB MAR
class1title 02222 15-16
class1title 02222 01-02
class1title 02222 26-27
class2title 02211 11-12
class2title 02211 22-24...
Hi all,
In my Crystal Report, I have got the following records:
Class class# JAN FEB MAR
Administrative Professionals 02222 15-16
Administrative Professionals 02222 01-02
Administrative Professionals 02222 26-27
I am wondering how can I...
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.