本文介绍了如何删除单引号,即'????的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 当我们从FORM到DATAREPORT获取文本框或其他控件的一些数据时,它会附带单引号。 例如:''vishwas'' 我希望单引号不应该在那里 所以如何从DataReport中删除它? TIA 最好的问候 vishwas 解决方案 这应该有助于它在任何地方得到它: 展开 | 选择 | 换行 | 行号 When we take some data of textbox or other controls from a FORM to DATAREPORT it comes with single quote.for eg: '' vishwas ''I want that single quote should not be thereso how can i remove it from the DataReport ?TIAwith best regardsvishwas 解决方案This should help get it wherever it is: Expand|Select|Wrap|Line Numbers 这篇关于如何删除单引号,即'????的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 09-15 08:19