mdiepstraten
27th February 2002, 23:38
I want to display an address and a housnumber on a form.

If I define these field on a form I will get :

Langestraat 18
Koninginnenweg 124
De nieuwe-amsterdamseweg 125

So in several cases a lot of spaces are displayed. How can I prevent the spaces so the result will be :

Langestraat 18
Koninginnenweg 124
De nieuwe-amsterdamseweg 125

Han Brinkman
28th February 2002, 09:24
WIthin forms that is not possible to do that without modifying the program script as well.

In reports you can uses expressions, on form you have to specify a fieldname.

Han