Search found 77 matches: purpose

Searched query: purpose

by JoséQuintas
Fri Dec 27, 2024 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7512

Re: Browse of my ADO Class

... Can be compiled using FIVEWIN, HWGUI, HMG3, HMG Extended or OOHG.
https://github.com/JoseQuintas/dlgauto

Add to application too, for tests purpose.

MenuOption( "Testes Aplicativo" )
MenuDrop()
MenuOption( "Manual Imprimir", "ZE_HELPPRINT" )
MenuOption( "Mensagem balloon", "PTESBALLOON ...
by nageswaragunupudi
Fri Nov 22, 2024 3:32 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 1808

Re: Soporte a mariaConnect ?

... la hora de trabajar con las respuestas sql : oCon:Execute()
permite cargar el result, en este objeto de memoria y operarlo (CRUD), sin afectar la base de datos... permite operaciones como : filtrar, ordenar , navegar, etc---

FWH provides many tools. You may use what is best suited for your purpose.
by nageswaragunupudi
Fri Nov 22, 2024 1:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: A Problem exporting Report to Excel, Mr Rao, pls
Replies: 6
Views: 1202

Re: A Problem exporting Report to Excel, Mr Rao, pls

For the purpose of testing, can you comment out the line 2405 of report.prg and rebuild and test again?
by Antonio Linares
Mon Nov 18, 2024 6:08 am
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 2645

Chris Langan Vision of Reality

... but a
multi-dimensional structure that bends
back upon itself langan's model also
introduces teleology the idea that the
Universe has an inherent purpose or end
goal embedded in its very
structure this purpose is not dictated
by an external Force but arises natur
naturally from the self- simulation ...
by Natter
Fri Nov 08, 2024 3:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: attribute - creation date
Replies: 4
Views: 1054

attribute - creation date

Hi,

I need to detect the appearance of some window on the screen. For this purpose I use EnumChildWindows.
Do the checked windows (or the processes that created them) have an attribute - creation date ?
by nageswaragunupudi
Tue Nov 05, 2024 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse drag / drop (to Mr. Rao)
Replies: 9
Views: 943

Re: xbrowse drag / drop (to Mr. Rao)

In case of arrays, if we sort again the very purpose of dropping is lost. Right?
by karinha
Wed Oct 30, 2024 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 2976

Re: Startup function

I'm sorry. I've never seen anything like this. Why do you need this? What is the purpose?

Regards, saludos.
by Otto
Tue Oct 29, 2024 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Adjusting the setup program
Replies: 1
Views: 346

Adjusting the setup program

... t that somewhat similar?

Yes, it’s actually quite similar! In Harbour (and also in xHarbour and FiveWin), the cargo attribute serves a similar purpose to data-* attributes in HTML. It offers a way to attach custom data to a Say object or another GUI element.

Similarities between data-* in HTML ...
by Otto
Sat Oct 26, 2024 7:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1805

Re: Preview of the invoice in advance

... hardware resellers.

On one hand, they don’t like our SERVERBOOK concept, as we deliver an ALL-IN-ONE solution that’s better suited for the purpose than the big boxes, and at a price that’s only a fraction of what a traditional server would cost. With SERVERBOOKS ALL-IN-ONE, we’ve already ...
by Cgallegoa
Thu Oct 17, 2024 5:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change dimensions gets FWH-24.09
Replies: 9
Views: 863

Re: Change dimensions gets FWH-24.09

... I agree with you. Something is wrong with the ::CalcSize method. It affects the TGroup and TGet classes.

Mr. Rao,
- What is the reason or purpose of the ::CalcSize() method ?
- Can it be removed from these classes without affecting the behavior or appearance of the controls in the ...
by Silvio.Falconi
Thu Oct 17, 2024 7:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 899

Re: a math formula

... 19 nInitialBet becomes 2.50
If nFixedProfit is 20, nInitialBet becomes 2.50.
If nFixedUse is from 20 to 23 nInitialBet becomes 2.50 <--- is this purpose that suddenly change to nFixedUse? Before it was nFixedProfit
If nFixedUse is 24, nInitialBet becomes 3.00.
If nFixedUse is from 25 to 27 ...
by Detlef
Wed Oct 16, 2024 7:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 899

Re: a math formula

... 19 nInitialBet becomes 2.50
If nFixedProfit is 20, nInitialBet becomes 2.50.
If nFixedUse is from 20 to 23 nInitialBet becomes 2.50 <--- is this purpose that suddenly change to nFixedUse? Before it was nFixedProfit
If nFixedUse is 24, nInitialBet becomes 3.00.
If nFixedUse is from 25 to 27 ...
by Ruth
Fri Oct 11, 2024 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: SYSLINK
Replies: 17
Views: 1690

SYSLINK

... on it then. Here is the value for the TEXT key I inserted...

<a href="xwheinstellungen.exe">zum Setup</a>

maybe it is the wrong thing to use for this purpose or I have an issue with the syntax.

Maybe someone could be kind enough to help me...

Thank you a lot in advance and kind regards
Ruth
by karinha
Wed Oct 09, 2024 2:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF How to obtain an array containing record number
Replies: 16
Views: 1335

Re: DBF How to obtain an array containing record number

... t quite understand your question, but I think the correct thing would be: nPos := OrdKeyNo()

Explain better what you want to do and what the purpose is, pls.

Buenos días Marco, no entendí bien tu pregunta, pero creo que lo correcto sería: nPos := OrdKeyNo()

Explique mejor lo que quiere hacer ...
by Otto
Fri Sep 27, 2024 4:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: FlowMarker System Documentation
Replies: 2
Views: 423

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 ...