Search found 404 matches: body

Return to advanced search

Re: send an email using the Outlook object

Silvio, thank you.

How to insert images here: $mail->Body = "Name: $name\nEmail: $email\n\nMessage:\n$message"; ?

Regards,
Otto
by Otto
Tue May 14, 2024 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 239

Re: send an email using the Outlook object

... ); //Content $mail->isHTML(true); //Set email format to HTML $mail->Subject = $_POST["subject"]; $mail->Body = "Name: $name\nEmail: $email\n\nMessage:\n$message"; //$mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; ...
by Silvio.Falconi
Tue May 14, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 239

xbrowse (likely a custom table) whose contents change dynam

... and readable manner. The JavaScript function fetch then calls the mod harbour program data.prg. A JSON string is passed to the server through the body property of the fetch request. fetch sends: filterData in the body to the mod harbour program: filterData is a JavaScript object that contains ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 174

Dynamic Table Filter Control

... min-content auto; column-gap: 10px; align-items: center; } .inputs-container { display: flex; gap: 10px; } </style> </head> <body> <div class="container mt-5"> <div class="row"> <div class="col-md-12"> <h2 class="mb-4">Tabellenhöhe ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 324

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... the first panel can init from 18 and not from 0 row I not found the exact variable perhaps ::nTop ? as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel() yes but the first position of First TaskPanelPanel is never 0 Please try fwh\samples\explbar.prg ...
by Silvio.Falconi
Wed Feb 28, 2024 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 635

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Silvio,
Silvio.Falconi wrote:a question

yPos := 0

this is no good because the first panel can init from 18 and not from 0 row

I not found the exact variable perhaps ::nTop ?

as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel()
by Jimmy
Tue Feb 27, 2024 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 635

MAPI Outlook HTML TEXT

... my fivewin program I obtain a perfect message If I use Thunderbird or David Infocenter If I use Outlook no I don't see the formatted text in the body but I see it as if it were normal text DEFINE MAIL oMail ; SUBJECT cSubject ; TEXT cBodyHtml ; FROM USER any suggestions other than using another ...
by MarcoBoschi
Mon Feb 26, 2024 4:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Outlook HTML TEXT
Replies: 10
Views: 641

connecting SQL SERVER VIA ODBC PROLEM

Hello every body long time not connected due de program made by FW works fine, now we are made a change in the server and we have changed mysql by sql server and we have follow problem: [CODE] oApp:oCon:ConnectionString:= "Provider=SQLOLEDB;Password=xxxx3;Persist ...
by MANOLO
Mon Jan 29, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: connecting SQL SERVER VIA ODBC PROLEM
Replies: 0
Views: 347

Re: Creating table with Trichedit

... DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN CENTER ; // Center table horizontally on page FONTNUMBER 1 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 9 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells ...
by Silvio.Falconi
Mon Jan 29, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1649

Re: Creating table with Trichedit

... DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN CENTER ; // Center table horizontally on page FONTNUMBER 1 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 9 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells ...
by MMK
Mon Jan 29, 2024 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1649

Re: Creating table with Trichedit

... new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells ...
by Silvio.Falconi
Sun Jan 28, 2024 5:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1649

Re: Creating table with Trichedit

... new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells ...
by Silvio.Falconi
Sat Jan 27, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1649

Re: Creating table with Trichedit

... new table DEFINE NEWTABLE oRTF ; // Specify the RTF object ALIGN LEFT ; // Center table horizontally on page FONTNUMBER 2 ; // Use font #2 for the body rows FONTSIZE 10 ; // Use 10 Pt. font for the body rows CELLAPPEAR BOLD_OFF ; // Normal cells unbolded CELLHALIGN LEFT ; // Text in normal cells ...
by MMK
Sat Jan 27, 2024 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1649

Soap Web Service - timeout request

... xmlns:urn="urn:abc.com:05-OfferToCash:40-LogisticDelivery">] cHttpSend += [ <soapenv:Header/>] cHttpSend += [ <soapenv:Body>] cHttpSend += [ <urn:FindRFIDQry>] cHttpSend += [ <!--Optional:-->] cHttpSend += [ <Header>] cHttpSend += [ <!--Optional:-->] ...
by cdmmaui
Mon Jan 08, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 728

Re: phpBB to LLM

... extract "Codebox" Tag is not my Problem, it are HTML "Sign" which i try to STRTRAN() it work so far with CODE but in "Body" i still have a lot HTML "Sign" Question : is there a Function HTML2TEXT() to get plain TEXT from HTML Message :?:
by Jimmy
Thu Dec 21, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 5156
Next

Return to advanced search