Dear All,
I need to set password to hide data..
with oGet:lPassword := .T. //char type works OK but in numeric type it's not.
How to do in in numeric get?
Regards,
Frances
nageswaragunupudi wrote:You need to convert the numeric value as character string and GET and take its VAL() after the get.
The picture 'XXXXXXX.XX" on the numeric get will replace the display value to "XXXXXXX.XX" instead of "9999999.99" or say a value of 12,999.45
nageswaragunupudi wrote:The picture 'XXXXXXX.XX" on the numeric get will replace the display value to "XXXXXXX.XX" instead of "9999999.99" or say a value of 12,999.45
Nice idea
James Bott wrote:Francis,
Are you using recordsets or a SQL database driver? If recordsets, then I am not sure you can do what I suggested.
Hmm. With a recordset you might be able to create a record class that would read from the recordset and filter out the secure fields. This would work with a dialog, but it would really slow down a browse or report since you would have to create a record object for each record in the recordset.
I would have to think about this more...
Regards,
James
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: nageswaragunupudi and 92 guests