Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bddsolid
  • Content: Threads
  • Order by date
  1. bddsolid

    Command Data Source

    We wrote a Crystal Reports Viewer in C#. The viewer works very well if we use only tables in our reports. If we use Commands, we get a logon screen. In that logon screen it is impossible to enter the Server and the Database because this fields are disabled. It is possible to enter a username and...
  2. bddsolid

    Crystal Viewer in C#

    Hi, We wrote a Crystal Reports Viewer in C#. The viewer works very well if we use only tables in our reports. If we use Commands, we get a logon screen. Of course we don't want that. We reset the the data source for each table, but it don't work apperently for Commands. This is the code that I...
  3. bddsolid

    Write data to SQL Server.

    Hi, I try to import data from an excel file in my VB.NET application in a datagrid, this part is succesfully. Then I want to write the data in the datagrid in my SQL Server, but this fails! I think the problem is the SqlCommandBuilder, but I can't find the problem. (I use VS.NET 2003 and SQL...
  4. bddsolid

    Logon prompt

    Hi, I use a table combined with a Command (SQL command). (I use an OLE DB connection) in a report. When I try to view the report, I get a logon prompt. In that logon prompt I can only enter the username and the password. The dropdownbox Server Name and Database are disabled. I use a .NET...
  5. bddsolid

    Required Parameter Fields Crystal Reports

    Hi! If you use parameters in a report, when is it required to enter a value for those parameters? In my opinion, numeric parameters are always required... Is that correct? :-s Thx in advance Bart
  6. bddsolid

    Wildcards

    Hi, I tried to use wildcards in the parameter field window, but I get a wrong result... I used the * wildcard. Is it possible to use wildcards in the parameter field window? If possible, which? Thx!
  7. bddsolid

    Cross Tab

    Hi all, Is it possible to hide rows in a cross tab? I made a report based on a cross tab. Some records are more than once in the table, for each language once. If the user speaks French, he want to see only the record with the French description. But now, all records appears. So, I do not...
  8. bddsolid

    Datasource

    Hi all, I made a report based on a query that I made with Crystal SQL Designer. Everything works ok on the computer that I used to made the report, but I have problems when I run the report on another computer. Of course, the datasource is wrong. Is it possible to pass the servername from CR to...

Part and Inventory Search

Back
Top