Przemyslaw Czerpak wrote:
Here is reduced example:

      REQUEST ADS
      proc main()
      adsSetServerType( 1 )
      rddSetDefault( "ADS" )
      dbCreate( "test.dbf", { { "F", "C", 24, 0 } } )
      USE test
      while lastrec() < 10
         dbappend()
         field->F := repl( "1234567890", 10 )
      enddo
      dbgotop()
      browse()

In next commit I'll cover the workaround code by
   #if ADS_LIB_VERSION == 900
so other ACE version can be easy tested and added to above #if condition
if necessary.


I've commented out your fix and compiled the test above using ace.h version 7.10.

Final executable tested using .dlls of versions 7.00, 7.10, 8.00, 8.10, 9.1. In all cases I see an extra character (blank) in browse.



Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to