> >
> >
> > Tai,
> >
> > I confirm the test with your test Report2 confirms, everything is showing as it should be. There is no problem at all.
> >
> > If you cant zip me only 3 records of your production database, should always be possible, just change some confidential data to rubbish, but dont change the critical field, and equaly important mail me your report.
> > if you dont want to mail in public, last option I have to open my private mailbox: koenUnderscorepillerAtHotmailDotcom
> > Regards.
> >
> > Koen
> >
> > Regards,
> >
> > Koen
>
> ********************************************************************************************
> ********************************************************************************************
>
> Morning Koen,
>
> As I suspected that there was something with my production database that wouldn't allow me to insert the "superscript 3" character in there. I'm not quite sure of knowing how to zip only 3 records of my production database because I don't want to corrupt the database or the tables in it. Also I hope I'm doing the right thing. I need to do this safe and how do I do this? I'm kind of scared you know.
>
> Tai Nguyen.
Tai,
you could try:
select * from myTable into cursor curtemp where recno()<4
select temp copy to c:\temp\curtemp.dbf
use c:\temp\curtemp.dbf
browse && for you to see no confidential data in curtemp.dbf before you mail it
also mail yourreport.frx
Regards,
Koen