Dear Antonio
@ 057,376 SAY oTest2 PROMPT 'Test' PIXEL SIZE 015,007
SIZE 015,007 -->> does not assume the informed standard? when we inform the pattern, oSay should follow it.
I have to use it like this ?
@ 057,376 SAY oTest2 PROMPT 'Test' PIXEL SIZE 015,007 ; oTest2:SetSize( 15, 7 )
Search found 11 matches: inform
Searched query: inform
- Thu Aug 22, 2024 4:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 6261
- Thu Jun 06, 2024 10:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: how to find out if a Record was updated ?
- Replies: 10
- Views: 822
Re: how to find out if a Record was updated ?
... i have forgot that i need to CLOSE DBF and reOPEN it to get it work
but Lupdate() just return a Date, but no Time so it work just once a Day to inform that DBF have changed.
so my Question was wrong : how to find out if a Record was now (!) updated ?
i want to inform other User, if they use same ...
but Lupdate() just return a Date, but no Time so it work just once a Day to inform that DBF have changed.
so my Question was wrong : how to find out if a Record was now (!) updated ?
i want to inform other User, if they use same ...
- Sun Feb 04, 2024 5:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fwh 23.10 TGet another problem (UNSOLVED)
- Replies: 132
- Views: 66148
Re: Fwh 23.10 TGet another problem (UNSOLVED)
... after than when i press any character (1, A, Ğ), it changes to "UTF8 GET"
This should not change to "UTF8 GET".
We need to find the reason.
May I request Mr. Ertan to kindly inform if he always sees "ANSI GET" and does it change or not change to "UTF8 GET" later on? Thanks in advance for your help.
This should not change to "UTF8 GET".
We need to find the reason.
May I request Mr. Ertan to kindly inform if he always sees "ANSI GET" and does it change or not change to "UTF8 GET" later on? Thanks in advance for your help.
- Sun Aug 06, 2023 1:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Lost connection to MySQL server during query
- Replies: 40
- Views: 15931
Re: Lost connection to MySQL server during query
... https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setthreadexecutionstate
Enables an application to inform the system that it is in use, thereby preventing the system from entering sleep or turning off the display while the application is running ...
Enables an application to inform the system that it is in use, thereby preventing the system from entering sleep or turning off the display while the application is running ...
- Sun Jun 04, 2023 4:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Program is frozen
- Replies: 14
- Views: 1359
Re: Program is frozen
Do you have WHILE... ENDDO with very LONG processing, without the SYSREFRESH() command? And you didn't inform what is the configuration of the computer and what is the capacity of the MEMORY STICK.
¿Tiene WHILE... ENDDO con un procesamiento muy LARGO, sin el comando SYSREFRESH()? Y no informaste cuál ...
¿Tiene WHILE... ENDDO con un procesamiento muy LARGO, sin el comando SYSREFRESH()? Y no informaste cuál ...
- Sat Apr 22, 2023 8:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ¿Existen Limite en Tamaño del .EXE ?
- Replies: 3
- Views: 505
- Thu Apr 13, 2023 2:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse : oBrw:ToArray (How to do it)
- Replies: 13
- Views: 1799
Re: Xbrowse : oBrw:ToArray (How to do it)
While showing syntax, we enclose some parameters in square brackets to inform the programmer that these parameters are optional. Not at all that you should use the square brackets in real usage.
NOT
oBrw:bRClicked := { |r,c,f,oBrw| aResult := XbrToArray( oBrw, [ aCols ] )
SHOULD BE
oBrw:bRClicked ...
NOT
oBrw:bRClicked := { |r,c,f,oBrw| aResult := XbrToArray( oBrw, [ aCols ] )
SHOULD BE
oBrw:bRClicked ...
- Mon Apr 03, 2023 2:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse footer picture
- Replies: 11
- Views: 1309
Re: xBrowse footer picture
... VIEW
WITH OBJECT oCol
:nFooterType := AGGR_SUM
:cEditPicture := "€ 99,999.99"
:cDataType := "N"
END
In case of empty arrays we need to inform the datatype of the column by setting cDatatype
Or we wait for mr. Rao ))))
Many thanks, Marc!
:cDataType := "N" was the solution. :D
btw. I ...
WITH OBJECT oCol
:nFooterType := AGGR_SUM
:cEditPicture := "€ 99,999.99"
:cDataType := "N"
END
In case of empty arrays we need to inform the datatype of the column by setting cDatatype
Or we wait for mr. Rao ))))
Many thanks, Marc!
:cDataType := "N" was the solution. :D
btw. I ...
- Mon Apr 03, 2023 2:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse footer picture
- Replies: 11
- Views: 1309
Re: xBrowse footer picture
... nageswaragunupudi » Sun May 03, 2020 6:54 am
CODE: SELECT ALL EXPAND VIEW
WITH OBJECT oCol
:nFooterType := AGGR_SUM
:cEditPicture := "€ 99,999.99"
:cDataType := "N"
END
In case of empty arrays we need to inform the datatype of the column by setting cDatatype
Or we wait for mr. Rao ))))
CODE: SELECT ALL EXPAND VIEW
WITH OBJECT oCol
:nFooterType := AGGR_SUM
:cEditPicture := "€ 99,999.99"
:cDataType := "N"
END
In case of empty arrays we need to inform the datatype of the column by setting cDatatype
Or we wait for mr. Rao ))))
- Wed Nov 23, 2022 3:17 pm
- Forum: mod_harbour
- Topic: Great news regarding mod_harbour CGI !!!
- Replies: 43
- Views: 18326
Re: Great news regarding mod_harbour CGI !!!
... error!
The request cannot be answered because an internal error occurred in the server. The server is either overloaded or an error occurred in a CGI script.
If you think this is a server malfunction, please inform the webmaster about this.
Error 500
Apache/2.4.43 (Win64) OpenSSL/1.1.1b PHP/7.4.5
The request cannot be answered because an internal error occurred in the server. The server is either overloaded or an error occurred in a CGI script.
If you think this is a server malfunction, please inform the webmaster about this.
Error 500
Apache/2.4.43 (Win64) OpenSSL/1.1.1b PHP/7.4.5
- Tue Nov 22, 2022 8:13 pm
- Forum: Off Topic / Otros temas
- Topic: Antonio, no recibes mis mail.
- Replies: 2
- Views: 1795
Antonio, no recibes mis mail.
Hola Antonio,
Acabo de ver por que no recibes mis mails:
"This is the mail system at host soproxy6.mail.unifiedlayer.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster ...
Acabo de ver por que no recibes mis mails:
"This is the mail system at host soproxy6.mail.unifiedlayer.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster ...