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