Search found 512 matches: shellexecute

Return to advanced search

Re: kiosk mode

Dear Otto,

Are you looking to launch a mod_harbour app from a FWH app ?

You could use ShellExecute() to go to a URL

Please show a diagram or explanation, thanks
by Antonio Linares
Tue Apr 20, 2021 12:45 pm
 
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 964

Re: EXCEL y archivo xls

Hola, elimina el comando AUTOEXEC y utiliza Shellexecute y te ahorras un montón de problemas.

Saludos
by horacio
Tue Apr 20, 2021 11:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXCEL y archivo xls
Replies: 10
Views: 1577

Re: Question about WinExec()

Thanks for your suggestion, but ShellExecute() doesn't do the job either. So I developed a solution by going arround the problem : IF FILE(nProg1 + "KILLOUT.BAT") ; DELETE FILE(nProg1 + "KILLOUT.BAT") ; ...
by driessen
Tue Apr 20, 2021 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about WinExec()
Replies: 10
Views: 781

Re: Question about WinExec()

Michel,
Maybe can try experimenting with ShellExecute()
by hua
Tue Apr 20, 2021 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about WinExec()
Replies: 10
Views: 781

Re: API Bancaria

... El problema lo tengo para conseguir el cCode : - abierto Chrome con Shellexecute y la página de identificación de BBVA Connect - espero a que el usuario rellene su usuario y contraseña - la página de BBVA Connect redirije ...
by gmart1
Mon Apr 19, 2021 12:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: API Bancaria (SOLUCIONADO)
Replies: 17
Views: 2322

Re: SMS To Customer - Upon Order Delivery

Please review this example and use it instead of ShellExecute() https://github.com/FiveTechSoft/mod_harbour/blob/master/samples/callphp.prg #include "c:\harbour\contrib\hbcurl\hbcurl.ch"function sendSMS( cUrl )  ...
by Antonio Linares
Tue Apr 06, 2021 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: SMS To Customer - Upon Order Delivery

There is not much of a code, as a function is called with parameters...as shellexecute is used.. FUNCTION W_122W() LOCAL SMS_Text,SMS_Cell,SMS_Brnd SMS_Text := "Your Order Has Been Dispatched" + CHR(13) + ; "Via Inoice No:R00024 - 04/04/2021" ...
by RiazKhan
Tue Apr 06, 2021 5:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: SMS To Customer - Upon Order Delivery

... not open and the sending mechanism is transparent. Is there a method to send the SMS without the web page opening..?? I am using the following : ShellExecute( oCust:hWnd, "open", cURL ) Any suggestions, Thnx...
by RiazKhan
Tue Apr 06, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: SMS To Customer - Upon Order Delivery
Replies: 14
Views: 1535

Re: EXIF

... make an HTML file where the library is connected exif.js Run it from the ActiveX object. Do page processing. You can try to open another browser (shellexecute), and the parameter to it is an HTML file shellexecute(,"open","chrome.exe","https://winhotel.space/exif-js-master/example/index.html") ...
by Otto
Thu Mar 18, 2021 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1875

Re: EXIF

... make an HTML file where the library is connected exif.js Run it from the ActiveX object. Do page processing. You can try to open another browser (shellexecute), and the parameter to it is an HTML file Where to put the received data ?
by Natter
Thu Mar 18, 2021 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXIF
Replies: 17
Views: 1875

Re: envio de emails

tente isso, testei apenas no windows 7 try nRetorno := ShellExecute( GetActiveWindow(), "RUNAS", "NetSh.exe", "Advfirewall set allprofiles state off", "c:\windows\system32", 0) catch end if nRetorno <= 32 MsgStop('Não ...
by karinha
Thu Feb 11, 2021 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: envio de emails
Replies: 8
Views: 693

Re: envio de emails

tente isso, testei apenas no windows 7 try nRetorno := ShellExecute( GetActiveWindow(), "RUNAS", "NetSh.exe", "Advfirewall set allprofiles state off", "c:\windows\system32", 0) catch end if nRetorno <= 32 MsgStop('Não ...
by MGA
Thu Feb 11, 2021 2:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: envio de emails
Replies: 8
Views: 693

Re: shellexecute

Can you also try
Code: Select all  Expand view

HTMLVIEW( <cPdffileWithFullpath> )
 
by nageswaragunupudi
Fri Feb 05, 2021 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute
Replies: 3
Views: 442

Re: shellexecute

Beautiful! Thank you so much
by dtussman
Fri Feb 05, 2021 8:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute
Replies: 3
Views: 442

Re: shellexecute

Shellexecute(0,0,"c:\concentrics\cloudconnect.pdf",0,0,3)
by Natter
Fri Feb 05, 2021 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: shellexecute
Replies: 3
Views: 442
PreviousNext

Return to advanced search