Yes, I was thinking along the same line. I tried with a call to SysWait() but to no avail. I have to try putting a delay in the C code.Antonio Linares wrote:Dear Enrico,
I think it is a timing issue, maybe we invoke it too soon.
We need to find a way to fine tune it...
Search found 59 matches: avail
Searched query: avail
- Fri Mar 29, 2024 7:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Talking to your apps
- Replies: 20
- Views: 6381
Re: Talking to your apps
- Sun Oct 10, 2021 10:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fields packed in text file
- Replies: 3
- Views: 544
Fields packed in text file
... reading packed fields (Comp-3 (Packed Decimals)) in a text file coming from a mainframe.
I have tried full-featured in Harbor and FiveWin and to no avail.
Could someone guide me how to achieve it or if someone has any function to facilitate or sell it to me?
Thank you very much already.
Hug
Miguel
I have tried full-featured in Harbor and FiveWin and to no avail.
Could someone guide me how to achieve it or if someone has any function to facilitate or sell it to me?
Thank you very much already.
Hug
Miguel
- Tue Feb 16, 2021 10:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Open 3 SQL tables
- Replies: 9
- Views: 1539
Re: Open 3 SQL tables
... long time back we created these commands to make it easy for users to migrate from wbrowse and tcbrowse to xbrowse.
These commands do not let you avail the full power of xbrowse.
Please create like this:
@ 0069,0000 XBROWSE oBrwLOTEAMENTOS OF oDlgLOTEAMENTOS SIZE 0520,0230 STYLE FLAT PIXEL ...
These commands do not let you avail the full power of xbrowse.
Please create like this:
@ 0069,0000 XBROWSE oBrwLOTEAMENTOS OF oDlgLOTEAMENTOS SIZE 0520,0230 STYLE FLAT PIXEL ...
- Mon Feb 08, 2021 7:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaDB (Solved)
- Replies: 2
- Views: 382
Re: MariaDB
... nbsp;DATASOURCE oRs ; COLUMNS "r_social", "nome" ; HEADERS "Razão Social", "Nome" ; COLSIZES 520,520 ; PICTURES "@!", "@!" ; AUTOSORT // This is optional
This way of defining xbrowse lets you avail the full capabilities of xbrowse.
This way of defining xbrowse lets you avail the full capabilities of xbrowse.
- Mon Feb 11, 2019 1:08 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN January/Enero 2019 (FWH 19.01)
- Replies: 4
- Views: 4641
New FTDN January/Enero 2019 (FWH 19.01)
... bitmaps\pngs\2.png"
* New feature: Recycling of deleted records (dbfcdx only)
-------------------------------------------------------
- To avail this feature, new records should be appended using FWH function
DBFAPPEND() --> nRecNo (Newly appended or recycled record. 0 on failure)
Example ...
* New feature: Recycling of deleted records (dbfcdx only)
-------------------------------------------------------
- To avail this feature, new records should be appended using FWH function
DBFAPPEND() --> nRecNo (Newly appended or recycled record. 0 on failure)
Example ...
- Tue May 29, 2018 6:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 18.03 Dialog Problem (SOLVED)
- Replies: 51
- Views: 10540
Re: FWH 18.03 Dialog Problem
... xHarbour and Harbour with bcc73 and msvc.
But I did not test with commercial xHB.
I though the upgrade to PellesC v8 will resolved. But to no avail.
I am using:
BCC73
PellesC v8
xHB1.21.10229
FWH18.03 with MariaDB Lib
Surprisingly, there's no issue with FWH 18.02..
This is the where the ...
But I did not test with commercial xHB.
I though the upgrade to PellesC v8 will resolved. But to no avail.
I am using:
BCC73
PellesC v8
xHB1.21.10229
FWH18.03 with MariaDB Lib
Surprisingly, there's no issue with FWH 18.02..
This is the where the ...
- Fri Jan 05, 2018 1:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Rowset X cSeek
- Replies: 7
- Views: 2323
Re: Rowset X cSeek
... of XBrowse:
Creating columns using :AddCol(), :bStrData(), etc is obsolete and deprecated many years back. This way you will not be able to avail the full power and xbrowse. We recommend creating by command syntax using COLUMNS clause.
I give you two alternatives:
Alternative-1
@ 80,260 ...
Creating columns using :AddCol(), :bStrData(), etc is obsolete and deprecated many years back. This way you will not be able to avail the full power and xbrowse. We recommend creating by command syntax using COLUMNS clause.
I give you two alternatives:
Alternative-1
@ 80,260 ...
- Mon May 15, 2017 2:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH: MySql/MariaDB: RowSet object
- Replies: 55
- Views: 29020
Re: FWH: MySql/MariaDB: RowSet object
... oTable := oCn:RowSet( 'produtos', 20) // page with 20 rows
Add
::oTable:lAutoExpand := .t.
Please redefine XBROWSE with column syntax to avail all features of xBrowse
Eg: REDEFINE XBROWSE ::oBrw ID 100 OF ::ODLG ; DATASOURCE ::oTable ;   ...
Add
::oTable:lAutoExpand := .t.
Please redefine XBROWSE with column syntax to avail all features of xBrowse
Eg: REDEFINE XBROWSE ::oBrw ID 100 OF ::ODLG ; DATASOURCE ::oTable ;   ...
- Mon May 15, 2017 8:53 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Conferencia internacional de Harbour+FWH - Sesiones
- Replies: 0
- Views: 1255
Conferencia internacional de Harbour+FWH - Sesiones
... and blobs into any database being browsed
- Deprecated and discouraged methods and datas
- Important DO's AND DONT's
- How to use minimal code to avail the full power of XBrowse
- Advantages of using XBrowse's built-in defaults and when only to over-ride with programmers' own settings.
- What to ...
- Deprecated and discouraged methods and datas
- Important DO's AND DONT's
- How to use minimal code to avail the full power of XBrowse
- Advantages of using XBrowse's built-in defaults and when only to over-ride with programmers' own settings.
- What to ...
- Sun May 14, 2017 1:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: 1st FWH + [x]Harbour 2017 international conference
- Replies: 68
- Views: 302066
Re: 1st FWH + [x]Harbour 2017 international conference
... and blobs into any database being browsed
- Deprecated and discouraged methods and datas
- Important DO's AND DONT's
- How to use minimal code to avail the full power of XBrowse
- Advantages of using XBrowse's built-in defaults and when only to over-ride with programmers' own settings.
- What to ...
- Deprecated and discouraged methods and datas
- Important DO's AND DONT's
- How to use minimal code to avail the full power of XBrowse
- Advantages of using XBrowse's built-in defaults and when only to over-ride with programmers' own settings.
- What to ...
- Fri Feb 10, 2017 1:34 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: 1st FWH + [x]Harbour 2017 international conference
- Replies: 68
- Views: 302066
Re: 1st FWH + [x]Harbour 2017 international conference
... of Switches, codeblocks and usage
- Deprecated and discouraged methods and datas
- Important DO's AND DONT's
- How to use minimal code to avail the full power of XBrowse
- Advantages of using XBrowse's built-in defaults and when only to over-ride with programmers' own settings.
- What to ...
- Deprecated and discouraged methods and datas
- Important DO's AND DONT's
- How to use minimal code to avail the full power of XBrowse
- Advantages of using XBrowse's built-in defaults and when only to over-ride with programmers' own settings.
- What to ...
- Tue Nov 01, 2016 3:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Need CURL syntax with fivewin using HBCURL LIB?
- Replies: 10
- Views: 5800
Re: Need CURL syntax with fivewin using HBCURL LIB?
... 21
#define HB_CURLINFO_CONTENT_LENGTH_UPLOAD 22
#define HB_CURLINFO_CONTENT_TYPE 23
#define HB_CURLINFO_PRIVATE 24
#define HB_CURLINFO_HTTPAUTH_AVAIL 25
#define HB_CURLINFO_PROXYAUTH_AVAIL 26
#define HB_CURLINFO_OS_ERRNO 27
#define HB_CURLINFO_NUM_CONNECTS 28
#define HB_CURLINFO_COOKIELIST 29 ...
#define HB_CURLINFO_CONTENT_LENGTH_UPLOAD 22
#define HB_CURLINFO_CONTENT_TYPE 23
#define HB_CURLINFO_PRIVATE 24
#define HB_CURLINFO_HTTPAUTH_AVAIL 25
#define HB_CURLINFO_PROXYAUTH_AVAIL 26
#define HB_CURLINFO_OS_ERRNO 27
#define HB_CURLINFO_NUM_CONNECTS 28
#define HB_CURLINFO_COOKIELIST 29 ...
- Mon Aug 22, 2016 3:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Embarcadero Releases Free C++ Compiler for Windows
- Replies: 53
- Views: 13430
Re: Embarcadero Releases Free C++ Compiler for Windows
... First problem, I get:
e:\fw\bcc101\include\windows\sdk\windows.h:42:9: warning: unknown pragma ignored [-Wunknown-pragmas]#pragma region Application Family or OneCore Family
Any ideas?
EMG
I tried using -w-pun compiler switch to no avail...
EMG
Ah!, ok, I had not seen it -wpun
e:\fw\bcc101\include\windows\sdk\windows.h:42:9: warning: unknown pragma ignored [-Wunknown-pragmas]#pragma region Application Family or OneCore Family
Any ideas?
EMG
I tried using -w-pun compiler switch to no avail...
EMG
Ah!, ok, I had not seen it -wpun
- Sat Jul 30, 2016 10:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Embarcadero Releases Free C++ Compiler for Windows
- Replies: 53
- Views: 13430
Re: Embarcadero Releases Free C++ Compiler for Windows
... compile xHarbour with the new compiler. First problem, I get:
e:\fw\bcc101\include\windows\sdk\windows.h:42:9: warning: unknown pragma ignored [-Wunknown-pragmas]#pragma region Application Family or OneCore Family
Any ideas?
EMG
I tried using -w-pun compiler switch to no avail...
EMG
e:\fw\bcc101\include\windows\sdk\windows.h:42:9: warning: unknown pragma ignored [-Wunknown-pragmas]#pragma region Application Family or OneCore Family
Any ideas?
EMG
I tried using -w-pun compiler switch to no avail...
EMG
- Mon Jun 27, 2016 6:55 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OT: Windows 10 - stop upgrade
- Replies: 20
- Views: 5628
Re: OT: Windows 10 - stop upgrade
... fine under Windows 8.
Ops, it just happened to me again, and I had to reset the touchpad settings. The entire screen just vanished because I accidentally touched the touchpad.
And yes, I have spent hours and hours looking for a solution to no avail . Many others are having this same problem.
James
Ops, it just happened to me again, and I had to reset the touchpad settings. The entire screen just vanished because I accidentally touched the touchpad.
And yes, I have spent hours and hours looking for a solution to no avail . Many others are having this same problem.
James