Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Victoryy

I have created a setup in windows application using C#. In the Installer class I have overridden the Uninstall method as I wanted to perform some custom actions. But, while uninstallation I am getting error as **Unable to load one or more of the requested types. Retrieve the LoaderExceptions property …

Member Avatar for Ketsuekiame
0
352
Member Avatar for Victoryy

Hi All,I have created a windows application using C# and Ms-Access. I have created the setup of my application, while uninstallation I want ask user Please take backup and then uninstall. Press yes to stop process and take backup and else click No to continue uninstallation.If user clicks Yes, then …

0
69
Member Avatar for Victoryy

Hi All, I am developing a windows application which uses Ms Access Database. The code is working smoothly in Visual Studio. But, when I create a setup for that project and install it on any machine. I am not able to write data in that datbase. I think its because …

Member Avatar for Victoryy
0
193
Member Avatar for Victoryy

I am using MySql 5.1. I want to create a dump file through command prompt. I am using the MySQL Command Line Client. I have searched on web and got a command as. `mysql -u username -p password -h host database_name > dumpfile.sql` While executing it in my client command …

Member Avatar for cereal
0
236
Member Avatar for Victoryy

I have desgined a crystal report with detail section and summary in report footer. On last page the report footer is overlapped by the detail section though detail section on last page does not contain any data. The design is fully spoiled because of the detail section. Can any one …

Member Avatar for waqassilat
0
81
Member Avatar for Victoryy

HI, In my crystal report i want to use the SQL expression field to calculate the opening balance of the account based on the date passed to crystal report using parameter field.. How can i do it?? Thanks & Regards, Victoryy

Member Avatar for Rohit421991
0
460
Member Avatar for Victoryy

Hi All, I am using VS05 + Web application + C# + Crystalreport + SQL SERVER In my application i am using crystalreport.My report runs fine.I created almost 150 reports. Now my client wants to change the image on the report,which is a tedious job. Now I want to save …

Member Avatar for sandeepparekh9
0
575
Member Avatar for Victoryy

Hi, I am working with crystal report using dataset. The dataset is filled first then applied to crystal report. Its working perfect , but when I click on the next button of the crystal report viewer it goes to 2 nd page but it doesn't go to the 3 rd …

0
83
Member Avatar for Victoryy

Hi, I am using dataset to fill the data first and then using those datasets to design the crystal reports.. the reports are working properly, but when i click on the next button it does not navigate through the report.. Regards, Victoryy...

0
59
Member Avatar for Victoryy
Member Avatar for Victoryy

Hi Firstly i have designed crystal reports by giving a DSN name at the designing time.. but now the database name is changes so the DSN name is also change How can i give the dsn name of the currently used database in asp.net. Thanks in advance.

Member Avatar for kvprajapati
0
73
Member Avatar for Victoryy

HI All, I want to give the height and width to crystal report... How can i do that?? can we give user defined height and width to crystal report

Member Avatar for Victoryy
0
106
Member Avatar for Victoryy

HI, I have to calculate values and display it on the crystal report, i have entered all the values int the dataset. Now i have to design the crystal report using that dataset. Is it possible in the visual studio.... If yes, then how can i do that..\ Thanks & …

Member Avatar for virusisfound
0
112
Member Avatar for Victoryy

Hi All, I have a crystal report with DrAmt, CrAmt, DrBankAmt, CrBankAmt fields. While displaying the report i want to display.. the records whose following condition satisfied... [B]((sum(DrAmt)+sum(CrAmt)) - (sum(DrBankAmt)+sum(CrBankAmt))) <> 0[/B] how can i check for this condition in selection formula.... I have used following line of code... but …

0
64
Member Avatar for Victoryy

Hi all, I have a main report with fields accno, accoutname. Now I want to display the subreport based on the accno. I have displayed the subreport, but it show different field with the hyperlink to the subreport. I want to display the subreport when the user clicks the accno …

0
53