Search found 3499 matches: command

Return to advanced search

Re: send an email using the Outlook object

... it seems - and it also worked immediately - that it is easiest to use a PHP script (PHPMailer) and call it with "run a PHP script from the command line" or shellexec. Best regards, Otto command line c:\www\php\php.exe emailsend.php <?phpuse PHPMailer\PHPMailer\PHPMailer;use PHPMailer\PHPMailer\Exception;require ...
by Otto
Mon May 13, 2024 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 93

Re: hb_getEnv("PRGPATH")

... so you won't find them on your PC. If you want to set the variable PRGPATH, you can do it there with "New". In a DOS window (Command.com) you do this with SET <environment variable>=value e.g. set fwh=c:\fwh - then this environment variable applies to this one DOS session. ...
by alerchster
Tue May 07, 2024 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 178

hb_getEnv("PRGPATH")

... set or coming from? It doesn´t seem to come directly from my machine... I tried what ChatGPT suggested to me ... but echo %PRGPATH" in the command prompt did not display a value. Please allow another question... is there a way to wrap something around hb_getEnv() to get in return ...
by Ruth
Tue May 07, 2024 12:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 178

Re: DBCOMMIT() EN DBF - SQL AUTOMATICO ?

There is no ADO Sql "commit" command ... instead when you complete updating all your sql table values .. you would just issue oRsTablename:Update() .. here is a small sample code on how I manage my sql values //---------------------------------Static ...
by Rick Lipkin
Mon Apr 29, 2024 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 218

DBCOMMIT() EN DBF - SQL AUTOMATICO ?

... SQL La idea es trabajar con tablas DBF de manera temporal , y no alterar la logica actual. Y solo al final afectar la tabla SQL. seria hacer un # command #command dbcommit <(AREA)> => dbcommit_SQL( <(AREA)> ) function dbcommit_SQL(area) // obtener el replace x dbf // hacer el update ...
by russimicro
Sun Apr 28, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCOMMIT() EN DBF - SQL AUTOMATICO ?
Replies: 4
Views: 218

xbrowse problem with :bLClicked

... space bar to deselect or select a record it puts the buttonbar buttons back on without checking if there are other records selected yet I put this command for spacebar  :bKeyChar   := {| k | (If( k == VK_SPACE,(IIF( oBrw:IsSelectedRow(),;                            ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: error to show pdf on dialog

Karinha,

Interesting sample !

Is there a command that the pdf will be opened in full page layout in stead of full width

Maybe a command link ? or overview ?
by Marc Venken
Fri Apr 19, 2024 8:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 10
Views: 731

Re: Compiling error Antonio Nages resolved

karinha wrote:
Code: Select all  Expand view

 /m /n0 /gc1 /es2 /kh /a /i
 


Silvio, que hace el comando: /kh ?? y /n0 ??

Gracias,

rregards, saludos.


Please do I know xmate ?
Search k command on xmate

Image
by Silvio.Falconi
Mon Apr 15, 2024 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 245

Re: Centrar texto VERTICALMENTE

... we can do with FWH classes in a far simpler way. To print text vertically and horizontally centered on the page. No calculations required. The command is very simple: @ 0, 0 PRINT TO oPrn TEXT "Single/MultiLine Text" ALIGN "" FONT oFont It's that simple.
by nageswaragunupudi
Tue Apr 09, 2024 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Centrar texto VERTICALMENTE
Replies: 12
Views: 502

Re: Tooltip of the selector column

... by _FWH(3177) called by DIALOGBOXINDIRECT(0) called by TDIALOG:ACTIVATE(270) called by TEST(20) called by (b)BUILDMENU(2095) called by TMENU:COMMAND(461) called by TWINDOW:COMMAND(1037) called by TMDIFRAME:COMMAND(247) called by TMDIFRAME:HANDLEEVENT(0) called by _FWH(3177) called by WINRUN(0) ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1375

Re: also error with btnbmp SHOWPOPUP

... } on Called from: source\comuni\Pcomuni.prg => (b)COMUNI( 256 ) there is not any command at line 256 as you can see here https://i.postimg.cc/q7ydZMZR/kkkk.jpg on dispMenu_comuni I have a popup menu  Static Function ...
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1763

Re: How to include hbCurl?

... gives you? Best regards, Otto It seems like you're trying to add tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON data in your curl command. Let's break down the correct format ...
by Otto
Wed Mar 20, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3038

Re: Fulltext-Search

Hello friends, I conducted further tests. For reference, I used TC. Here are the values for the same search. TC 1.40 min findstr 40 sec = command prompt ps 15 sec Get-ChildItem -Path c:\www\htdocs -Recurse -Filter *.prg | Select-String -Pattern "AP_GetPairs()" | ForEach-Object { $_.Path ...
by Otto
Sun Mar 17, 2024 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1315

Fulltext-Search

Hello friends, I'm working on a full-text search module. I'm using findstr. findstr is a command-line tool in Windows Command Prompt (cmd) that allows you to search for text patterns within files. I'm building a batch file with all the parameters and then call it with ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1315

Re: How to include hbCurl?

... from Mailchimp ? curl -sS "https://us8.api.mailchimp.com/3.0/ping" --user "anystring:cApi" I want to read the result from this command insite FW. and give the command also from FW
by Marc Venken
Fri Mar 08, 2024 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3038
Next

Return to advanced search