Can I control the sub report(s) if I got more than 1 records view?
eg.
ID = 123
Name = WW
subreport1
subreport2
-----------
ID = 124
Name = QQ
subreport1
subreport2
----------------
.
.
.
vb code behind:
Dim vNric As String
Dim objReport As New crProfile_IC()
Dim...
Hi! I have a subreport1 in crystal report link to the same dataset. How can I get the field value in the main report?
eg.
I have a field display "ID" in the Main report.
In my sub report, I want to get the ID.
So, my formula in subreport will be
@Contact:
If {ID- from main report} =...
Hi! I got the sql Statement below.
SELECT CaseNo, cCode, NRIC_Fin, Contact_c
FROM IND_vPROFILE_2
WHERE (NRIC_Fin = 'S7801231')
GROUP BY cCode, CaseNo, NRIC_Fin, CaseNo, Contact_c
Result
CaseNo cCode Nric_fin contact_c...
Hi. This is exp. of my web pages.
page1
Crystal Report:
Record1
Record2
.
.
.
I have button 'Link' in page1 to go to page2
1)how can I pass the ID from record1, page1 to page2?
Can this be done?
2) Is the hyperlink in each field (Group section) be removed?
I don't need the hyperlink in...
I created a subReport (I put it under the group section) with the same dataset in my CrystalReport.
Table_View1:
------------
ID Name1 Name2
-----------------
123 jay1 herry
123 jay2 herry
123 jay1 gan
123 jay2 gan
123 jay1 herry
123 jay2 herry
123 jay1 gan...
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.