Search results for query: *

  • Users: PRAISE PHS
  • Content: Threads
  • Order by date
  1. 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...
  2. 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.
  3. 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...
  4. 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.
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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...
  11. P

    populate datagridviewcomboboxcolumn

    Hi All, Pls, kindly help me out with this project: I have three SQLSERVER DB tables named products, part no and serial no and each having there various primary keys. The primary key(ItemID) of products table is a foreign key on both serial no and part no tables. Also, a product has more than...
  12. P

    How to display datas on datagridview?

    Hi all, Pls, this my question is a simple thing for me, but I don't just know why I'm having issues with it. The question is : I am trying to display some items on data grid view from my data base. But whenever I display these datas, the first row of the grid view shows me the datas, while the...
  13. P

    How to display names of mdi children form been viewed on status bar

    Hi All, Pls help me out with this issue: In my app, I have 6 mdi children forms on tool strip buttons that are docked at the top of my mdi parent form. I then docked a status bar with a status label at the buttom of my parent form. How do I do program the app such that whenever any form is...
  14. P

    How to clear two different datagridview at the same time

    Hi All, Pls, kindly help me with this: I fill two different datagridview with items on my app. But when I try to clear the gridview by using dataset.clear, one of the gridview is cleared while the second gridview remains uncleared. How do I clear the two grids simultaneously by using a...
  15. P

    How unique field allow duplicate values from different item brands

    Hi All, Pls, kindly help me out with this: I'm designing an app for stock keeping. In my DB, I have a field called "ItemSerialNo" and I made it unique(but not the table's primary key). On my front end, I have a text box for Item Serial No and a combo box loaded with the item brands and also a...
  16. P

    How to Save Checked Items On Datagridview

    Hi All, Pls Help me out on this: I have a datagridview with check boxes on it. It's loaded with items from my DB. I want it that once I check some of the check boxes for some items, the values of the items should be changed in my DB. Thanks in anticipation for your responses.
  17. P

    save and retrieve checked items on a ckeck box control ?

    Hi All, Please help me out on this... In my windows app., I have ten ckeckboxes with various item names written beside each of them. I want it that when a machine is brought for repairs, I check through the components of the machine to know which components are working and those that are not...
  18. P

    how to put scrolling text on label ?

    Hi All, Please I have a timer on my window's app. I also dropped a label and docked it at d buttom of my window with some text on it. How do I code the app such that the text on the label would be scrolling from the right of my screen to the left and it repeats itself continuosly so long as...
  19. P

    How to create log in page for windows app?

    Hi all, I have a windows app. It has a parent window with five child windows on tabs. I want a login in page on the app such that when I run the app, the log in in page should show while having the parent window behind it in the background. The parent window should not work until the user logs...
  20. P

    How to remove item(s) from list box and database with a button

    Hi Forumites, I'm using vb.net 2008. In my app, I have a button for adding item(s) on a list box and also sending the item(s) to my SQL DB. In my DB, I have a field called Availability with a default value of 1( i.e. to show the item is available). So anytime I add an item, the availability is...
Back
Top