RE: graphical character /vertical line
"Mark Peenstra" <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Message-ID | <[email protected]> |
Erik; The venerable "fgl_drawbox" works nicely in BDS, in graphical mode. call fgl_drawbox( 10, 1, 20, 50 ) will draw a graphical vertical line 20 lines down from the top of the form, 50 columns in from the left, for a length of 10 lines. Will do horizontal lines also, if you don't want to rely on the "----" method. Mark Peenstra CRS Retail Systems -----Original Message----- From: [email protected] [mailto:[email protected]]On Behalf Of Kurz Erik Sent: Thursday, February 10, 2005 5:05 AM To: [email protected] Subject: [fourjs-users] graphical character /vertical line hello, following simple question for you: when using "--------------" in a form-file it is shown as a graphical line on my input-mask. how to create a vertical line? which character do i have to use in my form-file ? where can i take changes to do this with the pipe ("|") ? thanks in advance, erik