Search found 3853 matches: object

Return to advanced search

oBrw:report() ... control fonts

oRep:aFont already has two fonts built by the browse object oRep:aFont[ 1 ] is Tahoma size 0,-8 oRep:aFont[ 2 ] is Tahoma size 0,-8 bold I need to have another font I made oFontCopy := TFont():New("TAHOMA",0,-108,.F.,,180,,,,,,,,,,oRep:oDevice) ...
by Silvio.Falconi
Wed Dec 13, 2023 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() ... control fonts
Replies: 0
Views: 312

Re: show a string into xbrowse

... oBrw OF oDlg ; COLUMNS 1,2; HEADERS "gg","" ; COLSIZES 40, 220 ; ARRAY aData ; SIZE -5,-100 PIXEL STYLE FLAT NOBORDER WITH OBJECT oBrw WITH OBJECT oBrw:aCols[1] :cEditPicture := "###gg" END :lHScroll := .f. :CreateFromCode() END
by Silvio.Falconi
Tue Dec 12, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show a string into xbrowse
Replies: 4
Views: 410

Re: copy a row of xbrowse

... I just worked on the same problem in mod harbour. Actually, the solution is exactly the same as with Fivewin. You copy the row as an array (object) and insert it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is ...
by Silvio.Falconi
Mon Dec 04, 2023 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Re: copy a row of xbrowse

... I just worked on the same problem in mod harbour. Actually, the solution is exactly the same as with Fivewin. You copy the row as an array (object) and insert it in the 2nd browser. Although it is not welcome here, I post. I think we all have to prepare for the future, and the future is ...
by Otto
Mon Dec 04, 2023 2:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5808

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... ) funciona. * Corrección: El ejemplo samples\testtray.prg funciona correctamenete con FWH 64 bits. * Corrección: La función cValToChar( object ), devuelve nulo cuando object:cClassName es nulo. Solucionado. * Nuevo: Ejemplo samples\diskexpl.prg, muestra cómo construir un árbol con las ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Convert a print to Rtf or doc

... When the program starts, the main function Main is called. In this function, various GUI elements such as a dialog window (oDlg), a browser object (oBrw), and buttons are created. The size and properties of these elements are set up to form a user interface for displaying and editing data. ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3469

Re: hash for storing variables

... components can be edited independently. Consistency: Ensures consistent use of the date input component throughout the project. Similarities with Object-Oriented Programming The approach shares similarities with object-oriented programming (OOP), especially regarding modularity and encapsulation. ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 527

Re: Calculate total pages

... Here's a breakdown of what each part of the code is doing: 1. **Device and File Handling:** - `oDevice := DEVICE`: Initializes an object `oDevice` to represent the current printing device. - `aFiles := oDevice:aMeta`: Assigns metadata from the device to an array `aFiles`. - `hMeta ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5879

Fivewin controls similar to javascript elements

... controls consume events, necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object. Understanding these similarities and differences can be quite useful when transitioning between web and desktop application development. The ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1127

Re: ID of the new process

Your approach of comparing the lists of processes before and after creating the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

ID of the new process

Hi, When creating an OLE object of an application (for example, Word), a new process is created. How do I get the ID of this process ? I can make 2 lists of oWmi processes:ExecQuery("select * from Win32_Process where Name=") ...
by Natter
Tue Nov 14, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

Re: OVERRIDE

Dear Silvio, You add a new DATA to the object, not to the class: #xcommand EXTEND DATA <!Message!> [IN] OBJECT <!object!> => ; __objAddData( <object>, #<Message> ) which is the object ? sample If I must add a data ...
by Silvio.Falconi
Tue Nov 14, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 629

Re: OVERRIDE

Dear Silvio,

You add a new DATA to the object, not to the class:

#xcommand EXTEND DATA <!Message!> [IN] OBJECT <!object!> => ;
__objAddData( <object>, #<Message> )
by Antonio Linares
Mon Nov 13, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 629

Re: Does TDatabase supports SEEK LAST?

He is using database object.
But he is not looking for DbGoBottom()
He is looking for
Code: Select all  Expand view
SEEK cSeek LAST // i.e., DBSEEK( cSeek, nil, .T. )

which is totally different from "GoBottom()"
by nageswaragunupudi
Fri Nov 10, 2023 4:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 379

Re: xBrowse - Dates - FWH 2310

I assume ::oOrders is a Database Object. Please confirm. wrkdat displays as "999999" while the others display as normal dates. This happens if oCol:cEditPicture of this column is "999999". XBrowse builds the picture from ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1452
PreviousNext

Return to advanced search