Search found 109 matches: closer

Searched query: closer

by Antonio Linares
Sun Jan 19, 2025 8:26 am
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en los operadores fwh2409 xharbour 64 bits (solucionado)
Replies: 20
Views: 2199

Re: Bug en los operadores fwh2409 xharbour 64 bits

Getting closer:

/* converts a numeric to a padded string iSize length and iDec number
of digits after dot.
Note: szResult has to be at least iSize + 1 length.
*/
BOOL hb_itemStrBuf( char * szResult, PHB_ITEM pNumber, int iSize, int iDec )
...
/* Set to asterisks in case of overflow */
if( iPos ...
by Otto
Fri Sep 27, 2024 4:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 635

Re: FlowMarker System Documentation

Dear Antonio,
thank you.
Please take a closer look at the approach. Flow Marker has a different purpose.

This method isn't commonly found in mainstream documentation styles, but it offers a clear, systematic way to trace data flow, especially in scenarios where understanding the journey of data ...
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 1489

Re: colorize btnbmp with diagonal

... Without Truepixel

https://i.postimg.cc/P5SZHc5W/no.png

With Truepixel

https://i.postimg.cc/2jnZy358/si.png

the space between the lines is greater if the dialog is truepixel
Is there a method to get the lines closer together?

or maybe they are the same and I see them as different :D
by Antonio Linares
Sat Nov 11, 2023 6:04 pm
Forum: mod_harbour
Topic: UT Runner
Replies: 3
Views: 2846

Re: UT Runner

Great work Charly !!! :-)

We are getting closer and closer...
by Jimmy
Mon Dec 26, 2022 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 6661

Re: chatGPT writes and executes Harbour code !!!

... of pride and happiness. She had used the Fivewin programming language to create something special for her loved ones, and it had brought them all closer together.

As the night came to a close, Mary used the CLOSE keyword to shut down her computer and the DBCLOSEALL keyword to close the database ...
by Antonio Linares
Sun Jan 30, 2022 8:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 13706

Re: Using WebView with Borland !!!

Getting closer to what we are looking for

Download it and test it from here:
https://github.com/FiveTechSoft/FWH_tools/raw/master/webview.zip

if you want to build it, from FWH\samples:
buildh32.bat webview

webview.prg
#include "FiveWin.ch"static hDLLfunction Main() local ...
by Antonio Linares
Mon Dec 14, 2020 1:19 pm
Forum: mod_harbour
Topic: To Otto
Replies: 9
Views: 1941

Re: To Otto

Dear Silvio,

> why not have a syntax closer to fivewin / clipper / harbour

thats a functionality already provided by mod_harbour's third party libs. Please review Charly's TWeb for mod_harbour

> I should start over because it's like a whole other language

It is just a change in the programming ...
by Silvio.Falconi
Mon Dec 14, 2020 1:07 pm
Forum: mod_harbour
Topic: To Otto
Replies: 9
Views: 1941

Re: To Otto

why not have a syntax closer to fivewin / clipper / harbour
I should start over because it's like a whole other language
I am already 55 years old I really struggle to understand this mod_harbour I have tried many times
by nageswaragunupudi
Wed Sep 09, 2020 8:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: very slow sample program xbrbckg1.prg
Replies: 14
Views: 4624

Re: very slow sample program xbrbckg1.prg

... browse. XBrowse is not created to provide a faster alternative, but a feature-rich browse. Still with oBrw:lFastDraw set to .t., speeds are closer to wbrowse though not faster.

It is worth testing xbrowse's performance with a very large table. In this following sample, we create a DBF with ...
by dakosimo
Fri Aug 07, 2020 6:20 pm
Forum: mod_harbour
Topic: Testing Mod-harbour and Mercury
Replies: 2
Views: 845

Re: Testing Mod-harbour and Mercury

Hi Carles.
I am working with Version: Mercury v1.08b.
I cured my errors, it takes more time then if I had closer error location, but I practiced myself to work in this situation.
I tried to use my old code which contains some PRIVATE vars, and it also works ! Agree that it is better to reorganize my ...
by James Bott
Wed May 01, 2019 11:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ColCharts in xBrowse with percent
Replies: 4
Views: 749

Re: ColCharts in xBrowse with percent

Shark,

You could probably turn off the cells lines (or paint them white) in the example Uwe mentioned to get a closer look to your sample.

James
by TimStone
Tue Mar 12, 2019 7:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 8832

Re: Setup Barcode system in FWH

... want. Many barcode readers now are wireless. Some are bluetooth, and some have a USB receiver. Some work over a long distance, others require a closer proximity.

Although I provided the option to print barcodes years ago, I really don't see anyone using that anymore. Most barcoding is done for ...
by Antonio Linares
Mon Feb 25, 2019 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Reducing the EXEs sizes
Replies: 13
Views: 2924

Re: Reducing the EXEs sizes

Getting closer...

Warning: This example TAKES TIME to execute so be patient and wait for results

related.prg
#include "FiveWin.ch"extern dbfcdxfunction Main() XBrowser( Related( "window.prg" ) ) return nil function Related( cFileName ) local aFiles := {&#125 ...
by Carlos Mora
Mon Nov 26, 2018 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 10048

Re: Example Business Object (Customer)

José Luis Sánchez wrote:As far as I know there is an ORM for Harbour at https://github.com/tfonrouge/oordb

No, it is not an ORM, it is a Object Oriented Relational Database. Its model is closer to an Active Record pattern than an ORM.

Regards
by Marc Venken
Fri Jun 29, 2018 10:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH
Replies: 15
Views: 3741

Re: Using C# (and .NET) from FWH

Aha, Closer to my arduino then :wink: