Search found 145 matches: dynamically

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

xbrowse (likely a custom table) whose contents change dynamically Checkboxes that control the appearance of radio menus and changes to the xbrowse's size. Here's a possible scenario based on your description: Initial State: The xbrowse table is visible. ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 61

Dynamic Table Filter Control

... here with mod harbour and webview2 that I see in the general forum and that interest me. They are small tests. This program contains a table with dynamically adjustable height based on selected filters and buttons to increase or decrease the height. https://mybergland.com/fwforum/tabelhigh.gif ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 184

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

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

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

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

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

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

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

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

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

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

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

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

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

Return to advanced search