... worked, it tried to download a FWRUN.EXE but it didn't download, saying that the link didn't exist and, it downloaded a CODE.PRG with a problem, as shown below:
#include "FiveWin.ch"
function Main()
  local oWnd
  DEFINE WINDOW oWnd TITLE "Using FWH"
  ACTIVATE WINDOW oWnd CENTERED ...
Search found 94 matches: shown
Searched query: shown
- Mon Nov 25, 2024 7:02 pm
- Forum: Utilities / Utilidades
- Topic: RUN test
- Replies: 6
- Views: 3113
- Tue Nov 05, 2024 8:03 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse: A Vision for a Simpler, More Flexible Future
- Replies: 5
- Views: 637
xBrowse: A Vision for a Simpler, More Flexible Future
... My approach:
Data Access Layer: Separate modules for different databases (DBF, SQL, APIs) to create a unified interface.
xBrowse Display: Data shown only from in-memory arrays, independent of the data source.
Web Integration: Preparing for web applications with JSON data format and API support ...
Data Access Layer: Separate modules for different databases (DBF, SQL, APIs) to create a unified interface.
xBrowse Display: Data shown only from in-memory arrays, independent of the data source.
Web Integration: Preparing for web applications with JSON data format and API support ...
- Fri Nov 01, 2024 7:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to close downloaded files window in webview2
- Replies: 13
- Views: 1693
Re: how to close downloaded files window in webview2
Dear Hakan,
Could you please provide me a screenshot of the exact window that you want not to be shown ?
many thanks
Could you please provide me a screenshot of the exact window that you want not to be shown ?
many thanks
- Sat Oct 12, 2024 4:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 24.09
- Replies: 95
- Views: 8288
Re: New FWH 24.09
Congratulations beloved master! Problems with BTNBMP and GDIPLUS, RESOLVED.
THE PROBLEM PERSISTS with BUTTONBMP as shown in the image:
¡Felicidades amado maestro! Problemas con BTNBMP y GDIPLUS, RESUELTOS.
EL PROBLEMA PERSISTE con BUTTONBMP como se muestra en la imagen:
https://imgur.com ...
THE PROBLEM PERSISTS with BUTTONBMP as shown in the image:
¡Felicidades amado maestro! Problemas con BTNBMP y GDIPLUS, RESUELTOS.
EL PROBLEMA PERSISTE con BUTTONBMP como se muestra en la imagen:
https://imgur.com ...
- Thu Oct 10, 2024 5:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Browse of my ADO Class
- Replies: 59
- Views: 7514
Re: Browse of my ADO Class
... your hwgui example and we have found that dialogs can't be closed unless you close them in a specific (built?) order.
Unless you close the latest shown dialog, the others can't be closed.
You can download the built example from here:
https://github.com/FiveTechSoft/FWH_tools/blob/master ...
Unless you close the latest shown dialog, the others can't be closed.
You can download the built example from here:
https://github.com/FiveTechSoft/FWH_tools/blob/master ...
- Mon Sep 30, 2024 6:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 2795
Re: imagelist on tree
... so old sample file. Define Folder c:\harbour ...
Now, it's working.
hi Silvio,
10 mean RC_DATA and i use it for Bitmap which else are not shown.
try it
Friends,
Mr. Brazilian Moderator Guru Expert Kharina invents tests that I have not tried.....
I mean this sample :
the test ...
Now, it's working.
hi Silvio,
10 mean RC_DATA and i use it for Bitmap which else are not shown.
try it
Friends,
Mr. Brazilian Moderator Guru Expert Kharina invents tests that I have not tried.....
I mean this sample :
the test ...
- Fri Sep 27, 2024 5:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 2795
Re: imagelist on tree
hi Silvio,
Why I not see the bmps ?
on resource
open BITMAP "open.bmp"
close BITMAP "arrow.bmp"
try
open 10 "open.BMP"
close 10 "arrow.BMP"
no "10" is for PNG file
WRONG :!:
10 mean RC_DATA and i use it for Bitmap which else are not shown.
try it
Why I not see the bmps ?
on resource
open BITMAP "open.bmp"
close BITMAP "arrow.bmp"
try
open 10 "open.BMP"
close 10 "arrow.BMP"
no "10" is for PNG file
WRONG :!:
10 mean RC_DATA and i use it for Bitmap which else are not shown.
try it
- Thu Sep 12, 2024 11:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update data showed in xBrowse
- Replies: 13
- Views: 1557
Re: Update data showed in xBrowse
Thank you Marc,
Yes, we're using a timer too. But I think xbrowser could have a method to Sync automatically all records that are been shown.
Look, not all the oRowset's records, just those that are visible right now in the xbrowser
Yes, we're using a timer too. But I think xbrowser could have a method to Sync automatically all records that are been shown.
Look, not all the oRowset's records, just those that are visible right now in the xbrowser
- Wed Sep 11, 2024 7:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching from memo fields to files -
- Replies: 8
- Views: 1282
Re: Switching from memo fields to files -
... It is so expandable. I create a folder for each guest. We can then create subdirectories and drag & drop documents into the folders.
If it is shown in the DBF that there is a memo field for the address, you first have to open the FPT, calculate the offset and block size to find the start of the ...
If it is shown in the DBF that there is a memo field for the address, you first have to open the FPT, calculate the offset and block size to find the start of the ...
- Wed Sep 11, 2024 12:31 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Update data showed in xBrowse
- Replies: 13
- Views: 1557
Update data showed in xBrowse
Hi guys,
I have a xBrowse where I show rows of a MySql Table. This module is opened in several computers at the same time and records are being modified.
What is the best way to keep updated the rows that are being shown in this xBrowse?
I have a xBrowse where I show rows of a MySql Table. This module is opened in several computers at the same time and records are being modified.
What is the best way to keep updated the rows that are being shown in this xBrowse?
- Tue Sep 10, 2024 1:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 2407 and BCC770 unable to use UUID.LIB
- Replies: 13
- Views: 1529
Re: FWH 2407 and BCC770 unable to use UUID.LIB
... i did remove BC770 and FWH 32 bit and have Setup both new.
it CRASH when run BUILD.BAT so i began to check all PATH and Environment %Variabel% like shown.
but under 32 Bit OS i still get Error Massage
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Fatal: Unable ...
it CRASH when run BUILD.BAT so i began to check all PATH and Environment %Variabel% like shown.
but under 32 Bit OS i still get Error Massage
Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.
Fatal: Unable ...
- Sun Aug 04, 2024 3:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TDATAROW ERROR : Error BASE/39 Write not allowed
- Replies: 12
- Views: 2879
Re: TDATAROW ERROR : Error BASE/39 Write not allowed
Dear Rao Sir ,
It is GET Var as shown below , as TDATAROW added underscore "_" prefix ( _MAIN_UOM_NAME ).
The RowSet Query returns a record.
oItemRs := oApp:oDBConn:RowSet( T_VITEM_REF_COLS_BY_ID( pnItemId ) )
oItemRec := TDataRow():New( oItemRs )
....
@ nGetRow, 150 SAY ":" GET aoGETRO[ 5 ...
It is GET Var as shown below , as TDATAROW added underscore "_" prefix ( _MAIN_UOM_NAME ).
The RowSet Query returns a record.
oItemRs := oApp:oDBConn:RowSet( T_VITEM_REF_COLS_BY_ID( pnItemId ) )
oItemRec := TDataRow():New( oItemRs )
....
@ nGetRow, 150 SAY ":" GET aoGETRO[ 5 ...
- Wed Jul 31, 2024 4:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Unable to display Big5 Chinese characters.
- Replies: 5
- Views: 621
Re: Unable to display Big5 Chinese characters.
In my sample, this is shown correctly in XBrowse.
- Mon Jul 01, 2024 4:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF editors
- Replies: 78
- Views: 11008
Re: DBF editors
... another compiler than the one used in the operating system you use? In very large applications, the stability and security that Visual Studio has shown me has not been given to me by Borland, with which I have had some problems for some time now.
In fact, the version I have posted compiled with ...
In fact, the version I have posted compiled with ...
- Fri Jun 21, 2024 9:05 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: JWT Implementation in Harbour
- Replies: 0
- Views: 576
JWT Implementation in Harbour
... encoding the payload into a JWT, and then validating the JWT.
If the JWT is valid, the payload is displayed; otherwise, an error message is shown.
Best regards,
Otto
Explanation of the program:
Initialization:
The program initializes by setting the secret key (cSecret) and the payload ...
If the JWT is valid, the payload is displayed; otherwise, an error message is shown.
Best regards,
Otto
Explanation of the program:
Initialization:
The program initializes by setting the secret key (cSecret) and the payload ...