Search found 901 matches: status

Return to advanced search

Function to Search on dDf with Tdatabase

...    8, 0 } ,;                          { "check_out"  , "D",    8, 0 } ,;                          { "status"     , "C",    2, 0 } ,;                          { "type"       , "C",    2, 0 } ,;        ...
by Silvio.Falconi
Fri Sep 15, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function to Search on dDf with Tdatabase
Replies: 0
Views: 201

Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF

... en save. These function are used, but i'm not that sure yet. These functions are based on a recno() that is added and depending on the delete status of a invoice item. Deleted items are NOT taken by the function and so only GOOD items will come into the invoice. When adding and changing data, ...
by Marc Venken
Wed Aug 30, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explore Yunus and FW_dbftoarray and FW_SaveArrayToDBF
Replies: 1
Views: 172

Re: Incluyendo el SQLRDD

SR_DeletedName() Returns the name of the column that manages the Deleted() status › Syntax SR_DeletedName( [<cName>] ) ==> cOldSet › Arguments <cName> Name column to manage the Deleted() status. › Return Returns the status that was current before ...
by carlos vargas
Fri Aug 25, 2023 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2664

Re: Incluyendo el SQLRDD

... Recno() › Syntax SR_RecnoName( [<cName>] ) ==> cOldSet › Arguments <cName> Column name to manage the Recno(). › Return Returns the status that was current before SR_RecnoName() was called. › Description Returns the name of the column that manages the Recno(). By default, the SQLRDD ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2664

Re: DIALOG es redimensionable si tiene una status bar

Antonio, gracias, Funciono ok.
by carlos vargas
Wed Jul 26, 2023 11:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG es redimensionable si tiene una status bar
Replies: 2
Views: 245

Re: DIALOG es redimensionable si tiene una status bar

Estimado Carlos,

Haz esto despues de crear el MsgBar:

oMsgBar:lPaint3L = .F.
by Antonio Linares
Wed Jul 26, 2023 6:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG es redimensionable si tiene una status bar
Replies: 2
Views: 245

DIALOG es redimensionable si tiene una status bar

He notado que los dialogo a los cuales se les define una status bar, se hacen redimensionables, como hago para evitar esto. salu2 gracias ...   DEFINE DIALOG oDlg NAME "DLG_CLIEC" OF oMainWnd ICON GetIcon() FONT oFontD   ...   ACTIVATE ...
by carlos vargas
Tue Jul 25, 2023 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIALOG es redimensionable si tiene una status bar
Replies: 2
Views: 245

Re: TWebView y Javascript

... = '12345' respuesta = 'oscar' window.contenido_comprobante = respuesta; var oReq = new XMLHttpRequest(); // alert(oReq.readyState ); // alert(this.status ); var ruta_certificado = 'c:\archivo.p12'; oReq.open("GET",ruta_certificado , true); // alert(oReq.readyState ); oReq.responseType ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 441

Re: Create help system with F1

... person who created or last updated the help topic. This field can be helpful for attribution and tracking the contributors to the help content. Status: An optional field to indicate the status of the help topic, such as "draft," "under review," or "published." This ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 876

Re: Webview question

... when using the new dll's. "d:\fwh\samples\webview.dll is either not designed to run on Windows or it contains an error." "Error status 0xc00035a" and then another error "Could not load webview.dll". Works fine with the webview dll's dated 4/30/23. Randal
by Randal
Sat Jul 01, 2023 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2934

Re: CLASS modification

... insights. If you and your clients are satisfied with the current setup, and it continues to serve you well, it's perfectly valid to maintain the status quo. However, keep in mind that the transition of one's own software to a web application is not a task that can be completed in a few days - ...
by Otto
Fri May 26, 2023 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: SSE example

... 'application/json' }, body: JSON.stringify(recipients) }) .then(res => { if (res.ok) { return res.text(); } else { throw new Error(res.status + " " + res.statusText); } }).then(data => { intervalcounter += 1 console.log("LoadItems data"); console.log(intervalcounter); ...
by Otto
Thu May 25, 2023 12:18 pm
 
Forum: mod_harbour
Topic: SSE example
Replies: 19
Views: 4950

[solved] APP on the Windows toolbar near the clock

Hello friends:

I already used a FiveWin app a few years ago that installed itself on the Windows bar, I think it was try.prg, I couldn't find it in my stuff. Does anyone know where I can find it?

an app that starts or stops another app and checks its running status
by Ari
Fri May 05, 2023 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: [solved] APP on the Windows toolbar near the clock
Replies: 1
Views: 160

Re: Convert code to FWH

Hi Jimmy,

Nuvoton NCT6106D. We are looking to get status from specific pin, either on (1) or off (0).
by cdmmaui
Sun Apr 30, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 972

Re: Convert code to FWH

Hello Antonio,

Thank you so much! Initially we are looking to read certain values to determine status of a device, simply 0 or 1 (on or off).

Thank you again!
by cdmmaui
Sat Apr 29, 2023 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert code to FWH
Replies: 15
Views: 972
PreviousNext

Return to advanced search