Search found 67 matches: avoided

Return to advanced search

Re: Pass Multiple vars with a function call

nageswaragunupudi wrote:
Such long code can be avoided by using SCOPED RELATIONs.
I will try to give you a sample.


That would be very very nice because my entire systems depend on this !!!
by Marc Venken
Fri Sep 08, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 223

Re: Pass Multiple vars with a function call

... (cChild)->(ORDSCOPE(1, cZoekData ) )  (cChild)->(DBGOTOP())  Such long code can be avoided by using SCOPED RELATIONs. I will try to give you a sample.
by nageswaragunupudi
Fri Sep 08, 2023 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pass Multiple vars with a function call
Replies: 3
Views: 223

New FTDN July/Julio (FWH 23.07)

... - RTE when ES_UPPERCASE style is specified in RC file for non character gets is avoided. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43453 - Compatible with accented characters like German Umlauts even when FW_SetUnicode(.t.). ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: Adding a register key to the Windows register

... in Word everytime a document is used that has been mailed to my customer. My customers use hundredthousands documents, so by this key a click is avoided everytime a document is opened.
by driessen
Tue Jul 11, 2023 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 700

Re: help on a GPF situation

... of errors of Harbour cannot intercept it (e.g.: GPF), it can happen that part of information of tracing it is not written. This problem is avoided setting the environment variable HB_TR_FLUSH to 1 (one). This makes that every time that one record is sent to write, don't remain in the buffer, ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 3372

Re: Print Problem with FWH2104

... However, unfortunately, the backward compatibility was broken. This is regretted but keeping the overall considerations, this could not be avoided. Please cooperate and modify this line in the above program like this: Original code:       IF lDrawBox        ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2597

Re: NOT click on one column

... not have the content because it relates to the checkbox first column of the browse (that of customers) Since the display of this line cannot be avoided it is possible to block it in case of choice of the end user this line cannot be changed by user How resolve ? I think if you put the following ...
by FranciscoA
Mon Nov 16, 2020 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NOT click on one column
Replies: 1
Views: 291

NOT click on one column

... not have the content because it relates to the checkbox first column of the browse (that of customers) Since the display of this line cannot be avoided it is possible to block it in case of choice of the end user this line cannot be changed by user How resolve ?
by Silvio.Falconi
Mon Nov 16, 2020 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: NOT click on one column
Replies: 1
Views: 291

Re: New mod_harbour "viewer"

Yes, I agree: no address bar and no back button. And if one is restricted to a known application, even the staturbar can be avoided, after all.

EMG
by Enrico Maria Giordano
Mon Jul 06, 2020 7:39 pm
 
Forum: mod_harbour
Topic: New mod_harbour "viewer"
Replies: 10
Views: 1687

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... quality and we keep improving the quality. You can reduce a lot of coding. Also if you give the file name directly, lot of conversions will be avoided and you get better quality output. About printing alpha images: Your printer needs to support alpha printing. Not all printers support. Try ...
by nageswaragunupudi
Thu Mar 05, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5563

Re: Manu Exposito's pearls

... ! fixed to avoid non-MT compatible strtok() C RTL call. NOTE: Please continue to avoid strtok() usage in any further Harbour patches, it is avoided for good reason. ---------------------- 2011-08-27 13:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/hbmk2_qt.hbs * contrib/hbqt/qtcore/hbqt.h ...
by xmanuel
Wed Aug 14, 2019 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manu Exposito's pearls
Replies: 12
Views: 3015

Re: Rpreview issues - PDF CONCLUSIONS

... color properly, but this was causing issues in the ultimate PDF ( which is related to the no longer supported .dll functions ). Originally I had avoided the use of the internal PDF development because my clients experienced many difficulties with it. However, when testing it now, I found the ...
by TimStone
Tue Apr 30, 2019 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7346

Re: To Nages : Explain me how I must make this tdatabase

... from TControl which inherits from TWindow. Most of the FW language is written using objects. Inheritance is a good thing, not something to be avoided. Inheritance is one of the key concepts of Object Oriented Programming. This allows you to write code only once and use it in many places. This ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3349

Re: To Nages : Explain me how I must make this tdatabase

... from TControl which inherits from TWindow. Most of the FW language is written using objects. Inheritance is a good thing, not something to be avoided. Inheritance is one of the key concepts of Object Oriented Programming. This allows you to write code only once and use it in many places. This ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3349

Re: Ribbon Theme

Yes guys... Exactly like that. As much as possible not to modify internal class ... if can be avoided.. I been working with this but still a lot of tweaking ... I already replaced some color schemed of "Outlook2010" to suited the theme I hope to implement.. I ...
by fraxzi
Fri Oct 05, 2018 12:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28266
Next

Return to advanced search