rfdesign
rfdesign
About
- Username
- rfdesign
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Sorry, got it, it was a sum-parameter which was previously defined, my mistake :-(
-
Hi Alex, i have made one report, which is called by my application, using "old_table", everything ok. After that i saved the report under a new name and changed the datasource to another table (new_table) and i also assigened the values in the …
-
Hi Alex, a Problem: When printing in a PDF File, i get the error message: >> InvalidArgument=Value mit dem Wert 0 ist f??r SelectedIndex ung??ltig. Parametername: SelectedIndex << With a Local Printer no Problem, only when usin…
-
Alex, tt only happens sometimes, not with a clear event before. I use Visual Studio 2005. -,Ralf
-
i need your email address. BR Ralf
-
Hi Alex, i have downloaded the last version, the first error i told you seems to be fixed, the second still appears (Data1): error BC30201: Ausdruck erwartet.). There is also sometimes some other "silly" behaviour of the designer: - When pressin…
-
Hi Alex, there is a problem i can't fix: I manualy made a report, where i use in the data field some text objects derived form several colums of a data table. Checking it with the preview function and also calling it from my application, every…
-
Got it: Dim textobject As Object Report_Projekt.Load("..\..\reports\projekt_angebot_d.frx") textobject = Report_Projekt.FindObject("Cell2") textobject.Text = Projekt_NrTextBox1.Text Report_Projekt.Show() -,Ralf
-
How is the Syntax in VB?
-
Is this delphi code? I write in VB, i never wrote in delphi. Kind Regards, Ralf
-
Hello Alex, i am back with one question: I have on a report a table and i want to write from my application into one ore more cells. => Report.table1.cell1.text = "blablabla" does not work. How is the syntax? Thanks, Ralf
-
Hi Alex, it works now, i made the report completely new but i don't know what was the reason! I will come back later again, may be i find the reason. Kind Regards, Ralf
-
Hi Alex, i have done the following: 1. In "Data Dictionary" => "Actions" i generated a "New Parameter", i named it "artikel_filter", DataType = Int32, Expression = "" (empty, nothing, nix) 2. In the Data-Object (was previously defined with…
-
Alex, there is also something other to mention: When using the preview function in the designer, i get the error message CS0103 Ralf
-
Hi alex, a test app is heavy, i have a mysql database on a server behind it. The DataType property is int32, i use also integer for this field. The Expression of this parameter is [artiekl_filter] (Why does it use brackets, is this correct?) R…
-
Alex, i found it, it is in the "Data Dictionary" => "Actions" => "New Parameter", correct? I defined there a var, which i use then in the filter property of the data band: [tbl_artikel.Artikel_ID]==[artikel_filter] After that i added the fo…
-
Hi Alex, sorry for asking, but i don't know what you mean with "Data" window? In the data field on the left side, there is no possibility to define a variable. Or am i wrong? Regards, Ralf
-
Hi Alex, there is an other question coming from a previous post: How to filter the data by the main application? So after loading the report, it needs to be filtered by giving a filter-value in a specific column. Kind Regards, Ralf
-
Hi Alex, i am back: =>If you want to print something on all pages, use the PageHeader/PageFooter bands.<= But how to move the PageHeader on Top of the sheet? This doesn't work, it is always at the second position, under the Report Titl…
-
Hi Alex, but this makes no sense to me. If you have for example a delivery note or what ever, which needs more space than one sheet, it is usefull to have the header (logo, company name ...) on all pages. Do you agree? Kind Regards, Ralf
-
Hi Alex, works fine now, thanks. Next problem (or i have a misunderstanding): The Property "PrintOn" of the Report Title is set to "FirstPage, LastPage, OddPages, EvenPages", but it is only printed on the first page. The Property of the Page…
-
Hi Alex, the System is a DELL Workstation, Resolution is 1920 x 1200, 96DPI. Logo attached. Ralf
-
Hi again, see my answers below: 1) there is no templates support in the wizard. However you can make a template and save it to a file. Next time when you need to create a new report, open this file, modify it and save new report with different n…
-
Hi Alex, thanks for your support. All works fine now, i will go on testing the beta component in the moment in our application. There are some problems i saw: - How to make a kind of template? The Wizard starts with an empty form, but if i hav…
-
Hi Alex, yes i understand, so i must use a table, label or whatever to create manualy the report, correct!? Using the wizard results in nothing, i mean after finishing the Wizard, where is the report i created? I only see the blank report like …
-
Hello Alex, i try using the .Net component in VBS2005 and have the following problem: I can put a report on a form, no problem, and after right clicking it with the mouse at the menu "Design Report...." i get a report editor with a layout where…