Search found 99 matches: route

Return to advanced search

As download a file from xharbour in a fixed route without q

WaitRun(iexplore()+"http://www.aduanet.gob.pe/aduanas/sgdbf/Vehiculos.zip")

As download a file from xharbour in a fixed route without q the users the route
by Vladimir Zorrilla
Mon Jul 24, 2006 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: As download a file from xharbour in a fixed route without q
Replies: 0
Views: 379

Brian,

> Do you have any mechanism, as VB does, to route specific Events to a specific PRG method?

If you inherit from Class TActiveX, all you have to do is modify the Method OnEvent(), and directly call the PRG method that you want from there.
by Antonio Linares
Sun Jul 16, 2006 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebBrowser ActiveX control
Replies: 19
Views: 6612

WebBrowser ActiveX control

... for the best design is to inherit from TActiveX to create TWebBrowser and try to handle specifics there. Do you have any mechanism, as VB does, to route specific Events to a specific PRG method? Can I help make that happen? Thanks so much for all your work, -- Brian Hays
by Brian Hays
Sat Jul 15, 2006 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebBrowser ActiveX control
Replies: 19
Views: 6612

gestione rete lan

Ciao a tutti!

stò cercando di realizzare un software per gestire una rete con fwh

per fare il trace route,vedere i servizi attivi ecc. qualcuno a documentazione a riguardo?


Dino
by Dino Alessandri
Wed Jul 12, 2006 12:54 pm
 
Forum: All products support
Topic: gestione rete lan
Replies: 0
Views: 573

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") ) ...
by Antonio Linares
Tue Jun 13, 2006 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX & Mappoint
Replies: 10
Views: 3557

... following 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: 3557

... cPort+iif(!"."$cPort,".PRN","") to ::cPort := cPort + If( ! "." $ cPort .and. ! "\\" $ cPort, ".PRN", "" ) // considers the port can be a network route (\\computername\sharename) 2 use this function to get the path to the network printer. IE you'll say wfPrnShName( "PRINTER1" ) and it will return ...
by dbSoft
Tue Mar 21, 2006 10:21 am
 
Forum: FiveWin for CA-Clipper
Topic: seleccionar impresoras
Replies: 3
Views: 1829

Data Encryption

... few utilities out there (that actually work) that will enable you to actually view the data in a readable form. Using BTrieve / Pervasive SQL is a route that I will never follow again however (it is extremly cumbersome and slow in my opinion). Unforuanately the file structure of a dBASE (FWH) database ...
by dpaterso
Fri Feb 10, 2006 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data Encryption
Replies: 3
Views: 1233

Problem with application terminating

... CASE UPPER(cDb)=="POTRACK" SET INDEX TO &cDir.potx01 CASE UPPER(cDb)=="ZIPCODES" SET INDEX TO &cDir.zipx01 CASE UPPER(cDb)=="ROUTE" SET INDEX TO &cDir.rtex01 CASE UPPER(cDb)=="EMPLOYEE" SET INDEX TO &cDir.emp01&Pext, &cDir.emp02&Pext CASE UPPER(cDb)=="DEPT" ...
by cdmmaui
Fri Oct 28, 2005 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with application terminating
Replies: 1
Views: 1926
Previous

Return to advanced search