Search found 143 matches: dynamically

Return to advanced search

Re: Is there a PHP IsSet() in Modharbour

Dear friends, maybe you could help me with this please... I am attempting to dynamically reference a hash table using the variable name "cHashName" but I keep receiving an error stating "variable does not exist" in condition nr.3 in the code ...
by Ruth
Thu Nov 09, 2023 12:07 pm
 
Forum: mod_harbour
Topic: Is there a PHP IsSet() in Modharbour
Replies: 6
Views: 678

Re: Website logo

... explicitly mentioned as image URLs in the provided HTML code. There may be additional logos or images referenced elsewhere in the HTML or loaded dynamically from external sources.
by Otto
Thu May 18, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 489

Re: Callback Server

... programming language used for both front-end and back-end web development, as well as server-side scripting, automation, and more. JavaScript is a dynamically typed language that is interpreted by web browsers, and also can be run on servers using Node.js. It is used to create interactive and responsive ...
by Otto
Fri Mar 10, 2023 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 659

Re: SUB-CLASS TFolderEx()

hi Antonio, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( oObject, cSymbol, ...
by Jimmy
Sat Feb 04, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1156

Re: SUB-CLASS TFolderEx()

Dear Jimmy, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( oObject, cSymbol, ...
by Antonio Linares
Sat Feb 04, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1156

Re: CodeBlock

... pStatics; /* STATICs base frame */ HB_USHORT uiLocals; /* number of referenced local variables */ HB_SHORT dynBuffer; /* is pcode buffer allocated dynamically, SHORT used instead of HB_BOOL intentionally to force optimal alignment */ } HB_CODEBLOCK, * PHB_CODEBLOCK; using #define _HB_API_INTERNAL_ ...
by Antonio Linares
Tue Nov 01, 2022 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeBlock
Replies: 2
Views: 276

ACCESS_VIOLATION using ADS Local Server (DBF)

... )        RETURN NIL    ENDIF       calias:= Alias(Select(caliasage))  newalias() is a function that is creating a Alias dynamically for my table, in order to avoid duplicated alias (advice from Charly) As I said, I'm using ADS Local Server here in my testing environment, ...
by ricbarraes
Tue Mar 23, 2021 9:17 pm
 
Forum: mod_harbour
Topic: ACCESS_VIOLATION using ADS Local Server (DBF)
Replies: 2
Views: 525

Re: Columnas dinámicas xbrowse array (Solucionado)

... )// FWH1909oBrw:ReArrangeCols( aCols, [lRetainRest=.t.], [lReNumber=.f.] )  This is a sample dynamically changing the columns and sequence of columns during runtime: FWH2101: #include "fivewin.ch"function Main()   local ...
by nageswaragunupudi
Thu Mar 11, 2021 4:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Columnas dinámicas xbrowse array (Solucionado)
Replies: 8
Views: 1489

xBrowse, footer and total dbf records

Hello:

I would like to have a footer in xBrowse without column separations with the total number of records in the dbf that will be dynamically updated when records are added or deleted.

Please, how is this done?

Thank you very much.
by MOISES
Tue Dec 24, 2019 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, footer and total dbf records
Replies: 1
Views: 536

Re: xBrowse - Multiline

hi, Is it possible that each row dynamically have its own height based on its content ? as i can say you need Ownerdraw to get different hight as "calculation" is done by MeasureItem. the Trick is like FranciscoA say : switch Font ...
by Jimmy
Fri Nov 15, 2019 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Multiline
Replies: 12
Views: 1643

Re: xBrowse - Multiline

concentra wrote:Hi !

Is it possible that each row dynamically have its own height based on its content ?
Like this:

Image

Regards.


+1
by hua
Fri Nov 15, 2019 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Multiline
Replies: 12
Views: 1643

Re: xBrowse - Multiline

Hi !

Is it possible that each row dynamically have its own height based on its content ?
Like this:

Image

Regards.
by concentra
Thu Nov 14, 2019 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Multiline
Replies: 12
Views: 1643

Re: Paste values into Password Protected Get Objects

I've created an subordinate extension from the TGet class that I use.

All of my screens are dynamically generated and this one exception might be dangerous.

Is there a method I can "pirate" from the EDIT control to compile in my sub-ordinate TGet class that will resolve this for now?
by don lowenstein
Tue Oct 15, 2019 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Paste values into Password Protected Get Objects
Replies: 6
Views: 1164

Re: Retorno de chamada DLL

DllCall() Executes a function located in a dynamically loaded external library. Syntax DllCall( <cDllFile>|<nDllHandle>, ; [<nCallingConvention>] , ; <cFuncName>|<nOrdinal> , ; [<xParams,...>] ) --> nResult ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 973

testtre2.prg - any idea how to be able to use res editor?

In fwh\samples\testtre2.prg, the controls on oDlg were all coded.

Is it possible to design dialogues using resource editor and later to dynamically moved it to oDlg depending on which tree item was clicked on?

TIA
by hua
Mon Aug 26, 2019 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: testtre2.prg - any idea how to be able to use res editor?
Replies: 2
Views: 617
Next

Return to advanced search