MI-L MB: Hide Show Dialog Controls

2000-10-29 Thread Scott Barling
to me directly, I will post a summary to the list. Thanks heaps Scott Barling GIS/Assets Technical Assistant Eurobodalla Shire Council Tel:+61 (02) 4474 1251 Fax:+61 (02) 4474 1234 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

MI Converting text to lines

2000-08-08 Thread Scott Barling
Hi everybody, Is it possible to convert a text object to a line object? or maybe draw a line with the same rotation as a text object? Please reply to me directly at [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] TIA Scott Barling GIS/Assets Technical Assistant

MI: Label a Text Object

2000-08-08 Thread Scott Barling
with ObjectGeography(obj,1) ObjectGeography(obj,2) ObjectGeography(obj,3) ObjectGeography(obj,4) respectively. I am still trying to place labels at the same rotation as the text objects. TIA Scott Barling GIS/Assets Technical Assistant

MI Delphi Lists

2000-06-15 Thread Scott Barling
for technical questions, although not as enjoying as MapInfo-L. Regards, Scott Barling GIS/Assets Technical Assistant Eurobodalla Shire Council Tel:+61 (02) 4474 1251 Fax:+61 (02) 4474 1234 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

MI Delphi

2000-06-14 Thread Scott Barling
This is off the topic of MI, but I was wondering if there are any lists similar to this one for Delphi?? TIA Scott Barling GIS/Assets Technical Assistant Eurobodalla Shire Council Tel:+61 (02) 4474 1251 Fax:+61 (02) 4474 1234 e-mail: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED

RE: MI Select a record from Multiple Tables

