anybody who i can bother to help me with CR10?
actually i am pretty clueless on how to use this, although i have used a report writer using microsoft dexterity.
i havent tried writing any report before... and some say CR is easier to use than vb's resident data designer... anybody who i can bother to explain how to use CR?
i just want to link each field to a position in the report to print the final output...
how can i link? how can i load? or where can i find a tut on how to use them can be a huge help... thanks
Re: anybody who i can bother to help me with CR10?
hold the replies... found the users manual... sorry stupid me :P
Re: anybody who i can bother to help me with CR10?
Quote:
Originally Posted by Marcogol
hold the replies... found the users manual... sorry stupid me :P
I'll post these anyway in case someone else could use them.
http://www.vbexplorer.com/VBExplorer...al_reports.asp
http://www.windowatch.com/2004/january/crystal10_1.html
Re: anybody who i can bother to help me with CR10?
thanks...
but what will i have to do to print a report?
since this is my first time to use this can some kind sir treat me a private sub to end sub code?
help will be much much appreciated thanks...
Re: anybody who i can bother to help me with CR10?
Quote:
Originally Posted by Marcogol
thanks...
but what will i have to do to print a report?
since this is my first time to use this can some kind sir treat me a private sub to end sub code?
help will be much much appreciated thanks...
How are you gathering the data that will be in the report? Back in the day when I was still creating reports, I would build a recordset out of an SQL statement, dump the results into a DB table to which a Crystal Report was bound, and run the report from there.
Re: anybody who i can bother to help me with CR10?
what could be the best way to do it? what i have in mind is creating the output from crystal reports itself and just load the .rpt file...
i have a somehow inventory program that needs to display an allocation form as my report... what could be the best way?
Re: anybody who i can bother to help me with CR10?
ok i already have made a report using CR10... how can i link it with vb?
and with the print preview feature?
Re: anybody who i can bother to help me with CR10?