xlfg
xlfg
About
- Username
- xlfg
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
AlexTZ wrote: » Hello, Something is wrong with your data, or SQL text is not correct. Are you able to view the data in the "Data" window (select the datasource and press the "View Data..." button)? I'v viewed that datasource.But empty wi…
-
pinbot wrote: » I would test by putting all 4 columns in the databand and see if you get the same dataset as running the SP on the server. I do this sometimes. Also, another trick is to edit the datasource in FR and run through the wizard to m…
-
AlexTZ wrote: » Hello, You should put data columns in the Data band only. All other bands such as report title, report summary etc may print wrong values because the datasource is in indeterminate state here. I put col1,col2 on report titl…
-
It works.But that mean I cant control it in another event like selectedNodeChanged in Treeview. and DataBind() refresh()[makes endless loop] cant stay in it.it's somewhat inconvenient.
-
I havnt load the report file twice.Just set the "reportFile" property to "report.frx" at designtime. Is somewhere wrong?
-
I did as programmer's manual indicate.But in designer,has no correct tables and columns show in Datasource, just objectdatasource1, tree list 'Databinding: col0','Databinding: col1','Databinding: col2'
-
xlfg wrote: » I can find it in 'my Controls' panel.where?strange. oh.it must be a purchased customer can download,right?I'am tinking about buy it if my application finished
-
I can find it in 'my Controls' panel.where?strange.
-
Jeffrey_lee wrote: » Hi, the fastreport i used,its building number is FRNet_1_57_Pro. I download it on July 30. Where to download the latest version?I only use demo version
-
That is,Put Register(Dataset) to StartPage event handler? Will this event fired in design time? I think not, startpage event isn't fired then I can't register a DataSeta in design time. Maybe I am not understanding your meaning clearly. Any addit…
-
God bless.I found solution from topic in this forum. But I still dont know how to use DataSet as DataSource in VS. Thanks AlexTZ
-
This code works not correct. Anothers error occured, perhaps there's some wrongs in anothers parts of my code.Can I work it in design time that using Dataset but not implement it by code which is inconvenient. Secondary how to use SqlDataSource w…
-
1.I'v read proammer's manual.and registerdata(dataset),but still I dont know how to design report in designer that which datasource is dataset.I'm working with ASP.NET. 2.I'v specified the connectionstring to SqlDataSource, and test correctly when …