2000-05-04 Thread Scott Barling
End if Goto Ba Ha: End if Thanks again for your response Scott Barling GIS/Assets Technical Assistant Eurobodalla Shire Council [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message- From: Jacques Paris [SMTP:[EMAIL PROTECTED]]

MI Select a record from Multiple Tables

2000-05-03 Thread Scott Barling
a search on all open tables, for the table and record containing an Asset_ID entered by the user, and than to select that record. Any help greatly appreciated and of course I will Sum. Regards, Scott Barling GIS/Assets Technical Assistant Eurobodalla Shire Council [EMAIL PROTECTED] mailto

MI Run Program Statement

2000-03-16 Thread Scott Barling
Thanks to everyone who helped out on this one. It was just a matter of getting the right amount of quotes in the right places. It also worked by truncating the path with a space in it to dos's way of looking at things. Ie. C:\MyDocu~1\.. Thanks again to the List for showing the way.

MI Labels

2000-03-15 Thread Scott Barling
Thanks to all who responded. It seems the most positive responses were about EverName by EverMap www.evermap.com http://www.evermap.com Other suggestions were: Discover by Encom Technologies www.encom.com.au http://www.encom.com.au Label-EZ by MapText www.maptext.com http://www.maptext.com

MI Run Program Statement

2000-03-15 Thread Scott Barling
Hi everybody, Hopefully just a quickie. Is there any way of opening an application and a file from MapBasic? I have tried the following but it seems to be having a problem with the space in "My Documents" Run Program "C:\Program Files\Microsoft Office\Office\Excel.exe C:\My

RE: MI windowid syntax

2000-03-07 Thread Scott Barling
Hi Daniel, I think what you're after might be: Dim Window_id as Integer Window_id = WindowInfo(FrontWindow(),WIN_INFO_WINDOWID) HTH Scott. -Original Message- From: Daniel Groleau [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, 8 March 2000 3:41 To:

MI Using Variables with Type Statements

2000-03-01 Thread Scott Barling
Hi everybody! I'm having a bit of a problem here and am after some HELP! Below is some code, the top part of which is a working version, the bottom part is what I want to use to achieve the same result as the top part. Dim MapSetup As String Dim MapSetupx, MapSetupy, MapSetupz As Float Dim

MI-SUM Using Variables in Map From statements

2000-02-23 Thread Scott Barling
Firstly I would like to thank everyone (Jacques, Chris, Debbie, Trey, Peter, Mark, David, Jo Ellen) who responded to my question. As usual the answer was very quick in reaching me. The solution to using Variables in Map From statements is to use Run Command. Eg. String = Tab1, Tab2, Tab3 Run

MI -SUM Hide a Custom Dialog Box

2000-02-23 Thread Scott Barling
Thanks to all who help out on this one. Everyone suggested the same thing. When the dialog is dismissed read all values from the dialog controls into variables and then use these variables to set each controls Value when the dialog is re-opened. Scott.

MI Using Variables in Map From statements

2000-02-22 Thread Scott Barling
Hi all, A quick question I have some code (below) which places all the currently opened tables names in a string separated by commas. What I want to be able to do is create a map using this string. Using the Map From Variable works when there is only one table open but when more than one is

MI Hide a Custom Dialog Box

2000-02-22 Thread Scott Barling
Hi again, Another quickie, Is it possible to hide a custom dialog box and then show it again later with the same values selected as when it was hidden? TIA Scott. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -- To unsubscribe

RE: MI Restore Previous Session

2000-01-26 Thread Scott Barling
Fran, MI saves the previous session workspace (mapinfow.wor) into your windows directory. It only saves this workspace when MI is closed normally, not when you are "booted out". Hope this is of some use. Scott [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -Original Message-

MI Selecting Deleting Text from a Layout

2000-01-10 Thread Scott Barling
Thank you all for your invaluable help, Below is the extract of code which achieves the solution to my problem. My original question was: I would like to know how to delete a text object from a layout if it has a certain value. Text = "Akolele" LayoutTab = WindowInfo(FrontWindow(),

MI Selecg Deleting Text from a Layout

2000-01-06 Thread Scott Barling
Tim Yannick, Thanks for your responses. You both suggested the same initial solution: 1. In the ObjectInfo function, change 'selection.obj' to simply 'obj' 2. Wrap the entire ObjectInfo function into a Str$() function like this: Str$(ObjectInfo(obj, OBJ_INFO_TEXTSTRING)) = Text

MI Deleting Text from Layout

2000-01-05 Thread Scott Barling
Hi all, Hope you had a great holiday season. I'm back at work for three days and stuck already! I would like to know how to delete a text object from a layout if it has a certain value. I have checked out the archives and picked up some hints but am still struggling. Below is what I have

MI Create Text in a Layout

1999-12-22 Thread Scott Barling
Merry Christmas, hope you all have a great time. I have a problem creating text in a layout from MB. I would like to use (x1, y1, x2, y2) in a Create Text statement so that the text created is centred within these co-ords. Below is an extract from help (Create Text Statement) explaining this

MI Using the data in a String Variable

1999-12-19 Thread Scott Barling
I asked a question a couple of days ago which was poorly worded and resulted in the correct response for the question but not what I was after (Thanks Peter Moller). This would work for the question asked, but what I really stuffed up in the question is that the layout I want to create is the

MI Using the data in a String Variable

1999-12-16 Thread Scott Barling
I have a string variable, (LastView), which contains the MB code to create a Layout window. Is there a way to extract this data to use in a layout command? I want to create a layout the same as the last one opened. If

No Subject

1999-12-13 Thread Scott Barling
Is it possible to get MapInfo to run code from a MapBasic app (which is loaded when a workspace is opened) every time the focus changes between windows open in MapInfo? Is there a specific handler for this? Any help/ideas appreciated. TIA Scott. [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

MI Run Code on Focus Change

1999-12-13 Thread Scott Barling
Please disregard my previous question on the above subject. Just as I sent the message it dawned on me what I had to do and after a bit more probing found what I needed. Thanks anyway, Scott. -- To unsubscribe from this list,

MI Action on Close

1999-12-08 Thread Scott Barling
Thanks to Gary Chris, The information they supplied was invaluable. Below is the section of code which accomplishes my problem. sub SaveTableEditsHandler if CommandInfo(CMD_INFO_EDIT_TABLE) = "Swr_Cat" then Terminate Application "SewerViews.mbx" end if end sub 'SaveTableEditsHandler

MI Action on Close Table

1999-12-07 Thread Scott Barling
I have a MapBasic app which opens when I open a table in MapInfo, using the RUN APPLICATION command. Is it possible to have MapInfo close this application when the table is closed? Any help on this would be greatly appreciated Cheers, Scott [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

MI Help on Labels

1999-10-28 Thread Scott Barling
want the text to be about 7 pt when the map is at a scale of 1:1000. Any help on the subject would be greatly appreciated Thanks, Scott Barling [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] -- To unsubscribe from this list, send e

MI TEXT LABLES

1999-10-26 Thread Scott Barling
on the subject would be greatly appreciated Thanks, Scott Barling -- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]