• View in clarion 11

    From Marius Els@21:1/5 to All on Wed Dec 18 04:44:51 2019
    Hi all

    viewTree VIEW (TraderTree)
    JOIN (TRADER:id_key, TRADERTREE:Trader_ID),INNER
    END
    END

    I have the above view and I have both the databases added and opened however if I try to open the view it gives me an error 37 unable to open. This code works 100% in Clarion 6.3. Any ideas on how I can get the problem resolved?

    Regards

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Sean H@21:1/5 to Marius Els on Sun Dec 22 11:39:14 2019
    On 18/12/19 10:44 pm, Marius Els wrote:
    Hi all

    viewTree VIEW (TraderTree)
    JOIN (TRADER:id_key, TRADERTREE:Trader_ID),INNER
    END
    END

    I have the above view and I have both the databases added and opened however if I try to open the view it gives me an error 37 unable to open. This code works 100% in Clarion 6.3. Any ideas on how I can get the problem resolved?



    Hi
    Error 37 if file not open. So One of you file isn't open before you ttry
    and open the view.

    You might also try asking on clarionhub.com or the newsgroups at news.softvelocity.com


    Sean H

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)