Home > Archive > Clarion > January 2005 > Picture for IP Address
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Picture for IP Address
|
|
| Devan Sabaratnam 2004-12-31, 3:55 pm |
| 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
| |
| David S. Beggs 2005-01-02, 8:55 am |
| 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...
> 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
>
>
| |
| David S. Beggs 2005-01-07, 8:55 pm |
| 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...
> 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
>
>
| |
|
| Hej 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[color=darkred]
although[color=darkred]
>
>
| |
|
| Hej 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[color=darkred]
although[color=darkred]
>
>
|
|
|
|
|