Search results for query: *

  1. P

    to combine windows app with ms report rdlc file

    Thanks a lot Jim for this invaluable information. In other words, it means I would always have both the windows app and RDLC file on the server desktop. I'm right on this?.
  2. P

    to combine windows app with ms report rdlc file

    Hi All, I developed a windows app with 7 forms in an mdi parent form. I also created a Microsoft report in the app for reporting. Then after deploying the app into a server, I noticed that displaying reports on the ms report viewer was not possible. The report viewer was displaying error...
  3. P

    convert datetime data type column to "dd-MMM-yyyy"

    Thanks Jim for your response. I was able to finally figure out what I wanted.
  4. P

    convert datetime data type column to "dd-MMM-yyyy"

    Thanks Herman for the reply.
  5. P

    convert datetime data type column to "dd-MMM-yyyy"

    Hi All, Pls how do I change the column of date to "dd-MMM-yyyy" on sql server 2008 r2. I have changed that of my PC to "dd-MMM-yyyy". But I noticed it did not reflect on sql server 2008. Pls help me out.
  6. P

    Microsoft Report Viewer Not Working On Server

    Hi All, I created am MS Report with VS 2008 and Sql Server 2005 on my personal machine. I created three parameters for client's name, fromDate and toDate. On this report I have a textbox and two datetimepicker controls. The textbox is used to track the clients' names while the datetimepicker is...
  7. P

    How to programmatically create a dataset for microsoft report viewer

    Hi All, Please kindly help me on how to create a dataset for ms report viewer. I do not want to use the dataset generated by ms report during design. I have actually done lot of researches online, but not getting what I really need. Thanks in anticipation of your prompt response.
  8. P

    filter microsoft report with date from front end

    Hi All, Please kindly help me with this. I created a microsoft report and used report viewer on a windows form to display data on it. On my report.rdlc, the columns are Expenses Details, Amount and Date. On my form, I have two datetimepicker named dtpFrom and dtpTo. My datetimepicker format is...
  9. P

    How to Filter Details Shown On MS Report Using Date

    Thanks for the reply. But, I can't see the link you talked about.
  10. P

    How to Filter Details Shown On MS Report Using Date

    Thanks for the reply. But my code below is not actually filtering the report outcome and I do not know where the problem is going from. Pls, kindly help me out. NB: ClientID is a secondary key foreign key on the BankTransportExp database table. Also I have a combo box loaded with the client name...
  11. P

    How to Filter Details Shown On MS Report Using Date

    Thanks Jim for the reply. But I have another issue. I put two date time pickers on my app. Named the 1st date control as "from" and the 2nd as "to". I do this in order for me to be able to select the dates on both controls. Now, what kind of query do I use to filter what is been displayed on my...
  12. P

    How to Filter Details Shown On MS Report Using Date

    Hi All, Pls I have a windows app called expenses. On this app, I have a text box, date time picker and a combo box . I used the text box for entering expenses details and date time picker for entering date. I then created a Microsoft report for displaying and printing of my records in my sql...
  13. P

    How to convert windows app to web app

    Hi All, Please I developed a windows application which is running very fine. Is it possible for me to upgrade the app to a web application(ASP.Net). The reason I want this is because I want other users to be able to use this app elsewhere. Thank you.
  14. P

    How to avoid writing multiple connection strings

    I finally understood what you meant by "Configure your development connection string". But I'm finding it difficult to understand - "Note that, if you're using SQL Server, you can use a dot or "(local)" to refer to the local machine in your connection string". Can you pls expatiate more on this...
  15. P

    How to avoid writing multiple connection strings

    Thanks Jim for the reply. But, please I don't get what you mean by "Configure your development connection string". Can you please explain this to me. Thanks.
  16. P

    How to avoid writing multiple connection strings

    Hi All, I have six forms on my windows app, each having their connection strings on their various public classes. But whenever I want to install my app on client's system, I always change the server name on each of my forms to the server name of my client's system and this gives me a lot of...
  17. P

    How To Programmatically Generate Microsoft Report With Button Click Event

    Hi All, Please can some one show me how to display report programmatically from sqlserver 2005 with microsoft report on microsoft report viewer in VS 2008 using vb.net. I want to put the code on a button click event. PLS, NOTE...I AM NOT TALKING ABOUT CRYSTAL REPORT Thanks in anticipation of...
  18. P

    How to Hide One Of The Arrays In A Split Function

    Thanks a lot Jim for the quick response. I will do a research on this.
  19. P

    How to Hide One Of The Arrays In A Split Function

    Hi All, I have two columns named ItemName and ItemID on my DB(sqlserver). The ItemID is a primary key and also on auto increment. Then I loaded the ItemName and ItemID on a combo box from my DB in my front end by using a split function. An example of how my combo box is loaded is illustrated...
Back
Top