Search found 402 matches: body

Return to advanced search

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: 71

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: 265

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: 516

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: 516

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: 533

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: 334

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: 1502

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: 1502

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: 1502

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: 1502

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: 1502

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: 709

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: 4752

Back after 10 years due to illness [ Javier Lloris ]

... this world and really from everyone, have been due to serious illnesses such as 3 cancers in a row, 2 (with metastases that have burst my entire body). Although my body does not allow me to do almost anything due to all the very serious consequences and with an expiration date, here we are now ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 394

Re: Add a line on report from xbrowse (NO HTML)

Using the default behavior of :Report( nil, .t., .t., nil, { 1 } ) The group headers are in bold and adequate to distinguish from the body. https://imagizer.imageshack.com/v2/xq70/923/lmSCwV.png   USE CUSTOMER NEW SHARED VIA "DBFCDX"   SET ORDER TO ...
by nageswaragunupudi
Tue Dec 12, 2023 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 286
Next

Return to advanced search