Search results for query: *

  • Users: GaWill
  • Content: Threads
  • Order by date
  1. G

    Changing the parameter dialogue box ?

    Hi im currently using reports which ask for users to enter parameters. I was wondering if it is possible to change the crystal Enter Parameter Values box that is displayed as it doesnt look very user freindly. http://img61.imageshack.us/img61/3290/param2uz.jpg If anybody knows how to change...
  2. G

    Crystal Reports

    [RESOLVED]Crystal Reports Hi ive got crystal reports loading my data successfully from my database, what i wan to do now is to only select certain parts of that data by using the date entered into a text box as part of the selection forumla for the report. Here is my code : Imports...
  3. G

    Fields dont show up on crystal report ?

    Hi im trying to create a report from my program. Ive successfully got the data i want from my database and it displays perfectly using a datagrid in my application. However the problem im having is i have created a new report and a report viewer etc. Ive used the DataBase expert tool and pointed...
  4. G

    TableAdapters and Parameters ?

    Ive used the datasource wizard etc and ive added the tables and created my query to filter my data. However in my query ive used a parameter called @BOOKED_DATE and im having trouble passing this parameter from my appliaction to the table adapter. Ive been trying using the following code ...
  5. G

    Creating a report from existing Dataset

    Hi I have already created a datagrid in my vb2005 application that displays the data i need it to using a sqlclient connection and sql querys. However, i now want to export this information that i have been loading into a datagrid to a crystal report. How do i go about doing this a crystal...
  6. G

    SQL Query

    Hi im currently trying to pull some data out of a few tables and i want to merge 2 of the fields so that they become one in my data grid i.e) Firstname and Lastname to become on field name. I can pull the data in fine just need to know how to make it one field in the datagrid instead of the 2...
Back
Top