Search found 223 matches: head

Return to advanced search

recuperar datos de cuit

... </a5:getPersona> </soapenv:Body> </soapenv:Envelope> y me devuelve esto: <html> <head> <title> </title> <!––2538159933919932073--> </head> <body> <br> <br> </body> </html> ...
by jpcavagnaro
Thu Jun 30, 2022 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: recuperar datos de cuit
Replies: 2
Views: 266

Re: IE

... hWebView ) WebView_Destroy( hWebView ) FreeLibrary( hDLL ) return nil function Html() local cHtml TEXT INTO cHtml data:text/html, <html> <head> </head> <body style="background-color:cyan"> <h2>Using WebView from FWH</h2> <button onclick='test( 123, ...
by Natter
Thu May 26, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1927

Re: W3Schools webpage template "COMPANY" to mod harbour

... and vice versa *** Please, if you post code here, use only code from the prg file after you have pressed "Publish" in Harbourino. -> HEAD without the code does not help here. The source code of HEAD is patched thanks to Harbourino into the release prg. Here you have a list of help-files: ...
by Otto
Mon May 16, 2022 6:22 pm
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 852

Re: FW Preview user style

Dear James,

thank you.
Nevertheless, I have this image in my head.


Best regards,
Otto

Image
by Otto
Sat May 14, 2022 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1878

Google Maps + Ativex dejó de funcionar?

... com a API Maps JavaScript. Avalie a possibilidade de usar outro navegador. Saiba mais Dispensar TEST.HTML <!DOCTYPE html> <html> <head> <meta name="viewport" content="initial-scale=1.0, user-scalable=no"> <meta charset="utf-8"> <title>Geocoding ...
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 274

Re: Fwteam - Xbrowse too slow

exactly now i am trying to find another solution since i have seen that the array goes much faster i thought but only in my head and i have not practiced it yet do a procedure that converts the dbf into an array, then with a menu to select how many records to display from 10 to 500, ...
by Silvio.Falconi
Tue Apr 19, 2022 9:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1244

Re: New Fivewin with new PDF

... := nil Local cHtml := '<!DOCTYPE HTML PUBLIC "-/' + '/W3C/' + '/DTD HTML 4.0 Transitional/' + '/EN">' cHtml += '<HTML><HEAD>' cHtml += '<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>' cHtml += '<META name=GENERATOR content="MSHTML ...
by byron.hopp
Tue Apr 05, 2022 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Fivewin with new PDF
Replies: 12
Views: 1069

Re: Iniciando con mod_harbour

... the HARBOURINO patcher and preprocessor. https://mybergland.com/fwforum/hrb_head.jpg In the main program there is only one line for Head. You can easily put your framework together. https://mybergland.com/fwforum/hrb_main.jpg And here you see the release code. https://mybergland.com/fwforum/release.jpg ...
by Otto
Fri Jan 14, 2022 9:40 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 4005

Re: Automated Outlook e-mail and sending plain text

Dear Rick,

oMailItem:HtmlBody = cHTML

Use "<br>" instead of Chr( 10 )

and remember to use the typical HTML structure:

<html>
<head>
</head>
<body>
Your text goes here
</body>
</html>

You can use tables, colors, etc.
by Antonio Linares
Tue Oct 19, 2021 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated Outlook e-mail and sending plain text
Replies: 3
Views: 388

Opening And Closing mod harbour Tags

... of times in a mod harbour file, including a mod harbour file containing HTML elements. <?prg /* Code Can Go Here */ ?> <html> <head> <?prg /* Code Can Go Here */ ?> </head> <body> <?prg /* Code Can Go Here */ ?> </body> </html> <?prg ...
by Otto
Tue Oct 19, 2021 3:24 pm
 
Forum: mod_harbour
Topic: Opening And Closing mod harbour Tags
Replies: 0
Views: 232

Re: project start document management system

... and the examples are well documented, we start without reading the manuals. Now we split up the fancytree JavaScript functions that are in the head block. We add an event handler to the functionality that reacts to on click. In the json file, which we use from the examples to initialize the ...
by Otto
Sun Aug 29, 2021 4:50 pm
 
Forum: mod_harbour
Topic: project start document management system
Replies: 4
Views: 449

Re: project start document management system

... and the examples are well documented, we start without reading the manuals. Now we split up the fancytree JavaScript functions that are in the head block. We add an event handler to the functionality that reacts to on click. In the json file, which we use from the examples to initialize the ...
by Otto
Sun Aug 29, 2021 4:49 pm
 
Forum: mod_harbour
Topic: project start document management system
Replies: 4
Views: 571

Re: Fix for Resedit

... Now, where is the challenge in that? You solved it not once, but twice! Now what are we going to do to keep busy? I guess that is why you are the head honcho around here. Simplicity is the ultimate sophistication. ~Leonardo DaVinci
by James Bott
Fri Aug 06, 2021 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1502

Re: FWH 2103: XBrowse: oSortCbx

... "Provincia",, 40 },; { "CliRegione" , "Regione", , 90 },; how I can to make only these ? it's possible ? that is my head tells me that I have to remove the AUTOSORT command and I have to set every column I want to create the sort but how to do it?
by Silvio.Falconi
Mon Jun 07, 2021 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 3096

SVG QRCodes

... functions to this directory We insert INIT PROCEDURE PrgInit into the projects main file HRB_INDEX2 Short test LET us clean up the main file - HEAD GITHUB_DESCRIPTION Let us look into our samples for dbf2Hash As we do not have anything changed, we copy the whole part from the template to our ...
by Otto
Thu May 13, 2021 9:31 pm
 
Forum: mod_harbour
Topic: SVG QRCodes
Replies: 0
Views: 243
PreviousNext

Return to advanced search