Search results for query: *

  1. M

    dynamic reporting

    i want to genrate dynamic crystal reports. my vb.net application connect to access database. my table column display in the list box. i want when user select the column in the listbox that is printed on crystal report.
  2. M

    how to access from crystal report a password protected database

    how to access from crystal report a password protected MS Access database. when ever i try for it a DATABASE LOGIN daialog appear. which is attached with this thread.
  3. M

    Deploy Crystal Reports

    how can i deploy crystal report on client system in window application. is there any way i deploy the exe file, crystall report, and database on single setup file. your effort in this regard a great favor for me
  4. M

    Form Load in Full Screen

    i want that form1 loaded full screen at any resolution. wait for your recmendations.
  5. M

    Land Scap Printing

    i have VS2002. do you know any option about it
  6. M

    Dynamic Reporting CR column

    how to add or remove collumn on crystall report on runtime.
  7. M

    select TabPage

    my application have 4 tabpages. i want that on button click 2nd tabpage will display:) on 4th tabpage Finish button. what code is required for change of tabpage through button
  8. M

    Progress Bar

    Here is my code Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If ProgressBar1.Value < 100 Then ProgressBar1.Value += 5 Else Dim frm As Form1 ProgressBar1.Dispose() frm.Close() End If
  9. M

    Progress Bar

    An unhandled exception of type 'System.NullReferenceException' occurred in Progress Bar.exe
  10. M

    Count the Rows

    how can i count the rows in crystal reports in vb.net
  11. M

    Land Scap Printing

    i use vb.net and crystal reports. my data design on LandScap in Paper layout when i give a print it prints in portrait format. i want when i press the print button on crystall report it print report in Land scap paper
  12. M

    Insert a text on your crystal report from code

    hi how i can set a textvalue in my code and show this text in my report. Please told me how to do this. which invlove small piece of code:p i get this code from net and got error on the red areas. the following explations with it Explanation: Via a text object: This is my recommended way to...
  13. M

    Progress Bar

    Dear Developer's hi i have three forms in my application. First form use for the user selection criteria for the Report. But Report Loading take 2 to 3 minutes i want to show progress bar during this delay period. when i try to show progress bar it work nice but when form close method throw...
  14. M

    Add Conditional Text On Crystal Report

    Dear Developer's i have 2 forms in my application. First Form for the selection of user the second form use for crystal report viewer. i want that crystal report shows the text according to selection Like if user select the "JHON" Then crstal report shows "JHON" only. Your suport regarding...
  15. M

    Search in Data Base

    Respected sir, i want to search in the data base who can i do that my table have two columns A_id, A_name. search on number and on text as well
  16. M

    Database Foreign key map Primary key tabale other column

    Respect Sir, I have two Tables A and B. I user Sql Server and Vb.net. Table A have a column A_ID, A_Name Here A_ID is consider as a Primary key. where as Table B have B_ID,Course,A_ID Columns here A_ID consider as a Foreign key. In Forms B can Display the A_ID which is a number, But I...
  17. M

    Building a networked application

    Network Application My project is regarding information store on the data base. in 4 terminals have interface which pass a value to a system which contains the data base. now tell me which one is well for interface a page make in internet explorer or dialog base is well.
  18. M

    Building a networked application

    Dear Friends:) I am try to Build a network application in vb.net. i use socket in visual c++. is there any kind of socket use in the vb.net which allow me to communicate with the dialog on the other computer and data base as well reply me soon
Back
Top