Search found 1701 matches: looks

Return to advanced search

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

Swapping Array ..... What I found looks like this : @ 20,10 BTNBMP PROMPT "ToExcel" SIZE 100,30 FLAT PIXEL OF oDlg ; ACTION ( aCols := {}, ; AEval( oBrw:aArrayData, { |a| If( a[ 1 ], AAdd( aCols, oBrowse:aCols[ a[ 2 ] ] ), nil ) ...
by Marc Venken
Wed Nov 06, 2024 9:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse drag / drop (to Mr. Rao)
Replies: 9
Views: 280

Re: Subordinate browsers

Yeah, it looks like it.
by Natter
Mon Oct 21, 2024 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subordinate browsers
Replies: 5
Views: 234

Re: a math formula

... values you provided. Your current formula doesn’t seem to handle the step changes correctly. Let’s refine it. Given the pattern in your data, it looks like nInitialBet increases by 0.50 for every 4 units increase in nFixedProfit or nFixedUse after the initial value of 10. Here’s a more generalized ...
by Jimmy
Wed Oct 16, 2024 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 383

Re: New FWH 24.09

Enrico, in this version, if I use: HB_SETCODEPAGE( "PT850" )

It looks like this:

https://imgur.com/DprC58M

Image

Gracias, tks.

Regards, saludos.
by karinha
Mon Oct 14, 2024 7:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2957

Re: New FWH 24.09

using GDIPLUS, see what the ampersand looks like. I noticed this and will provide a fix. This issue is fixed in the next version. For now, please apply this temporary fix: \fwh\source\classes\btnbmp.prg Please go to METHOD PaintCaption() Towards ...
by nageswaragunupudi
Sat Oct 12, 2024 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2957

Re: New FWH 24.09

using GDIPLUS, see what the ampersand looks like.

I noticed this and will provide a fix.
by nageswaragunupudi
Thu Oct 03, 2024 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2957

Re: New FWH 24.09

Mestre Nages: Now please compile this example, using GDIPLUS, see what the ampersand looks like. Maestro Nages: Ahora, por favor compila este ejemplo, usando GDIPLUS, mira cómo se ve el signo comercial. // C:\FWH\SAMPLES\LEANDGET.PRG - By Kapiaba. Version con GDIPLUS.#Include ...
by karinha
Thu Oct 03, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.09
Replies: 95
Views: 2957

Re: total confused

It looks like you have mixed two different FWH versions.
by Enrico Maria Giordano
Sat Sep 21, 2024 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: total confused
Replies: 1
Views: 170

Re: what does these BCC77 32 BIt Error mean ?

Jimmy wrote:do you use my DEMO32.BAT/ DEMO32.HBP under 32 Bit Environment :?:


Of course not. I'm using my compile batch. Are you sure you are including the correct dll.ch? It looks like not.
by Enrico Maria Giordano
Mon Sep 16, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: what does these BCC77 32 BIt Error mean ?
Replies: 16
Views: 760

Re: FWH_2407 oSay does not assume nHeight

... @ nRow, nCol + 100 SAY ::oPage PROMPT FWString( "Page number:" ) + ; Without any changes this is how the preview bar looks like: https://imagizer.imageshack.com/v2/xq70/922/rVjeaq.png Now, I changed +100 as +300 like this: @ nRow, nCol + 300 SAY ::oPage ...
by richard-service
Fri Aug 30, 2024 4:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

Re: FWH_2407 oSay does not assume nHeight

... @ nRow, nCol + 100 SAY ::oPage PROMPT FWString( "Page number:" ) + ; Without any changes this is how the preview bar looks like: https://imagizer.imageshack.com/v2/xq70/922/rVjeaq.png Now, I changed +100 as +300 like this: @ nRow, nCol + 300 SAY ::oPage ...
by nageswaragunupudi
Thu Aug 29, 2024 6:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 4648

How to Code in HARBOURINO STYLE vs. React

... then I programmed a patcher and preprocessor for myself. With this, I can organize source code as I please. Here is an example of how a program looks in HARBOURINO STYLE and the same in React. In the end, both programs generate the same HTML/JS source code. The patcher approach offers an interesting ...
by Otto
Sat Aug 03, 2024 9:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Code in HARBOURINO STYLE vs. React
Replies: 0
Views: 549

Re: Problema de Xbrowse()

Looks like I can not resolve the issue, unless I myself connect to the server and execute the query myself. FWH provides MSSQL cloud server for use of our users. Please connect to this server using oCn := FW_MSSQLDB() ...
by nageswaragunupudi
Wed Jul 31, 2024 4:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Xbrowse()
Replies: 23
Views: 3157

Re: Problema de Xbrowse()

Looks fine.

You might have already tried. but for my sake please try once again
Code: Select all  Expand view
oRs2:MoveFirst()
XBROWSER oRs2
by nageswaragunupudi
Tue Jul 30, 2024 2:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de Xbrowse()
Replies: 23
Views: 3157

Re: Dbf/cdx to sql changing

... my DBF file and the program to read it there. Both databases have the same fields and both databases are 258,257 records in size. On my server, it looks like this now: DBF takes 95 ms to fully load the page, and the page with MariaDB takes 481 ms. Best regards, Otto https://mybergland.com/mariadb_dbfclip1.jpg ...
by Otto
Thu Jul 18, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dbf/cdx to sql changing
Replies: 53
Views: 4057
Next

Return to advanced search