Search found 2330 matches: empty

Return to advanced search

LLM metrics - métricas

... de lenguaje. Aquí te dejo un ejemplo de ANLI: Premisa: "The city is very crowded because of the festival." Hipótesis: "The city is empty." En este caso, la hipótesis es claramente falsa según la premisa, ya que la premisa indica que la ciudad está muy concurrida. Un modelo ...
by Antonio Linares
Tue Apr 23, 2024 7:47 pm
 
Forum: latest AI news
Topic: LLM metrics - métricas
Replies: 0
Views: 30

Re: Fecha incorrecta...Cómo saber?

Muchas gracias, Usaré el método de comprobar si el valor es Empty(). Como curiosidad, en la clase TGet se declara un objeto oGet que tiene una DATA BadDate ( ::oGet:BadDate ), el caso es que no veo como se setea esta data y por tanto no se como lo comprueba ...
by FiveWiDi
Wed Apr 03, 2024 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fecha incorrecta...Cómo saber?
Replies: 4
Views: 885

Re: Problem with valid email refresh btnbmp

change the line

@ 10, 420 GET aGet[11] VAR cCodEmail SIZE 180,nSizeHGet PIXEL OF oDlg;
ON CHANGE ( lPienoEmail:=validaEmail(aGet[11]:ctitle) , if( lPienoEmail , oBtnSel[4]:Enable() , oBtnSel[4]:Disable() ) )

if Valtype(aMatch)='A' //Empty( aMatch )
by Daniel Segura
Wed Apr 03, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2435

Problemas con comportamiento de XBrowse.

... := .f. oBrw:lHScroll := .f. oBrw:nHeadStrAligns := AL_CENTER // alinea al centro las cabeceras de columnas oBrw:bClrStd := {|| { iif(!empty(Neteo->FechaPago),CLR_GREEN,CLR_RED),CLR_WHITE } } oBrw:bclrSel := {|| { iif(!empty(Neteo->FechaPago),CLR_GREEN,CLR_RED),CLR_WHITE } } // ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 394

Re: ButtonBmp problem with FWH2402

... Yes, And very unstable. This PROMPT empty space that only not show Chinese word REDEFINE BUTTONBMP ....PROMPT "取 消"   This PROMPT not empty space that crash my app REDEFINE ...
by richard-service
Thu Mar 07, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5262

Re: Parpadeo de un SAY

... 0 .and. ValCodigo(nCodigo,agrega,'Código de Cliente ') REDEFINE GET oDetalle VAR cDetalle PICTURE "@K!" ID Ma_Detalle OF oDlgMa valid !empty(cDetalle) REDEFINE GET oAbrevia VAR cAbrevia PICTURE "@K!" ID Ma_Abrevia OF oDlgMa REDEFINE GET oRamo VAR nRamo PICTURE "99" ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 599

Re: Por qué el error en este SELECT?

Thanks for the answer but no, it is not the same case, I just open the table and I want to show it in an empty xBrowse, the example of your answer is when they try to record. We can safely show a recordset with 0 records in an xbrowse. If oRs != nil   XBROWSER oRsendif  ...
by nageswaragunupudi
Sat Mar 02, 2024 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 295

Re: Por qué el error en este SELECT?

With ADO we can use MoveFirst(), Move(), etc. when the recordset is empty. It is the normal practice to check (whether fivewin, vb, c#, etc) oRs := FW_OpenRecordSet( ... )if oRs == nil   ? "failed to open"else   if oRs:RecordCount() ...
by nageswaragunupudi
Sat Mar 02, 2024 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 295

Re: Create a Panel width a text

...    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you 3 x Lines when EMPTY(cMessage) --- to "move" and "resize" TTaskPanel()      //refresh all Panels ?      for n= 1 to Len( oExbar:aPanels )  ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

...    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() +2) ) that will give you 3 x Lines when EMPTY(cMessage) --- to "move" and "resize" TTaskPanel()      //refresh all Panels ?      for n= 1 to Len( oExbar:aPanels )  ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: Create a Panel width a text

... Initially the explorerbar is https://i.postimg.cc/BZ770CGp/init.png on Default there are only two lines when the message is empty or is less than two lines the procedure must always ensure the default space (height) the last source after the modifications #include "FiveWin.ch"//#include ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3192

Re: link error

Hi Enrico, you dont need ads server install, just ace or arc . but i guess s a p dont have ads support now. I'm trying with an empty directory and this is what I get: fatal error C1083: Cannot open include file: 'ace.h': No such file or directory Can you send me what is needed, please? ...
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 576

Re: WEBVIEW2 and xBrowse

Otto, your sample does not work here. I can see just a white square on the left and an empty xbrowse on the right. What am I missing?
by Enrico Maria Giordano
Tue Feb 06, 2024 11:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 394

Re: Mark field as required

... some Gets were mandatory for the user to fill in and so those Gets are marked with a little triangle indicating their obligation when they are empty. It is true that this system is not valid for radio button or check button. The changes to the TGet class consist of adding a new data bMandatory ...
by paquitohm
Sun Feb 04, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: Creating table with Trichedit

... local c1,c2 local cFileName := "table.rtf" local oFile := FCreate(cFileName, 0) aTable := {} Do while (!oTemp4:Eof()) * If Empty(oTemp4:Nome) oTemp4:skip() Loop Endif ....................... c1:="Cartella n."+ Trim(oTemp4:codice) c2:=alltrim(oTemp4:nome) procedure ...
by Silvio.Falconi
Thu Jan 25, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1457
Next

Return to advanced search