Re: report no print out by Dan
Dan
Mon Dec 05 11:33:55 CST 2005
I'm guessing that CALCULATE is leaving you at EOF(), and SET FILTER will not
move the record pointer (nor will it take effect until YOU move the record
pointer).
I'd take out the filter entirely and use the filter expression as a FOR
clause on your label command.
Dan
agogo wrote:
> Dear Tracy,
> my label as belows, please help!!!!
>
> sele fabric
> Calculate Max(fab_count) to labelstop
> go top
> Set filter to fab_count >= labelstart+1 and fab_count <= labelstop
> label form fabric1 noconsole to printer
> SET FILTER TO
> Else
> MessageBox("No records found!!!",16, "System Alert")
> ENDIF
> Clear Memory
>
> Thisform.Release( )
>
>
>
> Thanks in advance
>
> ah wa
>
>
> "Tracy" <anonymous@discussions.microsoft.com>
> ¼¶¼g©ó¶l¥ó·s»D:uPEeDZ29FHA.500@TK2MSFTNGP15.phx.gbl...
>> Is your table that is referenced in the label selected directly
>> before you issue the label form command? Can you post your label
>> form command line and an example of the properties of any of the
>> fields on the label?