hide empty textbox
hide empty textbox
i have 6 textbox with data in
i want if textbox in middle is empty it will disabled and the next textbox will replace the empty textbox in position
thanks in advance
i want if textbox in middle is empty it will disabled and the next textbox will replace the empty textbox in position
thanks in advance
Re: hide empty textbox
Hello,
Please try to use the DockStyle property.
Thank you.
Please try to use the DockStyle property.
Thank you.
Re: hide empty textbox
example pls
and how to check that the data in the text box is empty
i use
CType(StiReport1.Pages("Page1").GetComponents("Text46"), Stimulsoft.Report.Components.StiText).value
but it return the name of tha field
and how to check that the data in the text box is empty
i use
CType(StiReport1.Pages("Page1").GetComponents("Text46"), Stimulsoft.Report.Components.StiText).value
but it return the name of tha field
Re: hide empty textbox
Hello,
Please send us a sample report for analysis.
Thank you.
Please send us a sample report for analysis.
Thank you.
Re: hide empty textbox
it is in arabic language
- Attachments
-
- empo.mrt
- (20.46 KiB) Downloaded 444 times
Re: hide empty textbox
Hello,
Please check the modified report.
Thank you.
Please check the modified report.
Thank you.
- Attachments
-
- empo_modified.mrt
- (21.55 KiB) Downloaded 553 times
Re: hide empty textbox
how to check if the field is empty to make it disabed
Re: hide empty textbox
Hello,
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Thank you.
Re: hide empty textbox
i have textbox with field in
i want to check if the value of the field is empy to disable it's textbox
thanks
i want to check if the value of the field is empy to disable it's textbox
thanks
Re: hide empty textbox
Hello,
Please try to add the Condition with expression:
DataSourceName["ColumnName"] == DBNull.Value
and use the ComponentIsEnabled option.
Thank you.
Please try to add the Condition with expression:
DataSourceName["ColumnName"] == DBNull.Value
and use the ComponentIsEnabled option.
Thank you.