Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ODBC & browse box

Status
Not open for further replies.

dEraCh2000

Programmer
Nov 14, 2007
39
BA
Hi,

I hapy to say that we have resoved the problem. The thing was, that before this invoice items list we had a window with two browse boxes. One was the list of invoices, and other one was the list of items, that populates as you click the certain invoice. Problem was in the second list, the item list. Items table has relations with two other tables. In the first window we did not need data from them so they were not included in the table list of the browse. And when we opened the second window, with the problematic browse, that made a huge problem, since there were no relations activ, table was opened prior without relations. When we included them in the first window, it all worked fine.

This problem only happened with PostgreSql. It works fine when connected to MSSQL via ODBC.

Regards
 
Just i little update on the subject

We have also solved the problem by using aliases. We changed all of the relations to aliases becouse we had some problems with entering the invoice item. We were tired of searching for all of those relations in the application. So we tryed with aliases and all the problems were solved.

Thats all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top