Search found 250 matches: replacement

Return to advanced search

RE: Replace in File Editor

... oMFont  // Create the DIALOG    DEFINE DIALOG oRRec RESOURCE "FEREPLACE" BRUSH oBrush TRANSPARENT TITLE "Record Data Replacement Selection" FONT oMFont  // Do we replace all records    REDEFINE CHECKBOX lAllRecords  ID 601 OF oRRec MESSAGE ...
by TimStone
Tue Jul 16, 2024 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 773

Building modharbour with ADS on Linux

... (1)-- Or should I git clone from somewhere else? I hear some chatter about "Mercury". (2)-- Is this a mod_harbour replacement or something I should be aware of? (3) -- And; before I build modharbour from its sources I want to make sure support for ADS is included ...
by reinaldocrespo
Sun Jun 30, 2024 12:45 pm
 
Forum: mod_harbour
Topic: Building modharbour with ADS on Linux
Replies: 5
Views: 1432

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: 1865

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: 674

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: 552

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: 2621

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: 5789

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: 3825

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: 2076

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: 1675

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: 531

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: 2076

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: 1438

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: 1438
Next

Return to advanced search