hi ,

hi i'm using VFP8 SP1 and CrystalRpt for my report , is there any chance to
encrypt my data but i can read with CR in multiple user App

acctualy i'm thinking about cursor to solve this
but is there any other possibility

thank's

Re: security problem by Roger

Roger
Mon Aug 09 09:38:11 CDT 2004

You could write a VFP COM DLL to decrypt your data. CR supports
user-defined functions created in this manner. You could then use
Formula Fields in CR to display the decrypted data.

Alternatively, you could let VFP decrypt your data into a Fox2x table
and let CR report from that (using regular Database Fields).

Since I _never report directly off VFP tables (in a runtime app), I would
naturally choose the latter option (and I'd guess it would run faster in CR).

--
Roger Ansell
Adelaide, Australia

My real email address is ransell at senet dot com dot au

"christian_yt" <arthamix@cbn.net.id> wrote in message news:eLECg8UfEHA.704@TK2MSFTNGP09.phx.gbl...

hi ,

hi i'm using VFP8 SP1 and CrystalRpt for my report , is there any chance to
encrypt my data but i can read with CR in multiple user App

acctualy i'm thinking about cursor to solve this
but is there any other possibility

thank's




Re: security problem by christian_yt

christian_yt
Wed Aug 11 08:55:04 CDT 2004

thank's folk , i think i will using your idea



"Roger Ansell" <notmyreal@emailaddress.com> wrote in message
news:2npghfF3556fU1@uni-berlin.de...
> You could write a VFP COM DLL to decrypt your data. CR supports
> user-defined functions created in this manner. You could then use
> Formula Fields in CR to display the decrypted data.
>
> Alternatively, you could let VFP decrypt your data into a Fox2x table
> and let CR report from that (using regular Database Fields).
>
> Since I _never report directly off VFP tables (in a runtime app), I would
> naturally choose the latter option (and I'd guess it would run faster in
CR).
>
> --
> Roger Ansell
> Adelaide, Australia
>
> My real email address is ransell at senet dot com dot au
>
> "christian_yt" <arthamix@cbn.net.id> wrote in message
news:eLECg8UfEHA.704@TK2MSFTNGP09.phx.gbl...
>
> hi ,
>
> hi i'm using VFP8 SP1 and CrystalRpt for my report , is there any chance
to
> encrypt my data but i can read with CR in multiple user App
>
> acctualy i'm thinking about cursor to solve this
> but is there any other possibility
>
> thank's
>
>
>