New to Map Basic - How can I open a new dialog window. When I try moving
from one dialog window to another it says invalid dialog command. Here is my
code so far. Thanks for any help.
' RadioGroup Variable
Dim i_details as smallint
'--------------------------------------------------------------------------
'CREATE MAIN WINDOW AND CONTROLS
'--------------------------------------------------------------------------
'
Dialog
Title "Zip in DMA Program ver 1.1"
Control GroupBox
Title "Select Process"
Position 5, 10 width 120 height 40
Control OKButton
Title "Proceed"
position 45, 60
Control RadioGroup
Title "&Custom Process;&Regular Process"
into i_details
position 10, 20
'
IF i_details = 1 then
note "1"
else note "2"
end if
'
NEAL T. NIEMIEC
GIS DEVELOPER SPECIALIST
(303) 723-3162
ECHOSTAR @ RIVERFRONT OFFICE
5701 S.Santa Fe
Littleton, CO 80120
_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.