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 gkittelson 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: *

  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.

    No I don't update the data. What I want to do: 1) Get the data from the Excel file 2) Put the data in a DataTable 3) Write the data in the DataTable to the SQL-Server So, I want to write a tool in VB.NET to import data from an Excel File and put this data in the SQL-Server. I don't know if it...
  4. bddsolid

    Logon prompt

    The problem is something else, it will be a problem in my .NET application. Something with the data source binding... I think my application does only support dynamic data source binding for tables and not for commands... Thx for your suggestions ksaab2002!
  5. bddsolid

    Write data to SQL Server.

    The problem is something else. I tried also the UpdateCommand but it doesn't work.
  6. bddsolid

    Write data to SQL Server.

    I've replaced the sqlconnection by an OleDbConnection. I'm using now also the Provider keyword in my connection string. I get no error. (I replaced also the SqlDataAdapter by an OleDbDataAdapter) But it doesn't work yet with the OleDbConnection.
  7. 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...
  8. bddsolid

    Logon prompt

    Crystal Reports 10 (Developer Edition)
  9. bddsolid

    Logon prompt

    I forgot something... If I click Finish in the logon prompt, I get the message: Logon failed. Please try again. Bart.
  10. 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...
  11. bddsolid

    Required Parameter Fields Crystal Reports

    Hi dgillz, I know that crystal reports automaticly will prompt for the parameters. But what I mean is, which parameters are mandatory and which are optional in the screen "Enter Parameter Values"? Bart
  12. 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
  13. bddsolid

    Wildcards

    Hi Gary and Peter I didn't use the like-operator in the Record selection formula but the =-operator. {Item.ITM_CODE}={?artCodeSelection} The ITM_CODE is a string. It seems to be not necessary to use the like-operator. What do you think? Thx for your useful help!
  14. bddsolid

    Wildcards

    Crystal Reports 9
  15. 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!
  16. bddsolid

    Cross Tab

    Hi lbass, the language is defined in the row field. I have a table Item and Item_price. An item may have one or more prices. As row items, I use: item_code, item_description, item_unit and item_desc_language The column item is: item_price_code and the summarized field is item_price The...
  17. 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...
  18. bddsolid

    mixing data sources

    hello, I have the same problem as ajdesigns. It is a bad idea to work with Crystal Designer, but do you have an alternative if you can't link the fields on the traditional way? ->there are concatenate fields in some tables :-( thankx
  19. 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