I don't understand extacly how the function UpdatesPending[] should works.
I use the following script and UpdatesPending[] always return true.
DbJS->JS->ApplyUpdates[OPENARRAY[const TDataSet *, [QList]], false ];
if [QList->UpdatesPending[]]
if [MessageDlg["ASKHPB : Do you want to process receivings ?",
mtConfirmation,
TMsgDlgButtons[]
I use the following script and UpdatesPending[] always return true.
DbJS->JS->ApplyUpdates[OPENARRAY[const TDataSet *, [QList]], false ];
if [QList->UpdatesPending[]]
if [MessageDlg["ASKHPB : Do you want to process receivings ?",
mtConfirmation,
TMsgDlgButtons[]