Search found 56 matches: modes

Return to advanced search

Saving OuterHTML using Await Implementation with TWebView

... Web Control class called TWebView. 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous modes are facing difficulties in retrieving information from the web. 4. Therefore, I have implemented a synchronous class for TWebView, which is supported ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1633

Re: Draw a bitmap

... would strongly suggest you run the above small sample, replacing the value of "nResizeMode" with all values I suggested. I tried all the modes. Everything works. However, it does not look very nice. After all, to insert a 1920-width bitmap into a 1536-width window, the drawimage() method ...
by Natter
Thu Oct 06, 2022 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 439

Re: Edge en Control ActiveX

... Helper Objects (BHOs) like Silverlight or Java. If you're running web apps that use ActiveX controls, x-ua-compatible headers, or legacy document modes, you need to keep running them in Internet Explorer 11. However, You can enable active X on Chrome .. https://www.bollyinside.com/articles/how-to-enable-disable-activex-on-chrome-browser/ ...
by Rick Lipkin
Fri Feb 18, 2022 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Edge en Control ActiveX
Replies: 3
Views: 393

Re: txbrowse totals and edit modes

Many thanks, Mr. Rao.
I'll follow your recommendations.
by Detlef
Thu Feb 17, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

Does anyone still have a clue why selected items from the browse selectboxes are not written into the dbf fields? We know very well. The codebocks you have used in AddColumn() methods are readonly. They can not be used to assign values. That is the reason We (FWH Team) recommends use of COLUMNS cla...
by nageswaragunupudi
Thu Feb 17, 2022 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

Many thanks to Cesar and Mr. Rao.
Your advices look very helpful.
I'll give them a try when I’m back home on Sunday.

Does anyone still have a clue why selected items from the browse selectboxes are not written into the dbf fields?
Thanks again
by Detlef
Thu Feb 17, 2022 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

FWNumFormat( "E", "," )REDEFINE XBROWSE oBrwPos ID 50 OF oDlg ;   ALIAS "pos" FOOTERS COLOR CLR_INK, CLR_PAPER FASTEDIT CELL LINES;   COLUMNS "Datum", "Leistung". "dauer", "Einheit","Summe",&...
by nageswaragunupudi
Thu Feb 17, 2022 11:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

Hola!
Cambia
Code: Select all  Expand view
:aCols[ 5 ]:nFooterType  := AGGR_TOTAL
por
Code: Select all  Expand view
:aCols[ 5 ]:nFooterType  := AGGR_SUM
y prueba
Y a la columna 5 define que es editable
Code: Select all  Expand view
:aCols[5]:nEditType := EDIT_GET
by cmsoft
Wed Feb 16, 2022 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: txbrowse totals and edit modes

For a better description i put this screenshot here:

Image

I think that my problem is not a fault of my FWHX Version.
I believe it's caused by my missing FW-practice for over eight years :-(

Therefore i appreciate any advice
by Detlef
Wed Feb 16, 2022 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

txbrowse totals and edit modes

Hi all. Perhaps some FW users remember me. My former name was Detlef Hoefner. After marriage my name has changed. I am already retiree and reactivated my FWH version 10.2 with hobby purpose. My problem is a txBrowse which doesn't show column totals and neither accepts edited values. I can edit value...
by Detlef
Wed Feb 16, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse totals and edit modes
Replies: 6
Views: 654

Re: check existing first and last on customer

... are the field sizes of FIRST and LAST. Sorry Nages I have a bit of everything. your idea can only work that I have to manage the various insertion modes nMode = 1 new nMode = 2 change nMode = 3 duplicate records nMode = 4 I need this in the selection dialog I made @ 12, 10 SAY "Cognome:" ...
by Silvio.Falconi
Mon Jun 14, 2021 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check existing first and last on customer - RESOLVED !!!
Replies: 23
Views: 2508

Re: Retomo Problema de uso de Word

... o usalo como variable local. ej local FO_EXCLUSIVE := 16 -------------------------------------------------------------------- //Fileio.ch OPEN MODES: FO_READ 0 Open file for reading FO_WRITE 1 Open file for writing FO_READWRITE 2 Open file for reading and writing SHARING MODES: FO_COMPAT 0 ...
by FranciscoA
Sat Oct 12, 2019 1:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retomo Problema de uso de Word "FUNCIONANDO"
Replies: 17
Views: 2938

Re: Ribbon Theme

These are the code differences from the Dark and Blue modes:

We need to find a way to combine both styles, and more colors support in the same function.

Image
by Antonio Linares
Sat May 04, 2019 9:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: Problem to show btnbmp with tablet

You need to design 2 layouts initially for landscape and portrait modes. In other words we need to store 2 sets of Row/Col values of each control for landscape and portrait modes. ON RESIZE clause, check if you are now in landscape/portrait mode. This can ...
by nageswaragunupudi
Sat Mar 10, 2018 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to show btnbmp with tablet
Replies: 8
Views: 1213

Re: fw_SetUnicode()

... in a Unicode application, if CHRGRP is specified as CHR_ANSI, that GET behaves exactly like in a normal ANSI application, i.e., insert/overstrike modes work and all picture clauses work, but input is restricted to ANSI characters and Unicode characters are rejected. When CHRGRP is CHR_ANY or CHR_WIDE, ...
by nageswaragunupudi
Mon Apr 17, 2017 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_SetUnicode()
Replies: 5
Views: 1025
Next

Return to advanced search