... 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 ...
... (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 ...
... 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" ...
... 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. ...
... 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 ...
... 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. ...
... 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 ...
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( ...
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 ...
... 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.
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( ...
... 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 ...
... 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.