Hello everybody,
I am developing an application which should allow to fill in bank forms. My problem is that these forms contain boxex for each letter, and I don't know how to print every letter exactly in the box.
For example the name
"ROMOLO SALAS" should be printed
"R O M O L O S A L A S". (each letter in a box)
I am printing the information on "Reports".
One solution was to put as much number of text boxex on the report as the boxex on the form, and then parse the String and put every letter in the corresponding textbox. But the "value" property for the "Repoerts does not exist".
Do anybody has any idea ??
I am developing an application which should allow to fill in bank forms. My problem is that these forms contain boxex for each letter, and I don't know how to print every letter exactly in the box.
For example the name
"ROMOLO SALAS" should be printed
"R O M O L O S A L A S". (each letter in a box)
I am printing the information on "Reports".
One solution was to put as much number of text boxex on the report as the boxex on the form, and then parse the String and put every letter in the corresponding textbox. But the "value" property for the "Repoerts does not exist".
Do anybody has any idea ??