Results 1 to 9 of 9

Thread: [Answers] RSP

Threaded View

  1. #1
    Lianja MVP
    Join Date
    Dec 2012
    Location
    Croatia, Zagreb
    Posts
    1,135

    [Answers] RSP

    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.



    ​All topics in [Answers] alphabetically:http://www.lianja.com/community/show...ll=1#post12352
    Last edited by josipradnik; 2017-01-16 at 04:21.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us