Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by bergwelt

  1. B

    HTML & CSS bootstrap table and draggable & sortable

    Hello friends, Can you help me on that: I need an example with bootstrap table and draggable & sortable that works on smartphone. https://examples.bootstrap-table.com/#extensions/reorder-rows.html The example would work, but I can't figure out what exactly to load for LIBS. Best regards, Otto...
  2. B

    Software maintenance

    Software maintenance can be that easy Demand User wants a different color for a menu item Even if you haven't worked with menu navigation for a while, such changes should be easy and quick to make. Here is how it works with patching and an extra preprocessor...
  3. B

    HTML & CSS Code picture display in Outlook

    Luis, do you mean that you have to click "download pictures" first? I mean, before you see the images? Best regards, Otto
  4. B

    VSCode - IntelliSense

    Hi, I have another question for VSCode. As I use HARBOUR (similar to PHP) and HTML/JS in one file, I get IntelliSense only for the language the doc is set up. Is there a way to get for more than one language used in the same file? Best regards, Otto
  5. B

    AutoCode for HTML

    Good morning, I have another question for VSCode. As I use HARBOUR (similar to PHP) and HTML/JS in one file, I get IntelliSense only for the language the doc is set up. Is there a way to get for more than one language used in the same file? Best regards, Otto
  6. B

    AutoCode for HTML

    Thank you. You are right. I use VSCode as my main editor myself. BTW, is there a way to show all attributes for a given element in VSCode. For example <a></a> I have programmed myself a simple preprocessor and patcher. AutoCode for HTML elements was at the very beginning when I started...
  7. B

    AutoCode for HTML

    Hi, Today I found a project that I started in April 2021. I think I will work on it again. The tool is 2 way. You can create source code and also edit source code. Best regads, Otto
  8. B

    mod harbour - W3Schools webpage template "COMPANY" to mod harbour

    Hello friends, In this video, I show how to port the W3Schools webpage template "COMPANY" to mod harbour. Best regards, Otto PS: You can use "Patcher-Preprocessor" for every language. https://www.w3schools.com/boo.../bootstrap_theme_company.asp...
  9. B

    Code challenge 03/22

    Hello, This is my new login screen. Best regards, bergwelt
  10. B

    mod harbour - a new backend language

    Hello, I am a long-term "Clipper" - "HARBOUR" - "FIVEWIN" desktop developer. Times have changed, and the direction is inexorably towards the web. There is now also from "CLIPPER-HARBOUR" a backend: mod harbour. Similar to PHP, a "mod" to APACHE is installed on the server. At the backend you...
  11. B

    JavaScript Bootstrap tables - Searchbox

    Hello, I found a solution. Best regards, Otto function input(e) { cSearchbox = cSearchbox + e; $('#table').bootstrapTable("resetSearch", cSearchbox ); } function del() { cSearchbox = ""; $('#table').bootstrapTable("resetSearch", cSearchbox ); }
  12. B

    JavaScript Bootstrap tables - Searchbox

    Hello, I am working on a customer management system. Now I would like to fill the "searchbox" of bootstrap tables with a simple screen keyboard. But I can't find out if the built-in "Searchbox" has an ID that I can address. With friendly regards Otto https://mybergland.com/fwforum/bssearch.jpg
  13. B

    How can I create desktop applications from html

    I use PWA. https://winhotel.space/harbourinopublic/htmlpublictesttmp/webapp2.html
  14. B

    What kind of database does your site use?

    Maybe someone has a CLIPPER/HARBOUR/dBase background Now with mod harbour you can use DBF-files.
Back
Top Bottom