Search found 68 matches

by bandorganman
Tue Jul 21, 2020 9:30 am
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

Thanks, Bob! I will start a new post in the future.
by bandorganman
Mon Jul 20, 2020 5:49 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

Hi, In creating an order, how do I enter multiple contacts of the same type? For example:

o.Contacts.ContactType = "Attorney";
o.Contacts.Name = ms.ATTYNAME;

Now I want to enter a second attorney without overwriting the first. How do I do this? Same for buyers, sellers, banks etc.
by bandorganman
Wed Jul 01, 2020 9:17 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

Thank you.
by bandorganman
Wed Jul 01, 2020 4:34 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

What field do I set to tell Select whether the order is HUD or CDF?
by bandorganman
Fri May 08, 2020 2:55 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

Hi, I executed this code and get a Target Invocation Exception when I execute the 'IOrderStore os =' line of code. What gives? Here is my code: private void CreateOrder() { using (SelectServer ss = new SelectServer(new Uri("http://localhost:8080"))) { string reason; if (!ss.TryAuthenticate...
by bandorganman
Tue Mar 31, 2020 6:40 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

I already spoke with Nicole Wells and she said to post any questions to this forum. I have been a software engineer for many years as well as a SQl expert. I have the background to do this but need my questions answered. When I spoke to your engineers before purchasing your product they assured me t...
by bandorganman
Tue Mar 31, 2020 3:26 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Re: Select Database Questions

Before we bought this produce I spoke with Nick Guerrieri and asked him if I could populate the SQL DB that he put on my system directly by writing a C# program using .net and SQL and he told me that I could do that and when finished he would make a backup copy of the DB on my system and upload it t...
by bandorganman
Tue Mar 31, 2020 2:14 pm
Forum: Shell (User Interface)
Topic: Select Database Questions
Replies: 13
Views: 3812

Select Database Questions

1) What is the difference between the pf.xxx tables and the pfm.xxx tables and where do the numbers in the yyy@ columns come from in the pfm.xxx tables? 2) I populated the pf.order table as well as the pf.orderinfo table and although i can see the orders in the select app but when I try to access th...