Search found 167 matches: applied

Return to advanced search

Re: Problem with memo text printout

... now. http://imagizer.imageshack.us/v2/xq90/924/5SqSF9.png Fix for this will be available in the next release. Now this fix may be applied to the printer.prg of any existing versions in this way: Please locate these lines (990 to 994 in fwh1912) in method SayText() of printer.prg: ...
by nageswaragunupudi
Sat Feb 15, 2020 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with memo text printout
Replies: 5
Views: 1547

Re: (1909)Problem about MDI Window utf8

... verify that it has no resources without destroying The code you propose may be good for you but it does not imply a generic solution that can be applied because that implies that all menus will be drawn by Fivewin (OWNERDRAW) and not by the operating system. A curiosity: what operating system ...
by cnavarro
Wed Nov 27, 2019 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: (1909)Problem about MDI Window utf8
Replies: 8
Views: 1352

Re: problem with GET and “” chars

... I write directly to Command Prompt (ASCII)and then copy it to TESTGET2 sample Another part of the behavior I noticed, is that the PICTURE is not applied until the action is executed, showing the var content correctly (after modifying the sample), but the get still shows the same behavior, but ...
by Bayron
Sun Nov 17, 2019 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with GET and “” chars
Replies: 10
Views: 1160

Re: clarification respect a recordset

... FW_OpenRecordSet( oCn, cSql, adLockBatchOptimistic )  In this case, all changes including methods Update(), Delete(), AddNew(...) are all applied to the copy of data in the client's memory only. No changes are written to the server. These changes are also not visible to the other users ...
by nageswaragunupudi
Sat Aug 31, 2019 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3414

web programming

Dear Antonio,
where do we find information about "views" and structured programming applied
to HTML.
Are there rules how to format the source code.

Thank you in advance
Otto
by Otto
Sat Aug 03, 2019 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: web programming
Replies: 7
Views: 2631

Re: Building a Windows Service

Hello, I want to know how it is applied, an example, I thank you very much
Regards..
by Busmatic_wpb
Sun May 19, 2019 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building a Windows Service
Replies: 6
Views: 1203

Re: to Nages: test for tdatabase

... error.  After working through this, I now have 1 totals method that applies everywhere, and a change in it will always work wherever it is applied. Also, one word of caution:  We often use :: to reference the object but this can sometimes result in conflicts with other classes.   A simple ...
by TimStone
Fri May 10, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 6029

Re: Introducing FiveTech's fivedit

... reopen them with the lexer that you choose Before I did it too but you had to select the option "Automatic lexers", and in that case, I applied the corresponding lexer according to the file extension. But, for example, it did not allow you to choose FLAGSHIP as lexer of the prgs. Now ...
by cnavarro
Sun Mar 17, 2019 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 112143

Re: Qué es lo erróneo?

... preprocessor output. When all conditions are False, the statements following the #else directive, if present, are used. The following rules are applied by the preprocessor to evaluate a condition: 1. A numeric literal <> 0 yields True, while exact zero yields False. 2. The logical literal ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2060

Re: Bug in TMenu

... whatsnew ) * MENUS: By default, when no style is selected, the menus have the appearance of those defined by the OS    because OWNERDRAW is not applied internally to paint the items. Same high and wide as the system menus.     If you want to add any clause to a menu without defining any style, ...
by cnavarro
Sun Jan 06, 2019 12:19 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3698

Re: Example Business Object (Customer)

... to hide the persistence layer of an implementation and expose entities abstracting their attributes and relations. OOP is a much wider concept, applied to everything. From Wikipedia: Object-relational mapping https://en.wikipedia.org/wiki/Object-relational_mapping Object-relational mapping (ORM, ...
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8761

Re: Example Business Object (Customer)

... to hide the persistence layer of an implementation and expose entities abstracting their attributes and relations. OOP is a much wider concept, applied to everything. Inside oCustomers you are dealing with DML, things that usually you don't need to using an ORM. How do you get your customer's ...
by Carlos Mora
Mon Nov 26, 2018 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8761

Re: Ribbon Theme

... change the hover over color by passing this complicated array, but you have to do this with every button. Ideally, we need to do it so that It is applied to all the buttons, and there must be a way since that is the default behavior. Also we need to be able to turn off the outline of this highlighted ...
by James Bott
Fri Oct 05, 2018 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29350

Re: Working with barcode

This is the core part of the Method. Once the Dialog is exited, then the array is read and the values applied through a lookup scheme, and adding parts to where they apply, ie. inventory, etc. You could also write code to add parts to an invoice, or to store values that are ...
by TimStone
Fri Jun 29, 2018 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working with barcode
Replies: 9
Views: 2375

New FTDN April/Abril 2018 (FWH 18.04)

... action is not executed. - lFullGrid: When data is empty, fullgrid is not painted. Now it is ok. - EDIT_DATE: Now the date picture specified is applied correctly to the DtPicker. - New DATA: nRecSelBarBtnNo: If specified, bitmap is displayed on the recordselector on GetBar when lGetBar/lSeekBar ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2178
PreviousNext

Return to advanced search