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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bms1

  1. bms1

    Dim Arrays at run-time

    Is it possible to set the size of an array at run time in clarion? Any help would be greatly appreated.
  2. bms1

    BSTRING Conversion

    Does anyone have code or a utlilty to convert a string to a BSTRING.
  3. bms1

    OCX controls

    Does anyone know how I can get an OCX control to return multiple values? This is the VB code that works perfectly fine: rv = MapControl21.SearchLocationText(txtLoc, LocId) The second parameter is a return value but I can not get it to work correctly in clarion. I pass a value from txtLoc and...
  4. bms1

    Record Not Available When Using Left Inner Join of files

    Thank you...after tracing the SQL, the error does occur when a load is not assigned to a trip.
  5. bms1

    Record Not Available When Using Left Inner Join of files

    I have a browse on a parent file (Trips) using a left join on a child file (Loads). I am using ABC template...I have the Trips as the primary file and Loads as the secondary file. I also have the Trip file as part of the Other Files. Randomly Clarion does not generate the correct SQL statement...
  6. bms1

    Interface to Mappoint

    Does anyone have any expierence in interfacing to Microsoft MapPoint? How do you embed a mappoint into clarion? I've tried to connect to Mappoint using COM but have not had much luck. Any help would be appreciated. Thanks, Curtis
  7. bms1

    Invalid character value for cast specification Error

    I am getting the same error and I am using Clarion to access an SQL database. I get the error the first time I try to access the file but then when I click again to access the file the second time I do not get the error. Do you know what can be done to prevent this error?
  8. bms1

    SQL error

    Does anyone know anything about a record retreval error? The error reads: Error:(invalid cast specification(22005))attempting to access a record. I'm trying to read an SQL file and I get this error.

Part and Inventory Search

Back
Top