----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: Girdhar77 Message 5 in Discussion Hi Guys , Sincere Thanks for your suggestions.I have already created a the report using the designer which comes with VS.Net. Now I wanted to have this on the .aspx page.There are 2 strategies I am aware of 1.Write code in the page itself. 2.Pass parameters to stored procedures,Create a typed dataset ,instantiate an object of typed dataset and fill it at runtime. I dont know which one is better and more flexible and scalable. I tried the 1st approach but getting an logon failed error.I checked the server name,database name,user id and password. everyting is correct.Would you give your inputs. Thanks again and Regards, rishi -----Original Message----- From: ashithmr [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 2:25 PM To: BDOTNET Subject: Re: Crystal report problem - High Priority ----------------------------------------------------------- New Message on BDOTNET ----------------------------------------------------------- From: ashithmr Message 4 in Discussion hi, Suggestions given by nitin will work . right clik of the field on which u want to apply conditional formatting, select format, then goto Property TAB for Font. then click X+2 icon beside font color. This will open the Formula Editor.. Here u feed the below Code. if {Tablename.Filed1==0) then Blue else Green ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED] ********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. ********************************************************************* ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDOTNET/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
