Rafa Carmona
unread,Apr 25, 2012, 8:01:52 AM4/25/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FastReport for [x]Harbour, Alaska Xbase++, Visual FoxPro
Hi
I have field , idclient type numeric, and this expresion crash
fastreport;
[CallHbFunc( 'SHOW', [ <CLIENT."IDCLIENT"> ] ) ]
by this call, show perfect;
[CallHbFunc( 'SHOW', [ 1 ] ) ]
If i use another field, type character or date, perfect;
[CallHbFunc( 'SHOW', [ <CLIENT."NAME"> ] ) ]
Where is the problemn used fields numerics in callHbFunc() ?
Regards