Search found 39 matches: resort

Return to advanced search

Re: Problem Xbrowser Border

... DRAWBORDER( hDC, oBrw:nLeft-2, oBrw:ntop-2,; oBrw:nWidth+2, oBrw:nHeight+62 , 0, 1, Rgb(195,195,185), .t. ) RETURN NIL > why do we have to resort to these tricks , while the xbrowse class should draw the border even after the vertical scroll ? oldest xbrowse made the border after the Vscroll, ...
by Silvio.Falconi
Fri Mar 03, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 993

Re: Harbour warnings

... via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a last resort. I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ...
by Enrico Maria Giordano
Fri Jun 24, 2022 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2085

Re: Harbour warnings

... via code (always my preference) I may hide the error using an HB_SYMBOL_UNUSED() call at the end of a func/proc and only use the pragma as a last resort. I tend to keep all my fivewin code isolated from my pure harbour code, so it actually isn't a huge problem for me, but then again I did it years ...
by rhlawek
Fri Jun 24, 2022 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2085

TLINKLIST does not end after :End()

... I focus on 3rd level, How do I know the parent of 3rd level (2nd level). example : if focus on "SUD". How do I get "Saikaew Beach Resort, Rayong"? https://i.postimg.cc/65w615kF/TLINKLIST.jpg Thanks in advance.
by dutch
Wed Jan 12, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLINKLIST does not end after :End()
Replies: 2
Views: 336

Re: Force a POST sort on xBrowse

... original encrypted table data "Select * From [Staff] Order by UserId" // where user id is encrypted  Any thoughts on how to sort ( or resort ) the ( de-encrypted cell ) UserID column so it will display properly .. apparently the sort is being controlled by the way the table was opened ...
by Rick Lipkin
Fri Jun 11, 2021 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force a POST sort on xBrowse
Replies: 5
Views: 745

Re: PDF generado desde programa en FiveWin

Printer class and other print functions appropriately decide if the pdf is to be generated using HaruPdf, Image2pdf, Microsoft word or as the last resort use the least efficient internal function FWSavePreviewToPDF() depending upon user preferences as well as the availability of MSWord on the system. ...
by nageswaragunupudi
Thu Feb 04, 2021 4:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF generado desde programa en FiveWin
Replies: 21
Views: 5923

Re: FwSavePreviewToPdf

Image2PDF is the best.
FwSavePreviewToPdf is the last resort
by nageswaragunupudi
Wed Mar 07, 2018 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5333

Re: GDPR - General Data Protection Regulation

For me as a developer, using Data encryption is just a case of last resort .. most if not all data breaches have been through the penetration of a Web Site ... All we are doing ( it seems ) is the CYA for the lackless Web developers and Network admins that ...
by Enrico Maria Giordano
Tue Jan 02, 2018 9:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3734

Re: GDPR - General Data Protection Regulation

... http://i65.tinypic.com/2zi670g.jpg For me as a developer, using Data encryption is just a case of last resort .. most if not all data breaches have been through the penetration of a Web Site ... All we are doing ( it seems ) is the CYA for the lackless ...
by Rick Lipkin
Tue Jan 02, 2018 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3734

Re: OT. La que viene

... sensitive fields like password, credit card numbers, etc. For years there has been talk of encrypting ( all ) Enterprise data as a last resort defense to protect personal data when our hapless Web site coders\engineers can't seem to write or plug even the most common penetration hacks. ...
by Rick Lipkin
Sat Dec 30, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: OT. La que viene
Replies: 8
Views: 1692

Proposal .. 'just not xBase any more'

... programmer that worked ( not for the centralized IT ) but in a separate deputy area who was also a long time 'coder' that was asked as a 'last resort' to see if he could make the appropriate changes to my program. As it turned out this 'coder' was able to read the programming flow and understand ...
by Rick Lipkin
Tue Mar 07, 2017 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5699

Re: Alternative to memoline()

Thanks Gale!

I was hoping for an alternative to memoline() so that don't have to resort to low level file manipulation. I am under the impression reading the whole file using memoread() and then extracting the lines from it would be faster
by hua
Tue Apr 28, 2015 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Alternative to memoline()
Replies: 5
Views: 872

Re: dbcombo blank

... buffer has been changed back to that of the data in the DBF. That's hard to describe so I hope I was clear. So what is the solution? Well, you can resort to what you have been doing and assign each field to memory variable. This does mean writing lots of code to load those vars then save them. ...
by nageswaragunupudi
Sun Jan 04, 2015 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1426

Re: dbcombo blank

... buffer has been changed back to that of the data in the DBF. That's hard to describe so I hope I was clear. So what is the solution? Well, you can resort to what you have been doing and assign each field to memory variable. This does mean writing lots of code to load those vars then save them. ...
by James Bott
Tue Dec 09, 2014 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1426

Re: bInit on MDI oWnd:ChildNew()

Antonio,

The child window already created before binit.. so a delay.. unlike when activating window there's ON INIT clause.

But if this is not possible, I have to resort in manually declaring DEFINE WINDOWS ... ACTIVATE WINDOW..
by fraxzi
Thu Oct 23, 2014 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bInit on MDI oWnd:ChildNew() - UNSOLVED
Replies: 4
Views: 714
Next

Return to advanced search