WODA: FAQs

 Data Management

I would like to limit the number of elements (records) in the basket?
if you use 4.*** version you can try:

$WBB{'formatRowDEFAULT'} = '&PIC();
# $CGI{paint} = 0; # Interdiction $CGI{paint}
if (($#BasketID + 1) > 20) {do wbError ("You have more that 20 items in basket","You can use only 20 items in basket")}
"lalala lalala"';

Thank you,
Andrej
modify the informationdelete entire recordexplain the meaning of the fieldsbrowse recordsAdd a new questionHome page of this databaselogin Valid HTML 4.01 Transitional Valid CSS! Powered by WODA 4.6x trunk