Search found 104 matches: stated

Return to advanced search

Re: ADS with 64bit FWH Apps

... After seeing Reinaldo's comment, I instead used the ones from the ADS install, but still kept the current ( ADS 12 ) .lib files in my build. As he stated, the application runs. His point is simple. You can use a newer install of ADS 10, 11, or 12 with the older DLL files, but you cannot use the ...
by TimStone
Tue Apr 16, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2298

Re: Help splitting up a character address string

... to end a function is RETURN for the function's return value and FUNCTION to declare the end of the function, not ENDFUNCTION as I previously stated. Here's the corrected code: harbour Copy code FUNCTION SplitAddress(cAddress) LOCAL cStreet, cCity, cState, cZip LOCAL nPos1, nPos2 // Find the ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: create pdf

karinha,
your message is useless.
As you might see, your defines
Code: Select all  Expand view
#Define PAD_LEFT            0
#Define PAD_RIGHT           1
#Define PAD_CENTER          2

are all of type numeric.
Mr. Rao stated that the value of cAlign in Method oPrn:SayText has to be character type value.
by Detlef
Sun May 14, 2023 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 899

Re: Codejock Calendar Samples?

... the class was set by Reinaldo Crespo and Tim Stone and highly updated by me. Special thanks also to Daniel Garcia Gil who helped me also getting stated a year ago. Having more fivewinners using this control is good, we may share more expertise. Looking forward for your comments, To Lucas , there ...
by richard-service
Sat Jan 21, 2023 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 46496

Re: XBROWSE SetColumns()

I saw that, and it is over a year ago when it was stated "We'll look at it" To be specific, the Hide/Seek popup would be better if it stayed open for multiple selections, and then modified the oBrw after an OK button was selected. Here is ...
by TimStone
Sat Dec 10, 2022 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE SetColumns()
Replies: 3
Views: 558

Re: REDEFINE SAY on Buttonbar

Enrico, Marc's example, as stated before, shows the exact problem. I've already shown a workaround for that problem. I'ts always nice that we can have workarounds !! But in this case and in the case of many say's is it possible that the ...
by Marc Venken
Fri Dec 09, 2022 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980

Re: REDEFINE SAY on Buttonbar

TimStone wrote:Enrico,

Marc's example, as stated before, shows the exact problem.


I've already shown a workaround for that problem.
by Enrico Maria Giordano
Wed Dec 07, 2022 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980

Re: REDEFINE SAY on Buttonbar

Enrico, Marc's example, as stated before, shows the exact problem. It is a very simple problem. 1). You have a variable, ie. abc := "Test One", and you might change it to abc := "Test two" when executing a process in ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980

Re: Dialog or Form

... of <input type="file" > with the value from the database and take this suggestion in case nothing is selected by the user but as stated here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file You cannot set the value of a file picker from a script ...
by Ruth
Thu Oct 27, 2022 3:49 pm
 
Forum: mod_harbour
Topic: Dialog or Form
Replies: 23
Views: 4654

Re: gradiants ?

... gradients and the profound explanations of Mr. Rao helped me a lot to understand and use gradients. But I just can't understand that when Mr. Rao stated All sizes are fractions less than 1 and total of all sizes should be 1.0 But your gradients don't care about. Do you have a certain reason for ...
by Detlef
Thu Jun 02, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 564

Re: RTF from Variable

... 2) rep22.prg does not demo anything with .RTF. Also, my question is doing a printout of RTF text with the PRINTER class, and NOT with a report. As stated above, for the complexity of my need, I cannot use a REPORT. I need the equivalent for RTF of this output: oPrn:SayText( nRow, 10 * nCsp, MemoLine( ...
by TimStone
Thu Dec 09, 2021 9:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4244

Re: File name .sqlite3 not work with FW_OpenAdoConnection

Antonio, Changing to a .db extension would work, except he has already stated he can't change the name. But the reason .sqlite3 doesn't work is this extension is not one of the explicitly allowed list of extensions in FW_AdoConnectionString():    if '.' $ c  ...
by rhlawek
Sun Jul 25, 2021 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File name .sqlite3 not work with FW_OpenAdoConnection
Replies: 7
Views: 600

Re: Printer class question - RESOLVED

Silvio, As stated before, I do not use any report generators. I code everything directly. I also do not use any resource editor. I code everything in my .rc file directly. For me, because I have done it this way for many years, ...
by TimStone
Fri Oct 23, 2020 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3346

Convert DBF 2 SQL

... me the .dbf file is not in the expected format. It works just fine. I noticed a reference to the DBF2SQL.prg available in FWH, but some comments stated it would not work with FPT files. Has anyone found a reasonable way to do this ? Ultimately all of my clients, with about 115 DBF files each, ...
by TimStone
Wed Mar 20, 2019 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2557

Re: How Open the same dbf

... TServizi():New() oServizi2:setFilter( "multiple = .t.") However, filters are really impractical for all but very small databases. As Tim stated, indexes are much better. To use indexes (in this case), just create one for True and one for False. oServizi1 := TServizi():New() oServizi1:setFilter( ...
by James Bott
Fri Dec 28, 2018 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open the same dbf
Replies: 17
Views: 2558
Next

Return to advanced search