Search found 38 matches: padding

Return to advanced search

Dynamic Table Filter Control

... <style> #table-container { height: 300px; overflow: auto; } .filter-div { display: none; /* Beginnt versteckt */ margin: 0; padding: 0; } #filter-container { margin: 0; padding: 0; } .filter-section { display: flex; align-items: center; margin: 0; padding: 0; } .filter-section ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 262

Re: Xbrowse to Html

... the cells 5. the height of the header (normal or bold) 6. the height of the cells (normal or bold) 7. the space of both the header and the cells (padding) 8. the color of the header border 9 the color of the cell border 10. the background color 11. the color of the text 12. create a responsive ...
by Silvio.Falconi
Thu Oct 06, 2022 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 986

Re: Xbrowse to Html

...  border: 1px solid #ddd;                     "+CRLFcTXT+="  padding: 2px;                               "+CRLFcTXT+="}   ...
by Silvio.Falconi
Thu Oct 06, 2022 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 986

Google Maps + Ativex dejó de funcionar?

... charset="utf-8"> <title>Geocoding service</title> <style> html, body, #map-canvas { height: 100%; margin: 0px; padding: 0px } #panel { position: absolute; top: 5px; left: 50%; margin-left: -180px; z-index: 5; background-color: #fff; padding: 5px; border: 1px ...
by MGA
Fri May 06, 2022 8:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps + Ativex dejó de funcionar?
Replies: 1
Views: 268

Re: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS

antonio Enlace las librerias que me dices de tu distribucion y la cosa empeoro :( Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. .\OBJ\winfacel.hrb: c:\bcc7\bin\ilink32.exe -Gn -aa -Tpe -s -I.\OBJ @make.tmp Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Em...
by rterraz
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: HBSSL CON FUNCIONES DE DIEGO FAZIO INCLUIDAS
Replies: 43
Views: 5081

Re: HTML reports - live preview inside VS Code

add: padding


Code: Select all  Expand view

<TD WIDTH=50%
            ALIGN=RIGHT
            BGCOLOR="#5b9bd5"
            STYLE="padding: 18px;" >
 


Image
by Otto
Fri Jul 30, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML reports - live preview inside VS Code
Replies: 8
Views: 1053

Re: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour

... The styling is done in CSS. For example the column HP: .mytd { border: 1px solid #dddddd; text-align: center; padding: 4px; background: #A4C400; font-size: 18px; } <style>        .mytd {          border: 1px solid #dddddd;          text-align: center;  ...
by Otto
Fri Jun 04, 2021 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour
Replies: 13
Views: 1522

Re: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour

... The styling is done in CSS. For example the column HP: .mytd { border: 1px solid #dddddd; text-align: center; padding: 4px; background: #A4C400; font-size: 18px; } <style>        .mytd {          border: 1px solid #dddddd;          text-align: center;  ...
by Otto
Fri Jun 04, 2021 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: /ɪːzɪˈpɪːzɪ/ Reportgenerator for FIVEWIN and mod harbour
Replies: 31
Views: 3337

CRC8

... (byte) 0xF3 }; /** * Calculate the CRC value with data from input string. * @param input input string * @returnThe calculated CRC value. Left padding with zeros. * @throws UnsupportedEncodingException */ public static String calculate(String input) throws UnsupportedEncodingException { byte[] ...
by landaga
Sat Feb 27, 2021 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CRC8
Replies: 2
Views: 446

web page titel

... 'home') Web Page Name is displayed in the body.view. <a id="title" class="navbar-brand mr-auto" style="color:white;padding-left:30px;"> {{WebPageName ()}} </a> <script> $ (document) .ready (function () { document.getElementById ('title'). innerHTML ...
by Otto
Wed Nov 11, 2020 8:11 pm
 
Forum: mod_harbour
Topic: web page titel
Replies: 0
Views: 250

views static variables

... return View( cRoute ) view( "body" ) ... <a id="title" class="navbar-brand mr-auto" style="color:white;padding-left:30px;">{{ breadcrumbs() }}</a> ... function BuildEdit ... cHtml += '{{ breadcrumbs() }}' ... https://mybergland.com/fwforum/viewmode.jpg
by Otto
Wed Nov 11, 2020 9:53 am
 
Forum: mod_harbour
Topic: views static variables
Replies: 3
Views: 370

Re: Btnbmp: Different look after link in FWH19.05

... back of the prompt to place the text where you want .. With 1906 .. using the TBtnBmp():lLegacyLookLeftRight := .t. .. totally ignores any space padding and the text is snugged up close to the icon .. no spaces in between.. I actually like example 2 with the icon on the left a few pixels from ...
by Rick Lipkin
Sun Oct 06, 2019 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Btnbmp: Different look after link in FWH19.05
Replies: 5
Views: 1148

Re: PRINT oPrn:CmSay PADDING is NOT Working

Dear Sir , Have used below command but it is NOT printing properly as second command. @ nPRow, 07.81 PRINT TO oPrn TEXT Transform(oRsAcctOSBList:BAL_AMOUNT,"@Z 99,99,99,999.99") SIZE 2.00 CM FONT oFont ALIGN "TR"  This Command Print Properly as expected. Sorry I had ...
by shri_fwh
Mon Jul 29, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn:CmSay PADDING is NOT Working
Replies: 2
Views: 473

Re: PRINT oPrn:CmSay PADDING is NOT Working

Please try the more recent syntax and method like:
Code: Select all  Expand view
@ nPRow, 14.00 SAY TO oPrn TEXT Transform(oRsAcctOSBList:BILL_AMOUNT,"@Z 99,99,99,999.99") SIZE 2.34 CM FONT oFont ALIGN "TR"
 
by nageswaragunupudi
Sun Jul 28, 2019 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn:CmSay PADDING is NOT Working
Replies: 2
Views: 473

PRINT oPrn:CmSay PADDING is NOT Working

Dear All , I am using PRINT Object to print some reports. In the CMSay Method nPad Parameter is for padding as given below. In the Preview do not see PADDING RIGHT . Could you please help on this...!    //METHOD CmSay( nRow, nCol, cText, oFont, nWidth, nClrText, nBkMode, ...
by shri_fwh
Sun Jul 28, 2019 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT oPrn:CmSay PADDING is NOT Working
Replies: 2
Views: 473
Next

Return to advanced search