Q:
Can I reference a field in a table directly without having to use an array in an RSP page?
Code:
<% open database southwind use example in 0 current tmpfile = sys(2015) select * from example save as [&tmpfile] private m_notes = tmpfile.lastname ?(m_notes) %>
A:
Try it in a script from the console. It works the same.
Q:
Is it possible to set a default .rsp page, where that page resides in an application?
A:
The “Start page” for an App is in the App Settings.
If you want this to be a .rsp page then just put it in a webview with “Stretch last section” and the .rsp page will be displayed as the first page in the App.
Advertisements