Search found 27 matches: pulling

Return to advanced search

Re: Moving the dialog

Thank you, Antonio! I'll try to figure it out. It was the code block :bPainted that caused delays when
pulling the window out from behind the screen. I needed an understanding of when to execute this block of code and when not to
by Natter
Mon Oct 23, 2023 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 509

Re: Newbie Question : XBROWSE

... on the screen. Some of the controls may still need access to open files/data or resources, but they were already closed/releasted, just like pulling the carpet under the feet. Naturally, this situation results in fatal runtime errors. So, RIGHT WAY TO HANDLE NONMODAL EXECUTION    ACTIVATE ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1528

Re: My regex fails under Harbour

Thanks Cristobal.
The sentence now works in my standalone test but not my module.
Is there anyway to check where the linker is pulling hb_regex() from? It seems suspicious that I get an empty array when there is no match instead of NIL
by hua
Mon Nov 07, 2022 2:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: My regex fails under Harbour
Replies: 6
Views: 612

Re: New FWH 21.06

Hallo Leandro, We show the ER Preview without QR code. After pulling the QR code from the signature unit, no more changes may be made! That is why we print the QR code on the metafile after the print command if lLastPage = .t. cDst: = Setup (): ...
by Otto
Sun Aug 01, 2021 6:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 21.06
Replies: 57
Views: 4949

Re: Peer to Peer, NAS and NTX -> CDX

... and setup. Also you have nothing to change from local installation. > It is the server software that will do the trick of opening data and not pulling the data over the network like in peer to peer. Should I convert some lines of code for this? No changes necessary. Only the screen points are ...
by Otto
Sun Dec 27, 2020 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3485

Re: Peer to Peer, NAS and NTX -> CDX

... that is for temporary files ? Will the program be also in each folder ? It is the server software that will do the trick of opening data and not pulling the data over the network like in peer to peer. Should I convert some lines of code for this ?
by Marc Venken
Sun Dec 27, 2020 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3485

Re: PHP with dbase

... also have PHP web portals doing the same on the same data. Likewise, the remote client doesn't have to be a browser, it could be an Android tablet pulling oData via the Advantage Web API. I know all this sounds confusing. If paying for the server software is an option, then I would explore Advantage ...
by fraxzi
Fri Aug 10, 2018 1:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PHP with dbase
Replies: 10
Views: 1947

Re: PHP with dbase

... also have PHP web portals doing the same on the same data. Likewise, the remote client doesn't have to be a browser, it could be an Android tablet pulling oData via the Advantage Web API. I know all this sounds confusing. If paying for the server software is an option, then I would explore Advantage ...
by reinaldocrespo
Thu Aug 09, 2018 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PHP with dbase
Replies: 10
Views: 1947

Re: OT: ADS & Win 10 April Update RESOLUTION

... solve the Win 10 April edition issues. One of our apps, running on a Win10 April edition workstation, would freeze 10 secs after startup. It was pulling the exe from the shared network drive which is how we install all our apps. We tracked the freeze to a timer that opened a listening socket ...
by peterk
Fri May 25, 2018 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6222

Re: FwSavePreviewToPdf

... is no way to cheat it with sth like that. If I had to make a change, I would go for abstracting the device in TReport (like TCanvas in Delphi), pulling apart rendering issues from the logic and be centered in only one concern. In this way then we will be able to create new pseudodevices (like ...
by Carlos Mora
Sat May 12, 2018 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5518

Re: FWH: MySql/MariaDB: RowSet object

... sort order, I want to remain on the same row. I do not want a surprise that the row I am seeing is suddenly changed to something else. it is like pulling the carpet under my feet. How can we implement this? Also when I press PgDn and PgUp the page numbers on the top are changing but the data of ...
by nageswaragunupudi
Thu May 18, 2017 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 51
Views: 19789

Re: multiple defintions, forst defined here

... folder I was using to start hbmk2 to where the source code sits, and now am getting undefined instead of duplicates This is due, I guess, to not pulling in the correct library(ies). I added trace to see what was going on (thanks for that tip). Does this and the console listing below help anyone ...
by lmheimendinger
Mon Dec 05, 2016 11:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20617

Re: RDDADS.lib for Harbour and Borland

... would if the data was stored locally on the client machine. In this scenario the server only acts as a file sharing disk to multiple workstations pulling data across the network. But then again, this is exactly how any other Harbour RDD works. What makes ALS very attractive is that you may distribute ...
by reinaldocrespo
Tue Jan 27, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4719

Re: TxtToRTF()

... Yes GetText() method works best but requires to initialize the object which will require a dialog or window. When working on the background , when pulling text from a Blob field or when no RichText object is needed, then my function GetTextFromRTF() is the only choice. Your function works very ...
by nageswaragunupudi
Thu Jan 15, 2015 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxtToRTF()
Replies: 18
Views: 3338

Re: TxtToRTF()

... Yes GetText() method works best but requires to initialize the object which will require a dialog or window. When working on the background , when pulling text from a Blob field or when no RichText object is needed, then my function GetTextFromRTF() is the only choice. Now i explored the GTF-Format ...
by reinaldocrespo
Thu Jan 15, 2015 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxtToRTF()
Replies: 18
Views: 3338
Next

Return to advanced search

cron