... in both Harbour and xHarbour. Mr. Otto is one of them.
We know FWH software is written to work with both Harbour and xHarbour providing identical functionality with either compiler. It has almost become part of our second nature to handle the differences in every line of the code.
With the ...
Search found 24 matches: identical
Searched query: identical
- Sat Dec 14, 2024 6:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xHarbour to Harbour
- Replies: 14
- Views: 917
- Sun Sep 15, 2024 7:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: slowness
- Replies: 76
- Views: 11992
Re: slowness
Mauri, my answer is identical to enrico's one
- Tue Jul 30, 2024 2:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Europen Elektronic Bill
- Replies: 12
- Views: 3238
Re: Europen Elektronic Bill
... of us already receive from parties that have made the transition to xml and pdf.
These we can that use (copy the used codes) and base our program on them.
These samples I have are for 95% identical (not the specific invoice detail ))))), so it should not be to complex, once base my layout on them.
These we can that use (copy the used codes) and base our program on them.
These samples I have are for 95% identical (not the specific invoice detail ))))), so it should not be to complex, once base my layout on them.
- Mon Jul 01, 2024 8:16 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: insert text into file text
- Replies: 9
- Views: 801
Re: insert text into file text
Dear Enrico,
HB_MEMOREAD() vs MEMOREAD(): HB_MEMOREAD() is identical to MEMOREAD() except it won’t truncate the last byte (on non-UNIX compatible systems) if it’s a EOF char.
static HB_BOOL hb_memowrit( HB_BOOL bHandleEOF )
{
const char * pszFileName = hb_parc( 1 );
PHB_ITEM pString = hb_param ...
HB_MEMOREAD() vs MEMOREAD(): HB_MEMOREAD() is identical to MEMOREAD() except it won’t truncate the last byte (on non-UNIX compatible systems) if it’s a EOF char.
static HB_BOOL hb_memowrit( HB_BOOL bHandleEOF )
{
const char * pszFileName = hb_parc( 1 );
PHB_ITEM pString = hb_param ...
- Tue Apr 16, 2024 10:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4183
Re: ADS with 64bit FWH Apps
Received, thank you. The 32bit files are identical to mine, so xHarbour 32 bit should be already ok. The 64bit files are different. Can you confirm that I have to use yours to build [x]Harbour? Do you want my files to check them there?
- Thu Apr 04, 2024 2:12 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS with 64bit FWH Apps
- Replies: 24
- Views: 4183
ADS with 64bit FWH Apps
... 64 bit OS. I now distribute my application with both 32 and 64 bit builds with Harbour/MSVC and FWH. 32 bit apps never have an issue. But the identical build in 64 bit receives a "cannot connect" error message on all versions prior to ADS 12.
Does anyone else have experience with this issue ...
Does anyone else have experience with this issue ...
- Wed Apr 03, 2024 7:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWErrorsys()
- Replies: 8
- Views: 2421
Re: FWErrorsys()
FWH procedure FWErrorSys() is identical to FWH procedure ErrorSys() that it is automatically called by Harbour.
procedure ErrorSys() invokes function ErrorBlock() to replace the default application errorBlock:
ErrorBlock( { | e | ErrorDialog( e ) } )
procedure ErrorSys() invokes function ErrorBlock() to replace the default application errorBlock:
ErrorBlock( { | e | ErrorDialog( e ) } )
- Tue Mar 12, 2024 9:07 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemita al compilar con FWH24.02
- Replies: 8
- Views: 1890
Re: Problemita al compilar con FWH24.02
Your file prsht.h is identical to mine. Can you send me a sample to replicate the error here, please?
- Mon Jan 15, 2024 8:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: nYoffset and nXoffset
- Replies: 11
- Views: 1352
Re: nYoffset and nXoffset
... endif
oFnt:end()
//----------------------------------------------------------------------------//
return nil
the following parameters are identical to both tests but behave differently
the Box values are also the same
local nWidth := 20 +0.2
local nHeight := 7.80 +0.5
local nGutter ...
oFnt:end()
//----------------------------------------------------------------------------//
return nil
the following parameters are identical to both tests but behave differently
the Box values are also the same
local nWidth := 20 +0.2
local nHeight := 7.80 +0.5
local nGutter ...
- Fri Jan 05, 2024 4:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: file ID in the Windows file system
- Replies: 5
- Views: 1256
file ID in the Windows file system
... original file retains its original File ID. This is because, in most systems, the File ID is unique to each file instance, even if the files are identical in content.
- **Different Volume**: If you copy a file to a different volume or disk, the new file will definitely get a new File ID because ...
- **Different Volume**: If you copy a file to a different volume or disk, the new file will definitely get a new File ID because ...
- Fri Dec 01, 2023 9:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Convert a print to Rtf or doc
- Replies: 33
- Views: 5882
Re: Convert a print to Rtf or doc
... located in CLOUD-type servers and are unreachable if there is a problem on the network.
In the initial proposals there was talk of a language identical to the fwh and the possibility of bringing it "portability" to the web but in reality this was not the case, a completely different language ...
In the initial proposals there was talk of a language identical to the fwh and the possibility of bringing it "portability" to the web but in reality this was not the case, a completely different language ...
- Mon Oct 09, 2023 3:02 pm
- Forum: All products support
- Topic: FWH 2307 con xHarbour
- Replies: 1
- Views: 1180
FWH 2307 con xHarbour
... E2209 C:\xHarbour10275\include\hbsetup.h 67: Unable to open include file 'limits.h'
Error E2209 C:\xHarbour10275\include\hbdefs.h 89: Unable to open include file 'stdint.h'
Warning W8017 C:\xHarbour10275\include\hbdefs.h 595: Redefinition of 'HB_LONG_LENGTH' is not identical
etc etc
cosa sbaglio?
Error E2209 C:\xHarbour10275\include\hbdefs.h 89: Unable to open include file 'stdint.h'
Warning W8017 C:\xHarbour10275\include\hbdefs.h 595: Redefinition of 'HB_LONG_LENGTH' is not identical
etc etc
cosa sbaglio?
- Sun Sep 03, 2023 7:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: not ISOEM(), ISANSI() or IsUTF8()
- Replies: 34
- Views: 4855
Re: not ISOEM(), ISANSI() or IsUTF8()
... same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t.
3. Excel as exported using DrXlsx by the new FWH interface to this library
All look identical
https://imagizer.imageshack.com/v2/xq70/923/3jG1n6.png
Conversions from OEM to ANSI and ANSI to UTF8 are all done automatically and correctly ...
3. Excel as exported using DrXlsx by the new FWH interface to this library
All look identical
https://imagizer.imageshack.com/v2/xq70/923/3jG1n6.png
Conversions from OEM to ANSI and ANSI to UTF8 are all done automatically and correctly ...
- Sun Aug 13, 2023 5:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Search and coloring of a phrase
- Replies: 2
- Views: 280
Search and coloring of a phrase
Hi,
To find and color a phrase in the text of a Word table cell, I do this:
How can this be done if the text contains several identical phrases ?
To find and color a phrase in the text of a Word table cell, I do this:
Code: Select all | Expand
oTb:Item(n).Cell(x,y):Select()
oWrd:Selection.Find:Execute("MyText", .F., .T.)
oWrd:Selection.Range:HighLightColorIndex=CLR_RED
- Sat Jun 10, 2023 1:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin and ADO
- Replies: 36
- Views: 6457
Re: Fivewin and ADO
... Yes.
This method works with any datasource, eg. dbf, tdatabase, ado recordset, tmysql, dolphin, fwhmysql or any othe datasource with identical appearance and behavior.
can i "seek" in XBROWSE when use a Record-Set ?
Yes.
For that matter any datasource.
how do i get active ROW / COL ...
This method works with any datasource, eg. dbf, tdatabase, ado recordset, tmysql, dolphin, fwhmysql or any othe datasource with identical appearance and behavior.
can i "seek" in XBROWSE when use a Record-Set ?
Yes.
For that matter any datasource.
how do i get active ROW / COL ...