Search found 28 matches: affecting

Return to advanced search

Re: Protecting certain functions to be used

I just realized that scope.pointer is member of an union and not a member of a struct, so modifying scope.pointer will be affecting the scope of the symbol. This would be the right way to do it: function Main()   local pFunPtr := HB_Protect( "memoWrit" ...
by Antonio Linares
Wed May 03, 2023 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 349

Re: The more fancy Xbrowses the more slow they become ?

... switches it off, by setting oBrw:lGDIP := .f. I can not comment on hardware acceleration. In addition to what Mr, Jimmy said, other factors affecting XBrowse speed: Data access speeds is one main reason. If the total number of cells ( rows x columns ) visible are high, full refresh is slow, ...
by nageswaragunupudi
Fri Nov 04, 2022 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: FW Preview user style

... every user. Hmm, instead of "user" I assume you meant "programmer." When using a subclass any programmer can change it without affecting the original class source code. And most times when a new version of FW comes out the subclass will not be affected. Simple.
by James Bott
Fri May 13, 2022 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1698

Re: How to Convert RTF to PDF

... and it now I'm able to preview it. Everything works, except that I got some tables in the RTF File, and I don't know why the convertion to PDF is affecting the columns alignment. Does anybody know what's happening? RtfToPdf(cNovo)FUNCTION RtfToPdf( cRTF, cPDF, lOpen )LOCAL oWnd, ...
by ricbarraes
Wed Mar 11, 2020 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Convert RTF to PDF
Replies: 11
Views: 1820

Re: xbrowse too slow

... said it must be “your” other code, perhaps I should have said “the” other code. I mean that it could be the tabs, dialog, or Explorer bar that is affecting the speed or the perceived speed. Unless, perhaps, you meant that one second is “slow?” You print from another routine and then return to ...
by James Bott
Sat Sep 21, 2019 9:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4256

Re: strategies

... will occur, compromising the sensitive information of major companies. The only question is how long it will take hackers to go to the cloud, affecting the world's largest companies and potentially billions of pieces of data. I have stayed away from developing web applications .. I prefer ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8117

Re: Bug in TMenu

With

Code: Select all  Expand view
GetnWidthItem( 0.5 )


the dropdowns widths are changed too. How can I change the widths of the menuitems on the menubar withouth affecting the menuitems on the dropdowns?

EMG
by Enrico Maria Giordano
Thu Oct 05, 2017 5:20 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3050

Re: Example Business Object (Customer)

... to a customer. It is also encapsulated so you can pass it around to other objects and/or routines and still use the customers table without affecting the customer object. When, and if, you change the data in the customer object, you don't have to worry about saving it, the object handles ...
by James Bott
Thu Jun 29, 2017 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8527

Re: Google Cloud Platform

... on such a link, or may have done, inform your workplace IT staff as the account may have been compromised. The hack doesn't only appear to be affecting Gmail accounts but a range of corporate and business ones that use Google's email service too. If you think you may have clicked on it, you ...
by Rick Lipkin
Thu May 11, 2017 2:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4076

Re: New FTDN December/Diciembre 2014 (FWH 14.12)

This is an important upgrade as it solves an important bug in Class TBitmap Method Define() that was affecting the brushes management of the entire application. Also there was a bug in Class TComboBox that was affecting the entire dialog used font. We strongly recommend to ...
by Antonio Linares
Mon Dec 22, 2014 12:35 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2014 (FWH 14.12)
Replies: 2
Views: 1252

Re: dbcombo blank

... data in an array, not a direct link to the field. So you are free to change this data in an edit and then abandon the changed data without it affecting the database record. So, when you are then assigning the oTdesc:desc1 data to a memory var you are essentially double buffering the data (and ...
by James Bott
Tue Dec 09, 2014 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1429

Re: FWH 13:08 Default Printer

... will come out this new printer, even if you open other documents, printing will be directed to this same printer as MS-Word is open. Without affecting in any way the standard printer control panel of Windows. That's how programs Fivewin for Windows should work. Please do this test in MS-Word. ...
by ORibeiro
Wed Oct 09, 2013 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13:09 Default Printer
Replies: 61
Views: 12634

Problem with xHarbour 1.2.3

... friends Recently upgraded my XHARBOUR to 1.2.3 (Simplex) (Build 20130422) before I was with 1.2.1 build 9438. This new version of XHARBOUR this affecting my SQL queries Time comes every time records comes just 1 registration This being for the same query most use a PHPMyAdmin for example the ...
by miragerr
Tue Sep 24, 2013 6:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problem with xHarbour 1.2.3
Replies: 15
Views: 5646

Re: SetFocus() changes affecting RichEdit

COÑÑÑÑÑÑOOOOO - Am I allowed to say that with a Cuban accent?

It works!

Love you dude!


Reinaldo.
by reinaldocrespo
Sat Mar 03, 2012 7:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus() changes affecting RichEdit
Replies: 5
Views: 1062
Next

Return to advanced search