Subject Re: Another index problem
From Charlie <Trainman@traincity.com>
Date Thu, 20 Oct 2016 19:29:32 -0400
Newsgroups dbase.getting-started

Never mind!!!  I closed dbase and my computer.  When I opened them back up it works!  Horray!!!

Charlie Wrote:

> I am trying to print with a filter.   Having problems.  I have had syntac errors and unexpected type errors on different combinations I have tried.  Everything should be character...
>
>    filt = form.golfers_scores1.rowset.fields["dbname"].value
>               set procedure to golf_scores.rep
>               form.oRep = new golf_scoresreport()
>                    form.oRep.streamsource1.rowset.filter := [dbname =']+ filt+[']
>                         //form.oRep.output:= 1 //Printer
>                    //if form.oRep.printer.chooseprinter()
>                       form.oRep.render()
>                         //endif