Title: Naming a query window
Hi Spencer
 
I may be going nuts here but I can't find any "Alter Window" command. Yet, curiously, I feel that it exists and that I may have used it.
 
Could you mean:
 
Set Window FrontWindow()
  Title "Summerland Health Care" ?
 
Regards
 
Terry


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Spencer Simpson
Sent: 13 June 2006 21:31
To: Terry McDonnell
Subject: RE: [MI-L] Naming a query window

Use Alter Window Title to accomplish the effect you want.

 

HTH

Spencer


Sub BrowseEquipTable

If gMouseclickX = -119.491592 And gMouseclickY = 49.873164 Then
        Select * From DI_Equip WHERE Site_NAME Like "Kelowna General Hospital"
        Browse Medical_Equipment_Name, Make_Model, DateofInstallation, Priority,        Serial_Number From Selection

        Alter window FrontWindow() title “Kelowna General Hospital

 ElseIf gMouseclickX = -119.669037 And gMouseclickY = 49.601331 Then
        Select * From DI_Equip WHERE Site_NAME Like "Summerland Health Centre"
        Browse Medical_Equipment_Name, Make_Model, DateofInstallation, Priority, Serial_Number >From Selection

        Alter window FrontWindow() title “Summerland Health Care”


 Else
        Note "No Diagnostic Imaging equipment found here"

End If

End Sub

 

_______________________________________________
MapInfo-L mailing list
[email protected]
http://www.directionsmag.com/mailman/listinfo/mapinfo-l

Reply via email to