Search

You searched for the word(s): userid:618542

Matching Posts

  • Re: crystal report add dynamic datatable to subreport

    Hi, I will explain again…. I define as XSD File (MyDataSet.xsd) that have a datatable and 3 columns A, B and C I created as aspx page with CrystalReportViewer and wrote this code in the aspx.vb: Dim dataSet As New MyDataSet Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load MakeDataTables() 'Dim report As New ReportDocument() 'CrystalReportViewer1.BackColor = System.Drawing.Color.Blue 'report.Load(Server.MapPath("CrystalReport1.rpt"
    Posted to Crystal Reports (Forum) by ronron on 9/28/2009
  • crystal report add dynamic datatable to subreport

    Hi, I created a Dataset (.XSD) file that contains 3 datatables. To each datatable I define basic columns and keys. I defined in the .rtf file 3 subreports and set each datatable to a different subreport. I have a. aspx page the display the crystal report in this page I create a dynamic datatable and put the dynamic datatable that I created in the SetDataSource of the subreport: cr.Subreports("A_SubReport").SetDataSource(SourceDt) cr.Subreports("B_SubReport").SetDataSource(SourceDt1
    Posted to Crystal Reports (Forum) by ronron on 9/23/2009
  • valid Year

    Hi I am tring to find a function that will get a a YEAR (2 digits - "YY") and return if its a valid year or not. i found a few functions in the web but they dont work well...example: when i send "09" (2009) it return false(not valid year) thank you
    Posted to Client Side Web Development (Forum) by ronron on 7/31/2008
  • Re: Cast from string "00/00/00" to type 'Date' is not valid

    its only used in framework 2.0 i work with 1.1
    Posted to Getting Started (Forum) by ronron on 7/17/2008
  • Cast from string "00/00/00" to type 'Date' is not valid

    hi, I am trying to solve this proble, for over 2 days and still.. i couldnt solve it i am getting this error: Run-time exception thrown : System.InvalidCastException - Cast from string "00/00/00" to type 'Date' is not valid. how do i put "00/00/00" or even a NULL value ?? DATEE is diffine as datetime type in the data base newNode = xmlTos.CreateElement( "DATEE" ) newNode.InnerText = ="00/00/00" 'If Not IsDate(newNode.InnerText) Then ' newNode
    Posted to Getting Started (Forum) by ronron on 7/17/2008
  • Re: numbers of weeks in month

    Hi, First thank you very much for your answer. Maybe you can help me I have the function that you wrote and another function that return the numbers of weeks in a month Can you please tell me way thy don't return the same number Witch function is more correct…maybe it's because the other function have Ceiling ? 1) your function 2) DayOfWeek (i send always 1) public int Weeks( int year, int month, DayOfWeek wkstart) { DateTime first = new DateTime (year, month, 1); int firstwkday = ( int
    Posted to C# (Forum) by ronron on 4/26/2008
  • numbers of weeks in month

    Hi, I am working in vb.net VS2003 and C# I am trying to write a function that will Get a year (YYYY) and a month (MM) and will return the number of weeks in the given month. I tried to look in the internet but I didn’t find a similar function to what I want Thank you
    Posted to C# (Forum) by ronron on 4/25/2008
  • HTML Format using lotus notes

    Hi, I have Lotus Notes version 5.0. I am trying to send html code from asp.net application Not as attachment as the mail body. In other e-mails like Walla and Gmail I see the html tables that I sent organized and designed like I wanted but when I send the same e-mail to Lotus Note I get the mail not organized/designed...it look very bad I tried to use almost all encoding types but nothing worked in Lotus Notes How can I fix it??? Thanks
    Posted to Web Forms (Forum) by ronron on 1/8/2008
  • HTML CODE

    Hi, I have an image that I have to design in HTML, It is very complicated it contains lots of table an etc… I was wandering if there it some tool that knows how to convert the image Into a real html code…that contains all the tables and text? Not a tool that convert image to html by putting html tags and inside an image tag... Thanks
    Posted to Web Forms (Forum) by ronron on 10/25/2007
  • databind to control

    Hi , In How many ways I can do databind to control ? Thanks
    Posted to Web Forms (Forum) by ronron on 5/25/2007
Page 1 of 11 (101 items) 1 2 3 4 5 Next > ... Last »