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

OCX controls

Status
Not open for further replies.

bms1

Programmer
Joined
Dec 26, 2002
Messages
8
Location
US
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 it is supposed to return a value to both rv and LocId. Does anyone know the correct clarion code?

Thanks,
Curtis
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top