Aparajita,

Would you prefer I just update Mantis rather than emailing Developer List first?

For the moment here is the typo:

pg 419 Active4D Reference ß8

Example code section. Text reading:

...
$batch := Batch.newFromRowSet($rowset; 10; \\
              _query{Batch.kStartParam}; 0; 3)
...

should read:

...
$batch := Batch.newFromRowSet($rowset; 10; \\
              num(_query{Batch.kStartParam}); 0; 3)
...

as ioStart argument should be a number according to the method itself.

Michael._______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to