Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: giswzrd
  • Content: Threads
  • Order by date
  1. giswzrd

    Trying to use AutoCAD Map's >>Image>>Insert in VBA

    Writing a program to display Geo TIFF's of Digital Ortho Quads. I am able to accomplish this with "AddRaster" but it requires setting an insertion point and a scale. If I use Map>>Image>>Insert all I have to supply is the filename of the appropriate DOQ the insertion point and scale come from...
  2. giswzrd

    MText width Property 2000iMap Release 4.5

    This is about to drive me crazy! Reading the Online Documentation I get the impression that setting the width on an MText object sets up word wrap to that boundary. The word wrap works great in the Editor but nothing happens to the text in the drawing. As I see it, word wrap in the editor is...
  3. giswzrd

    Multiple Pass String Parsing

    I have a database (Oracle8) with two tables of street addresses one of which is updated by another department. The other department uses abbrevations for Street, Avenue, etc. My table does not. I'm trying to generate a report with CR9 of differences in names and numbers only (i.e. - 123 Stetson...
  4. giswzrd

    ODBC Connection to Oracle 8i with CR 8

    When I attempt to connect to Oracle 8i I receive the message: ODBC error:[Microsoft][ODBC Driver Manager]Driver does not support this function. I have applied all the pertinent updates to drivers and CR to no avail. Thanks
  5. giswzrd

    Format the Details section to Suppress by Formula

    I am writing a report to list Duplicate Coordinate Pairs(x&y Coordinates). I sort my data by &quot;X_COORD&quot; And Format the Details section to Suppress by the following formula: ({Aat.X_COORD}<>Previous ({Aat.X_COORD}) AND {Aat.Y_COORD}<>Previous ({Aat.Y_COORD})) OR ({Aat.X_COORD}<>NEXT...
  6. giswzrd

    Warning: The reset/evaluate condition fomula has side effects

    What does the warning mean: Warning: The reset/evaluate condition formula you just created has side effects. Do you still want it? I can find it nowhere in the documentation or the FAQ or the Seagate Knowledge Base. Thanks

Part and Inventory Search

Back
Top