FamiliaFrazelle wrote: > forgot to send this as Plain Text Only... > > i've built a form in ooBase, with a button to *print* a report with the > currently displayed *record*'s data. > > I got the code to build the macro that opens the report document from > the forum. However, I still need the StarBasic source-code to specify > the *record* to display. Has anyone tried this? Is it possible? > > Any help would be appreciated... Have a great afternoon! :-) >
It may be possible to create an extra table with a single record. Your form pushes the current record into that table via a subform. The report takes it's data from the single record of this table. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
