Search found 157 matches: bootstrap

Return to advanced search

save xbrowse column to Html

... the background, the fonts and many other things and then it may not work because the function written by the fwh team loads a particular css (bootstrap) that loads from a website some variables (css) and in case of no connection the html file is not visible in its entirety The Xbrowse class ...
by Silvio.Falconi
Sat Oct 15, 2022 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save xbrowse column to Html
Replies: 1
Views: 175

Re: Closing Circles

... no idea how well you know web programming. I'll post a simple example. The logline() function in data.prg logs all accesses. If you change in your bootstrap table definition data-side-pagination="server", you will see that every click on the PAGINATION navigation will trigger an AJAX ...
by Otto
Sat Oct 15, 2022 9:28 am
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1335

Re: Closing Circles

... Otto Gracias por el comentario, efectivamente dentro de los detalles que debo adicionar es que estoy trabajando con mod-harbour V2 y con tablas bootstrap tal y como mencionas. El extracto de los datos es atraves de store procedure sql que luego son tratados desde el aplicativo mismo como recordset, ...
by mchumpitazv
Tue Oct 11, 2022 3:58 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1335

Re: Closing Circles

Martin, I think you always have to check which mechanism you use on a case-by-case basis. What do you have on the frontend? bootstrap table? We did some test when starting with mod harbour 2 years ago. Please give more details. Best regards, Otto http://forums.fivetechsupport.com/viewtopic.php?f=45&t=39275&p=234389&hilit=speed&sid=8522ac063ae09281d22e52d2658f75dd&sid=e7e9cdf2c038ab13a4db1fd998f53c57#p234389
by Otto
Tue Oct 11, 2022 3:16 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1335

Re: Xbrowse to Html

... I have created? indeed , that little program I created above I did it in just five minutes in pure html and css without using gimmicks such as bootstrap maybe someone else needs to learn html language, certainly not me If you look closely at my script (posted above) it is very different from ...
by Silvio.Falconi
Fri Oct 07, 2022 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 984

Re: Xbrowse to Html

... color of the text 12. create a responsive html web page the FW_DbfToHTML () function doesn't do these things ( it create a webpage with css from bootstrap ) and the oBrw: toHtml () method of xbrowse class won't work if you don't have spreadsheet software installed on your computer
by Silvio.Falconi
Thu Oct 06, 2022 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 984

Re: Xbrowse to Html

Antonio, Otto I made a test only in five minutes, not use Bootstrap only css https://i.postimg.cc/L8ZbQ4qs/jj.png   #include "fivewin.ch"// NO USe Bootstrap  only cssFunction DbfToHtml()local cTxt,y,astructUSE ...
by Silvio.Falconi
Thu Oct 06, 2022 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse to Html
Replies: 16
Views: 984

xBrowse mod harbour

Hello friends, For learning, I made a small project with mod harbour and bootstrap table. I would like to call "xBrowse" in mod harbour as easily as with Fivewin. Here are the first steps. Best regards, Otto Fivewin https://mybergland.com/fwforum/modxbrowseclip3.jpg ...
by Otto
Thu Sep 29, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse mod harbour
Replies: 2
Views: 219

Re: Harbour Writer

Hello, In this video we show how we add another block to the source code DBF. We add the bootstrap navbar and then create a programme with a navigation bar and an address form with the help of harbourWriter. 1. insert mod harbour program template 2. add js - lib like ...
by Otto
Mon Sep 12, 2022 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Writer
Replies: 14
Views: 1115

Re: webview2 object WINDOW/DIALOG

... with: METHOD SetParent( oWnd ). I will try to extend the method and pass width and height and top. This is such a great class. Here is a test with bootstrap button. I think now HTML for reports is perfect. https://mybergland.com/fwforum/webview2print.gif Best regards, Otto
by Otto
Sat Aug 20, 2022 8:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview2 object WINDOW/DIALOG
Replies: 3
Views: 306

WebView2 embed web code in your native app

... or build all the native app within a single WebView2 instance. Thank you for webview2. It worked on the first try and I did some tests with HTML5, bootstrap and various javascript libs. Thank you so much to Antonio and Fivetech. Best regards, Otto Here is a small example. https://mybergland.com/fwforum/webview2.gif
by Otto
Fri Aug 19, 2022 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 embed web code in your native app
Replies: 3
Views: 410

W3Schools webpage template "COMPANY" to mod harbour

Hello friends, In this video, I show how to change port the W3Schools webpage template "COMPANY" to mod harbour. Best regards, Otto https://www.w3schools.com/boo.../bootstrap_theme_company.asp https://mybergland.com/fwforum/startwithharbourino.mp4
by Otto
Wed Mar 16, 2022 7:10 am
 
Forum: mod_harbour
Topic: W3Schools webpage template "COMPANY" to mod harbour
Replies: 7
Views: 824

Re: Website building with mod harbour

... uno que ya conocemos "en parte", implicada demasiado tiempo y de momento no contamos con el jejejejejeje. html, php, jQuery, JavaScript, Bootstrap, css, scss.
by leandro
Thu Feb 10, 2022 11:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Website building with mod harbour
Replies: 3
Views: 380

Bootstrap 5

<!-- Bootstrap 5 -->
I searched for a long time before I was able to solve the problem.


|- Check the version of bootstrap. Take attention that in bootstrap 5
|- changed data-toggle to data-bs-toggle and data-target to data-bs-target
|- data-bs-dismiss
by Otto
Mon Feb 07, 2022 11:23 am
 
Forum: mod_harbour
Topic: Bootstrap 5
Replies: 0
Views: 289

Re: modal dialog

Dear Antonio, It seems that this example is with Bootstrap 5 (beta). Here it is still working. Ruth tested with the release, and she also found a link where they tell that it is not supported anymore. For the new WINHOTEL online we changed all the ...
by Otto
Sat Jan 15, 2022 1:50 pm
 
Forum: mod_harbour
Topic: modal dialog
Replies: 2
Views: 319
PreviousNext

Return to advanced search