Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
MyResult := MessageDlg('Account' +
dmStdAcc.qryGLGLNo.value + 'already exists. Delete it?',
mtInformation,[mbYes, mbNo],0);
if MessageDlg('Account' +
dmStdAcc.qryGLGLNo.value + 'already exists. Delete it?',
mtInformation,[mbYes, mbNo],0)=mrYes then do somthing;
+ FloatToStr(dmStdAcc.qryGLGLNo.value) +
+ IntToStr(dmStdAcc.qryGLGLNo.value) +
ShowMessageFmt ( 'Account %s already exists. Delete it.', [dmStdAcc.qryGLGLNo.AsString] );