sapunjara
MIS
- Jun 28, 2007
- 12
Hello to everybody.
I have little problem I cannot figure out. I've made little application for needs of my business, and it works perfectly except one thing. The problem is next: when I want to open report, at the previous form I enter data which are needed for SELECT command. I save SELECT command in one module I named transition, and in one variable which is String type I hold my SELECT command. On On_Load method of Report I call "Me.Recorsource = Transition.select_command". Everything works fine, every field is populated, but fields that contain more text, the whole text is not showing. I can see only first, I don't know I didn't counted, but I think only first 255 characters, and the rest of the characters I dont know where it is. If someone can help me, I would be very grateful! Thanks in advance.
I have little problem I cannot figure out. I've made little application for needs of my business, and it works perfectly except one thing. The problem is next: when I want to open report, at the previous form I enter data which are needed for SELECT command. I save SELECT command in one module I named transition, and in one variable which is String type I hold my SELECT command. On On_Load method of Report I call "Me.Recorsource = Transition.select_command". Everything works fine, every field is populated, but fields that contain more text, the whole text is not showing. I can see only first, I don't know I didn't counted, but I think only first 255 characters, and the rest of the characters I dont know where it is. If someone can help me, I would be very grateful! Thanks in advance.