Search found 33 matches: planer

Return to advanced search

... := .T. oMapPoint:Toolbars:Item("Location and Scale"):Visible := .T. oMapPoint:PaneState := 1 // Turn on legend for route planer // These two only valid for mappoint application object, not a control object oMapPoint:Visible := .T. oMapPoint:UserControl := 1 // Give control ...
by Randal
Tue Aug 22, 2006 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Message for Randal Ferguson
Replies: 16
Views: 6178

oActiveX:SetProp("PaneState", 1) // Turn on legend for route planer // This line returns nil MsgInfo( OleGetProperty( oActiveX:hActiveX, "PaneState" ) ) // This line returns 1, which is correct. MsgInfo( oActiveX:GetProp("PaneState") ) So, ...
by Antonio Linares
Tue Jun 13, 2006 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & Mappoint
Replies: 10
Views: 3579

... with the same results. // This line turns on the Legend and works properly oActiveX:SetProp("PaneState", 1) // Turn on legend for route planer // This line returns nil MsgInfo( OleGetProperty( oActiveX:hActiveX, "PaneState" ) ) // This line returns 1, which is correct. MsgInfo( ...
by Randal
Mon Jun 12, 2006 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & Mappoint
Replies: 10
Views: 3579
Previous

Return to advanced search