Default Avatar

Jon Poole

Jon Poole

About

Username
Jon Poole
Joined
Visits
2
Last Active
Roles
Members

Comments

  • I have this same issue, I have had it with previous versions as well. THough I only see it in my .net core 5 MVC web app. I just updated today and was really let down that this has come back AGAIN...
  • dand wrote: » Hi I've added filter expresion in the Page3, band data, maybe help you. [INV_DATA.TIC_InvoiceNumber]==[TicketData.TIC_InvoiceNumber] I think that you must group by InvoiceNumber in the Page1 then add group footer with ticket…
  • So that is pretty much how I ended up doing it. I was hoping for something a little more like Crystal Reports where I could do it in the sum function. I think that the sum function should include such a function in the future. Also my data is …
  • Jon Poole wrote: » BUMP! --> Does anyone answer anything on these forums or should I just give up and call Tech Support?? Jon Poole wrote: » Lets say I have 5 rows of data with the following numbers 1 2 3 3 4 I want to count the di…
  • So I figured this out on my own.... here is the code to do this in VB for each o as object in Report.AllObjects         if typeof(o) is TextObject then              dim txt as TextObject = directcast(o,TextObject)       …
  • BUMP! --> Does anyone answer anything on these forums or should I just give up and call Tech Support?? Jon Poole wrote: » Lets say I have 5 rows of data with the following numbers 1 2 3 3 4 I want to count the distinct numbers, so th…
  • Did you ever figure this out? I am trying to do the same thing... oliv wrote: » I want to access to several controls of a form in a function . You can do that in C# : foreach( Control ctrl in this.Controls ) { if ( ctrl.Name == name ) // Ou…