Search found 68 matches

by bandorganman
Mon Oct 11, 2021 9:50 am
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

The error is listed above along with the code as copied from studio.
by bandorganman
Thu Oct 07, 2021 12:08 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

Any answers as to why I am getting this error?
by bandorganman
Mon Oct 04, 2021 2:58 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

It doesn't like .GetProperty<IList>()
by bandorganman
Mon Oct 04, 2021 2:41 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

IOrderItem line1202 = (IOrderItem)lines[1202]; if (hb2.Hud1201D > 0 || hb2.Hud1201M > 0 || hb2.Hud1201R > 0) { IOrderItem charge = (IOrderItem)line1202.GetProperty("Charge"); IOrderItem fee = o.CreateNew("Hud1202ChargeFee"); charge.GetProperty<IList>("Fees").Add(fee); }...
by bandorganman
Thu Sep 30, 2021 3:28 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

Please understand that I am only creating and populating new orders from an old access database. I really have no need to read existing orders as there are none. I already created the lines collection and can access line 1202 easily. IOrderItem line1202 = (IOrderItem)lines[1202]; Now how do I popula...
by bandorganman
Thu Sep 30, 2021 12:56 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

I just had a chance to look at this. I still have a question though. How do I add a new fee to line 1202? The marvelous SDK documentation gives no clue of how to do this.
by bandorganman
Tue Sep 21, 2021 9:37 am
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

Thanks.
by bandorganman
Fri Sep 10, 2021 10:51 am
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

C# would be much appreciated. We are going away for the weekend anyhow so sometime next week would work for me. I will code section 1300 in the meantime. Thanks.
by bandorganman
Fri Sep 10, 2021 8:46 am
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

For some reason it says I am not authorized and will not let me read the post.
by bandorganman
Thu Sep 09, 2021 9:06 pm
Forum: Shell (User Interface)
Topic: HUD Section 1200
Replies: 25
Views: 22526

Re: HUD Section 1200

The SDK documentation is useless.