|
-
Jul 8th, 2006, 08:40 AM
#1
Thread Starter
Hyperactive Member
my crystal report don't show more than 80 records '' ??
peace be with you
my crystal report don't show more that 80 record in the sheet ??
why that ....
my data is 200 record
ho to solve this
In the name of allah , the beneficent , the merciful
Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered
---- Great Sites For You -------------------
If you want to know some small things about islam ?
-
Jul 8th, 2006, 08:42 AM
#2
PowerPoster
Re: my crystal report don't show more than 80 records '' ??
 Originally Posted by xray
peace be with you
my crystal report don't show more that 80 record in the sheet ??
why that ....
my data is 200 record
ho to solve this
i dont know anything about CR but for those who do will need to see your code before they can help you solve your problem.
-
Jul 8th, 2006, 09:18 AM
#3
Thread Starter
Hyperactive Member
Re: my crystal report don't show more than 80 records '' ??
the code ::
Code:
Dim report_app As New CRAXDDRT.Application
Dim report As New CRAXDDRT.report
Dim rep_path As String
Private Function common_report()
rep_path = App.Path & "\" & report_kind
'MsgBox rep_path
'MsgBox report_for
Set report = report_app.OpenReport(rep_path)
'report.Database.Tables(1).Location = App.Path & "\cranet.dat"
report.Database.Tables(1).Location = "\\192.168.0.61\db\cranet.dat"
With report.Database.Tables(1).ConnectionProperties
.Add "password", "2041981asamir"
End With
End Function
Private Sub Command1_Click()
Dim date_now As String
'
date_now = Date
date_now = Format(date_now, "yyyy/mm/dd")
'
'Dim rep_path As String
'=========================================================
Select Case report_kind
Case "spchr.rpt"
'rep_path = App.Path & "\" & report_kind
'MsgBox rep_path
'MsgBox report_for
'Set report = report_app.OpenReport(rep_path)
'report.Database.Tables(1).Location = App.Path & "\tests.mdb"
'report.RecordSelectionFormula = "{tests.test_res_all}='áÇÆÞ' and {reg_student.reg_thk}='" + report_for + "'"
common_report
report.ParameterFields.Item(1).ClearCurrentValueAndRange
report.ParameterFields.Item(1).AddCurrentValue report_sp
report.RecordSelectionFormula = "{tests.test_res2}='" + report_for + "'And {tests.test_date_pbf}=#" + date_now + "#"
End Select
cryview1.ReportSource = report
cryview1.ViewReport
'cryview1.PrintReport
'report.ParameterFields(kkk).Value = "150"
End Sub
plz fast
In the name of allah , the beneficent , the merciful
Say (O Muhammad ): We believe in allah and that which is revealed unto us and that which was revealed unto abraham and ishmael and isaac and jacob and the tribes , and that which was vouchsafed unto moses and jesus and the prophets from their lord . we make no distinction between any of them , and unto him we have surrendered
---- Great Sites For You -------------------
If you want to know some small things about islam ?
-
Jul 8th, 2006, 12:04 PM
#4
Re: my crystal report don't show more than 80 records '' ??
Do you mean 80 records on one sheet or only 80 records and there are no other records visible on any page?
Moved
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jul 20th, 2006, 07:29 AM
#5
Addicted Member
Re: my crystal report don't show more than 80 records '' ??
i dont see any problem in ur code.
check the report and see that u have not limit the record size to 80, u can check the record size option with the help of help menu of crystal reports
Thanks and Regards,
Muhammad Abbas
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|