| View previous topic :: View next topic |
| Author |
Message |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Fri Apr 11, 2003 6:40 pm Post subject: Question about the @ask() function... |
|
|
I would like to be able to set the "No" button as the default button when using the @ask() function. Is this possible or is it necessary to use the @msgbox() function to accomplish this? _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Apr 11, 2003 7:01 pm Post subject: |
|
|
No, I don't think it's possible, at least in VDS 4, but it's simple to use the
@msgbox() command:
| Code: | %R = @msgbox(Is this good?,Query,$124)
if @equal(%R,6)
info You clicked YES
else
warn You clicked NO
end
exit |
_________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Fri Apr 11, 2003 7:08 pm Post subject: |
|
|
Yeah, I know... I'm just lazy! It's a Friday.  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Fri Apr 11, 2003 7:31 pm Post subject: |
|
|
Ahhhh... nothing like a Friday.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Hortalonus Valued Contributor


Joined: 15 Mar 2002 Posts: 344 Location: Western USA
|
Posted: Fri Apr 11, 2003 7:34 pm Post subject: |
|
|
Soooooo true! Especially with the temperature sitting right around 75 with a nice breeze from the southwest... perfect! I think I'll go find a trail to ride today.  _________________ "ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player... |
|
| Back to top |
|
 |
|