Search found 1026 matches: active

Return to advanced search

Re: HDBC para SQLite

... ando esperando algo para Postgres, un par de preguntas: - se podra utilizar un solo codigo para interacturar con las diferentes DBs? - habra un active record? esto creo que si, pienso que es casi inevitable? suerte, estare pendiente a tus novedades saludos cordiales Marcelo Via
by Marcelo Via Giglio
Sat Nov 09, 2024 3:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: HDBC para SQLite
Replies: 6
Views: 333

Re: XBROWSE ordenar y Filtrar por columnas

Mister Rao, es posible dar click en la cabecera de la columna del xBrowse y se active el orden y filtro por esa columna ?
by CARLOS ATUNCAR
Fri Nov 08, 2024 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE ordenar y Filtrar por columnas (solucionado)
Replies: 3
Views: 168

Re: RDS (Remote Desktop) and FW programming

... and transitions). This reduces graphical processing load on the server and improves responsiveness for users. Session Timeouts: Set timeouts for inactive sessions to prevent idle sessions from consuming server resources, which helps maintain better performance for active users. 3. Disk I/O Optimization ...
by Marc Venken
Thu Oct 31, 2024 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 424

Re: Extending SetScope()

... UPPER( NAAM ) .AND. "WHITE" $ UPPER( KLEUR ) This filter is build with the above function Marc_Setfilter using Xbrowse header gets. The active tag = upper(reflev)+upper(kleur)+upper(size) If I try 10 filtercombinations the results are between 4-20 secs, not knowing why slower some times. ...
by Marc Venken
Sun Oct 20, 2024 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 612

Re: Extending SetScope()

... several.... because I saw the samples on the forum. therefore that the explenation of Mr. Rao could give me the final tip for the best. Thinks I active use : (code like they are) oBrw[1]:bChange := { || orderfilter("factart","factart",factinfo->document),orderfilter("detail","factart",factinfo->document),oBrwFol2[1]:gotop(),oBrwFol2[1]:refresh() ...
by Marc Venken
Sat Oct 19, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Extending SetScope()
Replies: 15
Views: 612

Re: Esperar a que termine la plicaion llamada con ShellExecute

... 3 - Activates a window and displays it as a maximized window. 4 - Displays a window in its latest size and position. The window that is currently active remains active. 5 - Activates a window and shows it in its current size and location. 6 - Minimizes the specified window and activates the top-level ...
by karinha
Sun Oct 13, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Esperar a que termine la plicaion llamada con ShellExecute
Replies: 7
Views: 303

Re: Browse of my ADO Class

...                   GetActiveWindow(), GetWndApp() ) )  On multithread first dialog need to be modal, and can't be used an active window as reference. Make a test changing nDlgCount to THREAD STATIC but no success. I do not know if lWRunning() and GetWndApp() are valid for ...
by JoséQuintas
Wed Oct 02, 2024 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 2086

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

... sharing the same dbf's. As an example: the official site, landing pages, reserved areas with login, etc. It is multi-language, contents can be active or not or scheduled. Every folder/customer has its own repository The cgimodule.exe is the app that is called by php with the parameters received ...
by chiaiese
Tue Sep 03, 2024 12:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1679

Re: scrollbars on tFolderEx

...     // oDlg:lTransparent := .T.   next  now the scrollbars appear but if I shrink the window or move the splitter they still are not active, nor if I drag the thumbs neither if I scroll the mouse wheel Roberto
by chiaiese
Mon Sep 02, 2024 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 2574

How to Work with FIVEWIN and Web Side by Side - An Easy Way

... that it arrives. Even when there is a lot of work, you should take some time for a little fun. I have now added a heartbeat. If the FIVEWIN.EXE is active and functioning, so that it can receive and process the JSON files, then you will see the heartbeat. A nice little gimmick. Best regards, Otto ...
by Otto
Tue Aug 27, 2024 9:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 1679

xBrowse on a touchscreen

Hi,

There is a xBrowse on a touchscreen tablet. I double-click on any line, and open the action menu (the size of the menu overlaps several xBrowse lines).
If click on the menu option located on over of a line other than the current one, this line will become active. This is the effect :shock:
by Natter
Thu Jul 11, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on a touchscreen
Replies: 8
Views: 1132

Re: GET an activeX ENUM by name

Is there a way to get an active enum value by its name: For example: I need get "xtpCalendarDayThursday" value to use in activeX object: type CalendarWeekDay = TOleEnum; you need to compare Result from Enum with Calendar define ...
by Jimmy
Fri Jun 28, 2024 8:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET an activeX ENUM by name
Replies: 5
Views: 477

GET an activeX ENUM by name

Hi friends, Is there a way to get an active enum value by its name: For example: I need get "xtpCalendarDayThursday" value to use in activeX object: type CalendarWeekDay = TOleEnum; const xtpCalendarDaySunday = 1; xtpCalendarDayMonday ...
by toninhofwi
Fri Jun 28, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET an activeX ENUM by name
Replies: 5
Views: 477

Fwxlsxlib error xbrowse oBrw:toExcel

Hi all, when the oBrw:toExcel function is executed and the UseXLSXLIB( .T. ) command is active to use the Fwxlsxlb library this error appears : Application =========== Path and name: d:\Zephir\NwCoge\Sigah.exe (32 bits) Size: ********* bytes Compiler version: Harbour ...
by mauri.menabue
Thu Jun 06, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwxlsxlib error xbrowse oBrw:toExcel
Replies: 1
Views: 244

Re: also for obrw nheight

... 3 checkboxes (age, state, married) and this box is fix while from the second box[2] to the fourth box[4] they must be shown if the others are not active for example if the user clicks the first checkbox (age) the second box[2] must be activated if it has not already been activated otherwise the ...
by Silvio.Falconi
Thu May 16, 2024 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 1151
Next

Return to advanced search