|
Suppress Spaces in Report Format |
Iniciado por mabeaven, 02,jul. 2003 01:38 - 2 respuestas |
| |
| | | |
|
| |
Publicado el 02,julio 2003 - 01:38 |
Hello All, In working with report formats, a question has arisen regarding suppression of spaces. For example, if City is followed by State in the report output, I want the State to remain close to the city regardless of the length of city name ie. Miami FL instead of Miami FL. Normally, this is referred to as space suppression with short file items in a control. Is anyone familiar with the method for accomplishing this in the Windev Report Editor? Regards, Marc |
| |
| |
| | | |
|
| | |
| |
Publicado el 02,julio 2003 - 01:47 |
>>ie. Miami FL instead of Miami FL. Sorry, should read Miami(SPACE) FL |
| |
| |
| | | |
|
| | |
| |
Publicado el 02,julio 2003 - 05:43 |
Hi Marc, In 5.5 and 7.5 using 5.5 hypefile mode: citystate = nospace(city)+" "+nospace(state)
In 7.5 using 7.5 hyperfile mode: citystate=city+" "+state Bert
Hello All, In working with report formats, a question has arisen regarding suppression of spaces. For example, if City is followed by State in the report output, I want the State to remain close to the city regardless of the length of city name ie. Miami FL instead of Miami FL. Normally, this is referred to as space suppression with short file items in a control. Is anyone familiar with the method for accomplishing this in the Windev Report Editor? Regards, Marc |
| |
| |
| | | |
|
| | | | |
| | |
|