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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ravykanth
  • Order by date
  1. ravykanth

    ASP connection strings help for Oracle 10g XE and Sybase 12.5 wanted!

    It is not working for me, I am using the code below. I am using the ODBC dsn name I created on my desktop for the Srvr parameter. Please help. Sub Test() Dim myConnection As ADODB.Connection Dim myRecordSet As ADODB.Recordset Set myConnection = New ADODB.Connection With myConnection...
  2. ravykanth

    GetOutputParameter doesn't work with AcDBCursor

    Have you had any luck with retrieving Resultset and Output Params at the same time from a DB2 stored proc. If not, can you send me the code snippet that extracts output param values only from a DB2 stored proc. Thanks, Ravi
  3. ravykanth

    Pie chart format point label values

    I just observed it using a break point. The Points(0,i).Label is showing the correctly formatted numeric value. But on the graph it shows "Closed" and "InEvaluation" instead of the numeric values. Is it a bug in Actuate? Thanks.
  4. ravykanth

    Pie chart format point label values

    Hi, Thx for ur response. But the pie chart doesn' show the correct format. It always shows one decimal if I use numeric labels. If I use text labels, it shows orders.status in the label (Closed and InEvaluation) not the numeric values. I think it is showing correctly in version 7. But I just...
  5. ravykanth

    Pie chart format point label values

    I have emailed you a sample design. Also plz let me know ur inputs on the other thread I have posted with the title "Bar Graphs - Point Labels". Thanks. Ravi
  6. ravykanth

    Pie chart format point label values

    Whenever I change the PointLableStyle to "ChartTextLabels" it doesn' take the values from YValue expression anymore but it takes from the X value expression. Where am I going wrong? Thanks.

Part and Inventory Search

Back
Top