Search found 83 matches: holds

Return to advanced search

New FTDN October/Octubre 2023 (FWH 23.10)

... * New: samples\xbrwpages.prg shows how to combine a xbrowse with a TPages control that holds TScrollPanel objects. Very interesting, don't miss it! * Enhancement: FW_MemoEdit( cJsonFile/text ) now displays in formatted json text. * Enhancement: ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3895

Re: Webview class into Resource Dialog?

In this example, we can check that when the dialog that holds the WebView closes, it closes the main Window but the app properly exits: #include "FiveWin.ch"function Main()   local oWnd    DEFINE WINDOW oWnd   ...
by Antonio Linares
Fri Feb 17, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview class into Resource Dialog?
Replies: 5
Views: 232

Re: Child OF oWnd

Dear Jimmy,

Keep in mind that each control keeps a DATA oWnd that holds its parent object
by Antonio Linares
Thu Nov 10, 2022 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child OF oWnd
Replies: 7
Views: 344

Re: RTF from Variable

... reference for printing RTF5 text using the FWH printer class. Here is an example of what I would replace. It is text, saved from a memofield, that holds "disclaimers".   FOR lx := 1 TO MLCount( oEndText:tagtext, 120,, .T. )      WOPAGEHEAD( oPrn, aHead ...
by TimStone
Fri Dec 03, 2021 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF from Variable
Replies: 40
Views: 4241

New FTDN April/Abril 2020 (FWH 20.04)

... can be seleted. Thils limit can be changed by setting a different value to data nMultiSelMaxDays. * All Controls: ReadOnly DATA uOriginalValue holds the value of the variable when the control was first created. * New: function FWErrorSys() allows to set the FWH error system in those cases where ...
by Antonio Linares
Sun May 03, 2020 12:41 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2020 (FWH 20.04)
Replies: 1
Views: 2193

Re: clarification respect a recordset

It is true that ADO reads the data from the server and holds it in the client's memory. We normally open recordsets using adLockOptimistic . All calls to the methods Update(), Delete() and AddNew( aCols, aVals ) make the changes to the underlying database ...
by nageswaragunupudi
Sat Aug 31, 2019 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clarification respect a recordset
Replies: 14
Views: 3304

Re: When will this happen again ?? 10 Years are gone

... years I have traveled to many conferences, and paid all the fees out of my pocket. When I need software tools, I pay for those myself. The same holds true for all the computer equipment I've needed to purchase to stay current. We also have families to support, which includes providing a home, ...
by Silvio.Falconi
Wed May 29, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3212

Re: When will this happen again ?? 10 Years are gone

... years I have traveled to many conferences, and paid all the fees out of my pocket. When I need software tools, I pay for those myself. The same holds true for all the computer equipment I've needed to purchase to stay current. We also have families to support, which includes providing a home, ...
by TimStone
Wed May 29, 2019 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3212

Re: To James Bott - Error Using TData

... case a new class tCustomer is created. It is called with the nID to position the record, the data is changed, and saved. Of course, since tData holds the field values in buffers they all would want to be written back, and if a field is locked, that woulde be a problem. The value of tData is ...
by TimStone
Tue May 28, 2019 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5116

New FTDN Oct. 2018 (FWH 18.10)

... are now automatically refreshed. * New: XImage cropping image: New datas: lCrop INIT .f. // When set to .t. enables user to crop image hCrop // holds bitmap of cropped image bOnCrop // Optional action to be taken when crop is finished. Evaluated with oImage as parameter. Default behavior without ...
by Antonio Linares
Sun Nov 11, 2018 11:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN Oct. 2018 (FWH 18.10)
Replies: 5
Views: 4229

Re: Google Cloud Platform

... paralyzed MedStar Health-operated hospitals in Maryland and Washington. Officials are trying to determine whether the virus was ransomware, which holds a company’s systems “hostage” until a specific dollar amount is paid. It is not immediately clear whether any patient information was stolen, ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4075

Re: Proposal .. 'just not xBase any more'

... paralyzed MedStar Health-operated hospitals in Maryland and Washington. Officials are trying to determine whether the virus was ransomware, which holds a company’s systems “hostage” until a specific dollar amount is paid. It is not immediately clear whether any patient information was stolen, ...
by Rick Lipkin
Wed Mar 08, 2017 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5709

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... // <ElementOrProperty> must be a declared variable. FOR EACH <ElementOrProperty> IN <ArrayOrObject> // ElementOrProperty holds value of each respective element or property. <ElementOrProperty> HB_EnumIndex() // Returns current Position Index. [LOOP] [EXIT] NEXT The ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2271

Re: Migrating to Harbour

James, Antonio, hbcplr.lib holds the entire Harbour compiler inside it, so we can compile PRGs from our EXEs, in memory and execute the code. To me this is extremely important. Are you saying this provides runtime compiling, and if so, ...
by Antonio Linares
Tue Dec 16, 2014 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44784

Re: Migrating to Harbour

Antonio, hbcplr.lib holds the entire Harbour compiler inside it, so we can compile PRGs from our EXEs, in memory and execute the code. To me this is extremely important. Are you saying this provides runtime compiling, and if so, why ...
by James Bott
Tue Dec 16, 2014 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 44784
Next

Return to advanced search