Search results for query: *

  • Users: rva1945
  • Content: Threads
  • Order by date
  1. R

    Question I can't make the User Control to trigger change (or similar) event

    Hi: We have a Web User Control, it displays a DropDownList (.acsx) <td id="tdcombo" width="60%" align="left" runat="server"> <asp:DropDownList ID="_TPeri" runat="server" SkinID="comboSK" Width="200px" /> </td> Now I didn't find a way to detect when the user changes the...
  2. R

    Question AR6 report with watermark: Object reference not set to an instance of an object

    We have a report designer in our .NET web app, and if the report has a watermark, I got this when trying to run it: Línea 352: rea = New System.Xml.XmlTextReader(s) Línea 353: r.DataSource = dt Línea 354: r.LoadLayout(rea) Línea 355: AgregaParametros(r) Línea 356...
  3. R

    Question Problems while passing strings with single quotation marks to as xml

    I use the ReadXml function to read the xml schema and sore it into a dataset. But one of the string type fields can have expressions like this: gender='F' and state='A' and those single quotation marks cause the xml string to break with obvious consecuences. What should I do to conveniently...
  4. R

    Question How to delete Chartcontrol from the Toolbox?

    Active Reports 6 I don't want the chartcontrol to appear in the toolbox. How can I programmatically (or whatever effective way) make it to dissapear from the toolbox?
  5. R

    Question How to debug an User Control?

    Our web ASP.NET application uses a UC, and I need to debug it. When it's running, I can Attach to process...but it doesn't stop at the breakpoints. ?
  6. R

    Question access an activereport chart control X and Y series programmatically?

    Our .NET app provides the user with the possibility, via a User Control, of creating custom activereports, which can include a chart control. The generated rpx is saved in a table. If a chart control is included, what I need is to specify the X and Y series, and simply don't know how to do it...
Back
Top