Search results for query: *

  1. G

    Using datgid fields as datasource in Crystal Reports

    Where are you loading the data into the datagrid from? Wouldnt it just be easier to select the data using crystal reports to pull in the same data as whats contained within the datagrid (same select statements etc) ? Then you could display any fields you wanted. If you want it be be more...
  2. G

    Load Report Failed

    What is the report source set to in your code ? As your program may be looking for a certain report on the c:\ drive and it is only on one of the machines c:\ drives and not the other. If this is not the problem post your code and maybe we can see what else is going on. :)
  3. G

    Crystal Reports

    Have now used the parameters directly from crystal reports as suggested instead of using parameters within the code. My program is now fully functional and working well :)
  4. 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...
  5. 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...
  6. G

    Fields dont show up on crystal report ?

    Anybody ? Please any ideas ?
  7. 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...
  8. G

    TableAdapters and Parameters ?

    If the question was by ZedEx yep its me ! (i post in more than one as tends to get quicker answers). Anyway, Thank you so much for that info. Its solved my problem and its now working like a charm. You are a true gent !
  9. 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 ...
  10. G

    Creating a report from existing Dataset

    Please somebody ? Ive added some more code to help. 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...
  11. 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...
  12. G

    SQL Query

    Excellent thats worked a treat. Thanks alot Mate !! :D
  13. 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