Hi Enrico,

The bug is in the DBCREATE() function which does not test for duplicate 
field name. We have encountered this problem in the past.

The actual data does not get written to both "TEST" fields

Regards

Peter

On 10/03/2011 9:59 a.m., Enrico Maria Giordano wrote:
>      DBCREATE( "MYTEST", { { "TEST", "C", 35, 0 },;
>                            { "TEST", "C", 35, 0 } } )
>
>      USE MYTEST
>
>      APPEND BLANK
>
>      FIELDPUT( 1, "Test" )
>
>      BROWSE()
>
>      CLOSE
>

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to