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 TouchToneTommy 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: gundu
  • Content: Threads
  • Order by date
  1. gundu

    How to Set ADO.Net(XML) Datasource dynamically using CRAXDDRT

    Hi, i am designing report with ADO.Net Typed Datasets(XSD files).Once the reports are designed, i need to change the report datasource path. currently i am not able to find the solution. Can any body help me in getting the same. Regards Gundu
  2. gundu

    How to Insert a subreport to a main report at runtime?

    Hi, I have many reports, all the reports are have a common header.We want to use a subreport as header.Insted of inserting a subreport at design time , is there any way to insert a subreport at runtime? Please help me. regards Gundu
  3. gundu

    Invalid Report Source

    Hi, i am using vb.net 2003 & crystal reports 9 for development of the Report application,i was trying to open a report (previously designed in CR9) programatically using the CRAXDDRT object model.the following code which i wrote is throwing 'invalid reprot source' The code is 'I took CRAXDDRT...
  4. gundu

    How to set the XML datasouce Dynamically

    HI, I am using VB.Net to open the Crystal report 9.0 by using the following statments Dim crapp1 As New CRAXDDRT.ApplicationClass Dim crReport As New CRAXDDRT.ReportClass ...Opened the connection crReport = crapp1.OpenReport(FilePath & MyReport.rpt", 0)...
  5. gundu

    How to apply the dataview as data source to a report

    HiFriends I have prepared a report using VB.Net using a dataset. Now i need to apply a filter on the dataset and re-apply the dataset to the report with out accessing the database again. I will be greatful to you if you can help me Regards
  6. gundu

    How do you make a field invisible

    Hi, I am not able to make the required Report fields invisible in the runtime. I will be greatful if anybody solves this problem Regards
  7. gundu

    How to create Crystal Report "Programatically"

    Hi, I want to create a report dynamically by writing program in visual basic 6.0 Please show me the way Regards Shaik Phakeer Babu
  8. gundu

    How to set SortField to a report using Visual Basic

    Hi , when i am setting a Field Name (String) to crystal report sortfield , it is giving and error saying that , object or block variable not set. The following is the code Dim lField as CRAXDRT.SortField public function SortField(istrField as String) set lfield = istrField <in...
  9. gundu

    What is OEM?

    What is the full form of OEM which is used in developing the application for global usage(language)
  10. gundu

    How to Rest the Indentiy Column to a specific Value(Sequences)

    Hello ! I am Shaik Phakeer Babu a programmer from India. I want to reset the Indentity Column(Sequence) to a specific value. Please help me in doing so Thank you!
  11. gundu

    How to Apply &quot;¦&quot; Symbol as Query Parameter

    Hi ! I wrote a query in MSAccess in which i was trying to pass Pipe symbol(&quot;|&quot;) as Parameter Value. but the Access is giving an error.. Is there another way of doing it? if so please help me Thanking you.
  12. gundu

    How to add a runtime control on sstab

    Dear all, I am unable to add runtime control(textbox etc.) in any of the selected tab of microsoft tab control i have tried using control arrays by assigining container property to sstab, but always the control is seen on the first tab, can u help me.
  13. gundu

    How to Pass (Change) DSN to Sub Reports

    Hi Everybody! I Designing a report with two sub reports in it, when i am changing the DSN to the main report it is not getting effected to the sub reports,due to the same reason i could not open my main report, Please help me in resolving the problem , i ll be greatful to you! Shaik phakeer...
  14. gundu

    How to Provide connection to the subreports

    I designed a report in which two subreports are existing when i am trying to run the reports from my application, they are not getting opened, I clearly loggedon to the server and set the connection Property, but it is giving an error saying &quot;Unable to Open SQL Database&quot;--Please help...
  15. gundu

    How to Change the datasource Dynamically?

    I Developed a report using a datafile (MS Access as database) and it is working fine ,but if i want to change the entire datasource to Oracle,i need to redesign the entire report , Is there any method to replace the datasource with out re-doing the report? Please Help Me Shaik Phakeer
  16. gundu

    Passing Date Selection Formula Using Crystal Report Active X control

    Hi Every body I am Shaik i designed a Report using a Selection formula where i am passing a date variable,the report is working in the computer where i designed the report but failed in getting the same in the other system where cyrstal reports software is not existing are there any...

Part and Inventory Search

Back
Top