Code Comments
Programming Forum and web based access to our favorite programming groups.Hello All (and Happy New Year!) I am getting tied up trying to work out the proper picture to use to enforce correct IP Address entry into a field. I have tried the following picture token:- @K<<#.<<#.<<#.<<#K But it does not seem to work - Clarion will not accept any input, although it does display the field initially as ' 0. 0. 0. 0' Is there something I have missed out on? Cheers, Devan Sabaratnam Blaze Software
Post Follow-up to this messageThere is an example of how to use a windows common control for this here http://www.inet.hr/~joradic/index.htm HTH Dave Beggs "Devan Sabaratnam" <laptop@blaze.com dot au> wrote in message news:LhcBd.97405$K7.74403@news-server.bigpond.net.au... > Hello All (and Happy New Year!) > > I am getting tied up trying to work out the proper picture to use to enforce > correct IP Address entry into a field. I have tried the following picture > token:- > > @K<<#.<<#.<<#.<<#K > > But it does not seem to work - Clarion will not accept any input, although > it does display the field initially as ' 0. 0. 0. 0' > > Is there something I have missed out on? > > Cheers, > Devan Sabaratnam > Blaze Software > >
Post Follow-up to this messageThere is an example of how to use a windows common control for this here http://www.inet.hr/~joradic/index.htm HTH Dave Beggs "Devan Sabaratnam" <laptop@blaze.com dot au> wrote in message news:LhcBd.97405$K7.74403@news-server.bigpond.net.au... > Hello All (and Happy New Year!) > > I am getting tied up trying to work out the proper picture to use to enforce > correct IP Address entry into a field. I have tried the following picture > token:- > > @K<<#.<<#.<<#.<<#K > > But it does not seem to work - Clarion will not accept any input, although > it does display the field initially as ' 0. 0. 0. 0' > > Is there something I have missed out on? > > Cheers, > Devan Sabaratnam > Blaze Software > >
Post Follow-up to this messageHej Devan. Try put in a panel with inner and outter set -1 and fill color white. Put in 4 entry box witn attributtes transperent and flat. Make 4 variables; ip1, ip2, ip3 and ip4, all string S3. Put one in every entry box with picture @N03. Now put 3 strings in the panel container a dot, ".", background color white, and place between the entry boxes. With a little code you can collect all entry boxes to one variable and back again when window opens. It works good and looks fine. Good luck Jesper "David S. Beggs" <dosprinter@nospam.dsbglobal.com> skrev i en meddelelse news:BEQBd.100037$K7.58231@news-server.bigpond.net.au... > There is an example of how to use a windows common control for this here > http://www.inet.hr/~joradic/index.htm > HTH > Dave Beggs > "Devan Sabaratnam" <laptop@blaze.com dot au> wrote in message > news:LhcBd.97405$K7.74403@news-server.bigpond.net.au... > enforce picture although > >
Post Follow-up to this messageHej Devan. Try put in a panel with inner and outter set -1 and fill color white. Put in 4 entry box witn attributtes transperent and flat. Make 4 variables; ip1, ip2, ip3 and ip4, all string S3. Put one in every entry box with picture @N03. Now put 3 strings in the panel container a dot, ".", background color white, and place between the entry boxes. With a little code you can collect all entry boxes to one variable and back again when window opens. It works good and looks fine. Good luck Jesper "David S. Beggs" <dosprinter@nospam.dsbglobal.com> skrev i en meddelelse news:BEQBd.100037$K7.58231@news-server.bigpond.net.au... > There is an example of how to use a windows common control for this here > http://www.inet.hr/~joradic/index.htm > HTH > Dave Beggs > "Devan Sabaratnam" <laptop@blaze.com dot au> wrote in message > news:LhcBd.97405$K7.74403@news-server.bigpond.net.au... > enforce picture although > >
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.