Subject: | Re: TAG in dialog box
| Date: | Tue, 11 Sep 2018 23:28:53 +0100
| From: | Michael Kennedy <Info@KennedySoftware.ie>
| Newsgroups: | pnews.paradox-dos
|
I've forgotten what the TAG does... maybe it was useful when debugging?
- Mike
On 11/09/2018 13:12, Steven Green wrote:
> in my code, it's the name of the button
>
> TAG "printbutton"
> TAG "okbutton"
> TAG "cancelbutton"
>
> but..
>
> looking at it, I used that mostly generically.. I'd have to dig in a
> little deeper, so see how much it matters, that I did all of that
>
> SHOWDIALOG
>
> VALUE "okbutton"
> TAG "okbutton"
> TO okbutton
>
>
>
> --
>
> Steven Green
> Myrtle Beach, South Carolina, USA
>
> http://www.OasisTradingPost.com
>
> Collectibles and Memorabilia
> Vintage Lego Sets and Parts
> - and Paradox support, too
> "Bernie van't Hof" wrote in message
> news:5b9699f9@pnews.thedbcommunity.com...
>
> What's TAG <expr> in a SHOWDIALOG do?
>
> Help not showing it as optional, but my old code works fine without it.
|