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.
WhilePrintingRecords;
NumberVar RecordCounter := 0;
WhilePrintingRecords;
NumberVar RecordCounter := RecordCounter + 1;
WhilePrintingRecords;
NumberVar RecordCounter;
If RecordCounter > 0
Then //whatever you want to do if there are records//
Else //the opposite//