HB_OemToAnsi Function
Posted: Tue Apr 13, 2010 6:24 pm
Hi,
In the columns of the Browse control, I'm trying to do something like this:
And presents the error shown in the attached image (just in HB_OemToAnsi function), please take a look.
And if I do another test like:
This works well.
The question is if I'm doing something wrong in the columns of the Browse control
Please can someone give me some advice.
Best Regards
Javier
In the columns of the Browse control, I'm trying to do something like this:
Code: Select all
FIELDS { "FechaLegible(Facturas->f_fech_fac)", "HB_OemToAnsi(Clientes->f_nomb_cte)", "Transform(f_total,'99,999.99')" }And if I do another test like:
Code: Select all
DEFINE LABEL cNombreCte
VALUE HB_OemToAnsi(Clientes->f_nomb_cte)
ROW 80
COL 30
AUTOSIZE .T.
END LABELThe question is if I'm doing something wrong in the columns of the Browse control
Please can someone give me some advice.
Best Regards
Javier