hope it helps
i had the same problem and used this code to over come it.
Dim myReport As New CrystalReport1()
myReport.DataDefinition.RecordSelectionFormula = "{late_amends.Sent} = (CDateTime (" & (DateTimePicker1.Value.ToShortDateString) & ") to CDateTime (" &...
why dont you use a select case on the cbo and pass a parameter to the report
http://www.computerhelp.forum/showthread.php?t=78231&highlight=filter+crystal+report
heres a link on parameters
mine worked but the body text had no html tags!!!
its also vb.net
are sure its not:
msgMail.BodyFormat = System.Web.Mail.MailFormat.Html;
msgMail.Body = S;
I have this problem and cannot fix it.
im running the program over citrix. it works fine locally but over the network gives me this problem. ive changed the trust levels to highest in the frame work settings and still get the problem.
Listers.exe: Loaded...
better way
you could use a sort in your sql. you data will be sorted by your parents data not the child so if you put a sort on the child column it will sort that for you. its alot faster to roun and the code is done automaticaly by the datadapter. this be added custom by writing a new select...
reply
i did it manually, heres the code to any one who needs it.
Dim p1 As New Pen(System.Drawing.Color.Gray, 1)
Dim x = 30
Dim y = 0
Dim z = 0
Do While x < w
Do While y < w
e.Graphics.DrawLine(p1, x, y, x, y + 3)
y...
Hi
i have a picture box and i have drawn a grid using e.graphics, like ruler lines.
does any one know how i can change the code i have so it gives me dashed lines or do i have to manually draw each dash.
heres my code:
Dim x = 30
Do While x < w
e.Graphics.DrawLine(p1, x, 0...
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.