xwolkyx
xwolkyx
About
- Username
- xwolkyx
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I see valid date 03.06.2010
-
and i am selecting 03.03.2010 nothing changing still same date '06.55.2010'
-
I solved quotes problem but now when i select today from datepicker going to sql '06.55.2010' like this.
-
Ok its working but selected date going to query with single quote on the last of the word " 02/02/2010' " how can i convert to " '02/02/2010' "
-
But i have a coded report for dynamic sql query i have one paramater to Depatmant i wont to add one more to time.
-
Can you teach me how can i pass DateTimepicker picked date to sql query i tryed changing your code but dont work.
-
Yes now ist working Tahnk you for help AlexTZ.
-
I tryed but no succes can you tell me what must i do. private void btnOk_Click(object sender, EventArgs e) { DataSelector1.FilterData(); TableDataSource table = Report.GetDataSource("Table1") as TableDataSource; table.Init(); // selectedIt…
-
The sended query "select * from fason where firma in ("EUROTEX", "GAPSAN", "RNC")" with (") doubles can you change code to (').
-
OK i solve the problem; "Failed to convert parameter value from a DataSelectorControl to a String. Inner exception: Object must implement IConvertible." but now; FastReport.Net v1.3.8 Invalid column name 'ADONTE'. 'ADONTE' is my selected v…
-
Same error. FastReport.Net v1.3.8 Failed to convert parameter value from a DataSelectorControl to a String. Inner exception: Object must implement IConvertible. at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider…
-
Dear AlexTZ The Test file only for "Test" i want to make realy realy complex reports using views,relational tables can you modify my report passing multi values to sql parameter.
-
Yes its worked and thanks for fixing but you have filtering data in report side i dont want to do that i want to filtering data in sql query i have build many reports by using your technic.
-
I have no problem with datasource s i added Table.Firma for select the unique values to DataSelectorControl "select distinct firma from fason" report is working correctly if i dont set Param1 expression to DataSelectorControl when i use TextBox for…
-
I cant get this work can you please check my report file and fix for me.
-
This code is it right? TableDataSource Table = Report.GetDataSource("Connection") as TableDataSource; Table.SelectCommand = "select * from fason where firma in (" + @P1 + ")";
-
Ok now woking. I ask so many questions but how can i pass DataSelectorControl value to paramater?
-
Link broken
-
One more question is there any way to use autocomplete in textbox?
-
Yes its work thank you.
-
Yes i have read and set new param and other things my question is; How can i buid a report befor run let the user choose select from a list or textbox predefined parameter.
-
Well how can i do that?
-
Man when i am try to use code like "select * from table where field in (@param1, @param2)" gives an error as my first post top of the page.
-
Thanks for advice i wonder can i use "@Param1,@Param2" in SQL syntax just like SSRS.
-
I have alredy read but i dont understand my english not good can you explain with example.