Author | Topic: xbpBrowse is not working with Postgre | |
---|---|---|
Osvaldo Luis Aoki | xbpBrowse is not working with Postgre on Fri, 28 Jun 2019 14:28:32 +0200 Hi, Let me see if any people can help me. I just made a Upsize from FoxCdx to Postgre.. OPen file is working fine (Use table alias...) When I made a test with xbpbrowse using Alaska example, it go out of function, when I just do a oBrow:SHOW() command. On instalation I just choice "UTF8" code, and in my program I just use OeM, I dont know if it is a problem... Any people can help or send me a idea to solve this problem ? Thanks Osvaldo Aoki | |
Osvaldo Luis Aoki | Re: xbpBrowse is not working with Postgre on Mon, 01 Jul 2019 03:00:55 +0200 I discover the problem... Postgre 8.3 does not support functions ( dbPosition() and dbGoposition() ) used on two events of browse defition, ::posBlock := {| | (cAlias)->(DbPosition()) } ::goPosBlock := {|n| (cAlias)->(DbGoPosition(n)) } I tell to upgrade to Postgre 9.x but I have been problem to install Postgre 9.x version on my comnputer... Any people knows if postgre 8.3 has this restriction ? Thanks Osvaldo Osvaldo Luis Aoki wrote in message news:2ac3af87$35fc10c1$c406@news.alaska-software.com... >Hi, > > Let me see if any people can help me. > I just made a Upsize from FoxCdx to Postgre.. > OPen file is working fine (Use table alias...) > When I made a test with xbpbrowse using Alaska example, it go out of >function, when I just do a oBrow:SHOW() command. > On instalation I just choice "UTF8" code, and in my program I just use >OeM, I dont know if it is a problem... > Any people can help or send me a idea to solve this problem ? > > Thanks > Osvaldo Aoki |