We use an "OpenFile" command for an "http://... .asp" URL. This works well, but since we have the GuiXT cache active, we do not always get the latest version of the dynamically generated .asp file.

As a work around, just enlarge the dynamic URL with a parameter that is not used by the .asp file, and fill the call time in. Example:

Parameter iWebPage "http://... ..asp?number="

Parameter iTime "&Time="

Openfile "&[iWebPage]&[iSERNR]&[iTime]&[today_hms]"