Search found 1237 matches: setting

Return to advanced search

Xbrowser() setting not found

I was looking for the setting to deactivate the toolbar in xbrowser() and to put the position coordinates. I want to have a xbrowser() as small as possible at a specific location. use customer XBROWSER "CUSTOMER" COLUMNS "STATE", ...
by Marc Venken
Wed Aug 30, 2023 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowser() setting not found
Replies: 1
Views: 202

Re: not ISOEM(), ISANSI() or IsUTF8()

... := .t.. If we want this conversion only for some columns but not all, we can set oCol:lOemAnsi := .t. for the required columns instead of setting for the entire browse. Not only display but we can also edit. When displaying the data XBrowse converts the data from OEM to ANSI and displays. ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2159

Re: not ISOEM(), ISANSI() or IsUTF8()

hi,

forgot to say that Xbase++ still use default OEM Setting :!:

Xbase++ use OEM <-> ANSI "translation" internal "on-fly"
to use Xbase++ with ANSI you need to compile with -a
by Jimmy
Mon Aug 28, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2159

Re: Mr. Rao, more about xBrowse

Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use "plural" Out of interest : In the source ...
by Marc Venken
Wed Aug 23, 2023 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 589

Re: Mr. Rao, more about xBrowse

Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use "plural" If we want to set the same value ...
by nageswaragunupudi
Tue Aug 22, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 589

Re: Mr. Rao, more about xBrowse

... Explanation: If you want to set any data of each column (for example "nEditType" ), instead of setting oCol:nEditType of each every column, you can set oBrw:nEditTypes := n ( nEditType _+ "s" ) i.e., use "plural"
by nageswaragunupudi
Tue Aug 22, 2023 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, more about xBrowse
Replies: 11
Views: 589

Re: How to print character sigma in Haru?

nageswaragunupudi wrote:For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.


Thanks Rao, for the time being I adopted this workaround
by hua
Thu Aug 17, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 334

Re: How to print character sigma in Haru?

PDF's internal Symbol font is different from Windows Symbol font.
We are working on how to make our FWPDF class to use Windows Symbol font, though it seems difficult as of now.
For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.
by nageswaragunupudi
Wed Aug 16, 2023 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 334

Re: need Help with oBro:bSeek

... inline cell edit, using that key as the first key of the Get. Incremental Seek: This is the default behavior of xbrowse unless we inhibit it by setting oBrw:lIncrSeek := .f. if the data is sorted on any column and lFastEdit is not .t., pessing any key seeks the first row where the sorted column ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 227

Re: Lost connection to MySQL server during query

Vilian Check the screen time out setting and or if there is a screensaver trying to kick in W10 ... right click on the desktop left click on personalize Click on Lock Screen .. scroll down to the bottom and check "screen timeout settings" ...
by Rick Lipkin
Fri Aug 04, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12523

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Please try setting
Code: Select all  Expand view
oBrw:lExcelCellWise := .t.

Export to Excel will be slower but you should not face the paste problems.
Just for the sake of exporting to excel, you do not have to change your codepage settings.
by nageswaragunupudi
Tue Aug 01, 2023 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 251

Re: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp

Hi Jimmy

REQUEST HB_CODEPAGE_UTF8
HB_CDPSELECT("UTF8")


activating utf8 seems to no longer give error

before it was

REQUEST HB_CODEPAGE_ITWIN
HB_CDPSELECT("ITWIN")

I do not understand excel takes the window setting
TIA
by mauri.menabue
Tue Aug 01, 2023 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL description: (DOS Error -2147352567) WINOLE/1007 Imp
Replies: 4
Views: 251

Re: How to read settings in Word

Hello,

I know now how to read settings in Word.

But can anyone help me in changing the settings in Word?

I also need to know how to put the startup setting in Word back to its default value?

Thank you.
by driessen
Mon Jul 31, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 652

New FTDN July/Julio (FWH 23.07)

... modified and saved yet. * XBROWSE: - RTE while browsing PostGre query due to a bug in method SetPostGreCol() fixed. - If recordset is closed when setting up is setup, it is opened by xbrowse for browing. - New DATA bmPrevious (previous bookmark) bChange can now access the previous Bookmark with ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1080

Re: build Import LIB from LibPQ.DLL

is FW_SetUnicode() for hole App of for each Thread :?:

Yes, this setting is for the entire application.
This setting decides whether all Windows messages are 16-bit (UTF16) or 8-bit(ANSI)
by nageswaragunupudi
Sun Jul 23, 2023 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2899
PreviousNext

Return to advanced search