[MI-L] Integrated mapping with Access

2006-07-12 Thread Paul Quinlan
Hi I know this question has been asked before but i still dont seem to be able to get the info tool working in access. The code i'm using is: mi.do Run Menu Command 1707 mi.do Set Window Info Parent Form_frmMapInfo.Hwnd When clicked the cursor turns into the cross-hair, but no info window

[MI-L] Crystal reports

2006-03-01 Thread Paul Quinlan
Hi Ive developed a fairly standard crystal report that displays info based on the users selection. However, it always opens in design view, when i'd like the users to just be able to print the report and scroll through the pages. I've seen it done many times before, i just cant figure out how

MI-L mapbasic - save window as...

2004-11-05 Thread paul quinlan
Hi I have a program that loops through a number of layouts and saves them as jpegs. However, no matter what i set the resolution to it allways seems to save it at the default for the papersize, in this case 96dpi. This is the line of code im using: strmsg = save window frontwindow() as +

MI-L Extra hatching patterns

2004-03-25 Thread paul quinlan
Hi does anyone know if its possible to increase the number/variety of the region fill patterns? and if so how? Thanks Paul _ Express yourself with cool emoticons - download MSN Messenger today! http://www.msn.co.uk/messenger

MI-L MapBasic: Creating Perpendicular lines

2003-09-01 Thread paul quinlan
hi i have to tables of base lines: Road Sides and Road Centre Lines. at the moment i have a system that allows the user to mark on start and end points from which a polyline will be drawn following the appropriate Road Side. However, instead of a polyline i would like to be able to draw a

MI-L Tablet PCs and MapInfo

2003-08-14 Thread paul quinlan
Hi i was wondering wherther anyone has had any success using MapInfo on a tablet PC and in particular whether you can record points on a map using the pen. Also any information regarding whether there are problemns with the speed of mapinfo applications on a tablet pc would be very useful.

MI-L Create New/Update Columns

2003-06-17 Thread paul quinlan
Hi Im working on the National Land and Property Gazetter and am trying to set up a search facility based on this data. however the data seems to have been organised badly. for example one field in the table contains either a blank field, a building name preceeded by 10 blank spaces, a building

MI-L Toggle Buttons

2003-04-02 Thread paul quinlan
Hi is there a way of determining which from a set of toggle buttons is selected? i know you can use: commandinfo(CMD_INFO_TOOLBTN) to find the last clicked button, but i need to know all. any suggestions Thanks Paul _

MI-L Mapbasic - Arrays and Popup Menus

2003-03-27 Thread paul quinlan
Hi I have a MB program that enables that generates a dialog allowing users to create a new item. Once done this item is added to an array. when the user clicks OK a second dialog appears with a PopUpMenu containing all of the items that have been created. currently this menu defaults to the

MI-L MapX - Windows XP Performance Problems

2003-03-12 Thread paul quinlan
Hi Has anyone noticed any performance problems when running MapX applications in a Windows XP environment over a network? Im currently running an application on 5 networked computers 2 of which are using Win XP whilst the other 3 are running Win 2000. On the XP machines various operations,

MI-L Alter Control - Value

2003-01-23 Thread paul quinlan
Hi i have an EditText control, from which i would like the user to be able to select the appropriate year by clicking an up or down button. ive used the following code, but still cant seem to get it to work and id be grateful for any suggestions regarding what im doing wrong. TIA Paul

MI-L counting Map Objects

2001-08-23 Thread paul quinlan
Can anyone tell me how to count the number of geocoded points within a number of different Postcode Areas, and how the results of this count can be stored in a seperate mapinfo table. I would be grateful for any help in doing this using either Mapinfo or a code example using Mapbasic. Thanks for