I Have a problem, i want to make a function that check if a month is 31 or 30 or 29 day, how can i make that function??
or is there any built in function i vb that can make it simpler??
i use this kind of code
if isdate("31/" & month.text & "/" & year.text) then
dayofmonth=31
elseif isdate("30/" & month.text & "/" & year.text)...
User Profile
Collapse
-
i'm using vb 6 and i make that report using field from a temporary database
btw, i have solved it thanks for your attention..... -
crystal reports error : a string is required here
i created a reports with Crystal reports 8.5
when the reports out a message box pop out with message : a string is required here
whats the problem ?? -
in vb screen where i can add a field
its name was crviewer or something else, i forgot bout its name..
btw thx i have found it..
thx for ur reply...Leave a comment:
-
Report Size in Crystal Report 8.5
i created a report using crystal report 8.5 in vb 6, how can i change the paper size of the report in the editing mode?
No activity results to display
Show More
Leave a comment: