Search found 248 matches: replacement

Return to advanced search

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... want to "upgrade" from DBF to SQL and use Postgre and have no Idea how a.) xBase have RecNo() which SQL does not have so we need a "Replacement" under SQL there are "other" User which already have a working Concept like Xbase++ PgDBE which have some "internal" ...
by Jimmy
Sun Aug 06, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 716

Re: obrw:report with setup standard

Otto wrote:Silvio,
maybe the oReport replacement?
viewtopic.php?f=3&t=40428&p=241450&hilit=izipizi&sid=7bbe805f48f45fc20b16b742329fe572#p241450

Best regards,
Otto



Otto,

I didn't ask for this and it's not the topic I asked for
by Silvio.Falconi
Fri May 05, 2023 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obrw:report with setup standard
Replies: 8
Views: 402

Re: how to get "Userdef" EVENT for ACTION

... https://learn.microsoft.com/en-us/windows/win32/api/commdlg/nf-commdlg-replacetexta The ReplaceText function does not perform a text replacement operation. Instead, the dialog box sends FINDMSGSTRING registered messages to the window procedure of the owner window of the dialog box. ...
by Jimmy
Tue Mar 28, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Userdef" EVENT for ACTION
Replies: 5
Views: 394

Re: System info, Tips & Tricks, scharing project info

... all the time. Whether you use a filter or a temporary index, you are going to have to read the entire database over the network for each field replacement. Except that there is one 1 call when we open the cdx over the network, all tags will be repositioned each time we move a record, so slowing ...
by James Bott
Sat Jan 15, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1450

Re: RTF from Variable

... nRsp * 1.1, oFcond )      ENDIF      nRow += nRsp   NEXT  I believe I would need a replacement for :SayText( ) and/or MemoLine( ) that substitutes the RTF. Size and color could be eliminated and provided through the RTF I believe. ...
by TimStone
Fri Dec 03, 2021 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4229

Re: Can you use Windows 11 on your PC ?

... about Windows 11" Otherwise, you can move the ( flower ) start menu to the Left side and if you want you can get an open source Start menu replacement called Open Shell ( previously Classic Shell ) http://img4.imagetitan.com/img4/small/24/24_openshell.jpg Which ( for me ...
by Rick Lipkin
Sat Oct 16, 2021 5:26 pm
 
Forum: Utilities / Utilidades
Topic: Can you use Windows 11 on your PC ?
Replies: 13
Views: 2394

Re: HTML report sample

Hello friends, I think that the HTML report is not that bad after all. The subsequent replacement of the "placeholders" simplifies the program. Best regards, Otto        cHtml += memoread("c:\fwh\samples\manfred.html")       cHtml := STRTRAN( ...
by Marc Venken
Sat Jul 24, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1544

Re: print a array

Silvio, The "beach" example is the replacement for oReport. But you can also work directly with Word. It depends on the reports you need. Best regards, Otto https://mybergland.com/fwforum/worddesign.jpg https://mybergland.com/fwforum/sourcecode.jpg ...
by Otto
Sat Jul 10, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print a array
Replies: 12
Views: 1086

Re: Common dialogs

... Fonts and dialog sizes are managed by Windows and there is no way FWH can control it. It is better to make our own replacement functions. I know some programmers who have done that.
by nageswaragunupudi
Mon Jul 05, 2021 5:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Common dialogs
Replies: 2
Views: 474

HTML report sample

Hello friends, I think that the HTML report is not that bad after all. The subsequent replacement of the "placeholders" simplifies the program. Best regards, Otto        cHtml += memoread("c:\fwh\samples\manfred.html")       cHtml := STRTRAN( ...
by Otto
Fri Jul 02, 2021 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1544

Re: database oDbf

... to locate the record containing the matching index and then lock the record before calling FW_HashToRec() for updating. There will also be some replacement done (ex. a standard value that is needed) just before the update in the source dbf field. After reading the data from the source dbf into ...
by nageswaragunupudi
Sun May 16, 2021 2:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: database oDbf
Replies: 9
Views: 1220

Re: database oDbf

... but the fields always match in name and structure. There must and will be one index field for matching and updating. There will also be some replacement done (ex. a standard value that is needed) just before the update in the source dbf field.
by Marc Venken
Sun May 16, 2021 1:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: database oDbf
Replies: 9
Views: 1220

Re: WaitUntil - batch command replacement for scheduler

Looks good, I'll put it through its paces, thanks. This works for me. waituntil.prg #include "fivewin.ch"function Main()   local cDay  := HB_ARGV( 1 )   local nSec  := TIMETOSEC( HB_ARGV( 2 ) )   local n   do while !( CDOW( Date() ) = cDa...
by FWExplorer
Thu Jan 07, 2021 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 960

Re: WaitUntil - batch command replacement for scheduler

This works for me. waituntil.prg #include "fivewin.ch"function Main()   local cDay  := HB_ARGV( 1 )   local nSec  := TIMETOSEC( HB_ARGV( 2 ) )   local n   do while !( CDOW( Date() ) = cDay...
by nageswaragunupudi
Wed Jan 06, 2021 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 960
Next

Return to advanced search