Hello Cristobal, thanks for the answer.
What I need is to create a fixed-length GET, for example 20 characters, and when it reaches this limit it moves to the next line of the same GET, hence the use of MEMO, but I need to format the characters with @!.
Att.,
Oliveiros Junior
Search found 140 matches
- Wed Apr 16, 2025 2:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Get Multiline with picture
- Replies: 3
- Views: 108
- Wed Apr 16, 2025 2:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Get Multiline with picture
- Replies: 3
- Views: 108
Get Multiline with picture
Hello everyone, good morning!
Does anyone know if it is possible to add a picture option to a multiline get?
Thanks in advance for the information.
Best regards,
Oliveiros Junior
Does anyone know if it is possible to add a picture option to a multiline get?
Thanks in advance for the information.
Best regards,
Oliveiros Junior
- Thu Mar 20, 2025 1:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Place click event on TITLETEXT
- Replies: 3
- Views: 1332
Re: Place click event on TITLETEXT
Caro Antônio,
Funcionou. Obrigado!
Oliveros Junior
Funcionou. Obrigado!
Oliveros Junior
- Thu Mar 20, 2025 1:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Place click event on TITLETEXT
- Replies: 3
- Views: 1332
Re: Place click event on TITLETEXT
Caro Antônio,
Obrigado pela resposta. Vou testar aqui.
Oliveiros Junior
Obrigado pela resposta. Vou testar aqui.
Oliveiros Junior
- Wed Mar 19, 2025 8:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Place click event on TITLETEXT
- Replies: 3
- Views: 1332
Place click event on TITLETEXT
Hello, good afternoon!
I would like to know if it is possible to place a click event on TITLETEXT?
Kind regards,
Oliveiros Junior
I would like to know if it is possible to place a click event on TITLETEXT?
Kind regards,
Oliveiros Junior
- Mon Mar 10, 2025 6:29 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scroll xBrowse
- Replies: 5
- Views: 1478
Re: Scroll xBrowse
Obrigado Antônio.
- Mon Mar 10, 2025 3:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scroll xBrowse
- Replies: 5
- Views: 1478
Re: Scroll xBrowse
Olá Antônio,
Está dizendo que o método hwnd não é exportado.
Error description: Error BASE/1004 No exported method: HWND
Att.,
Junior
Está dizendo que o método hwnd não é exportado.
Error description: Error BASE/1004 No exported method: HWND
Att.,
Junior
- Mon Mar 10, 2025 12:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scroll xBrowse
- Replies: 5
- Views: 1478
Scroll xBrowse
Hello, good morning!
I would like to know if it is possible to increase the width of the vertical scroll bar in xBrowse and also its color.
Thank you in advance!
Oliveiros Junior
I would like to know if it is possible to increase the width of the vertical scroll bar in xBrowse and also its color.
Thank you in advance!
Oliveiros Junior
- Wed Feb 26, 2025 10:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetDlgGradient
- Replies: 2
- Views: 460
Re: SetDlgGradient
Obrigado Antônio, funcionou.
Att.,
Oliveiros Junior
Att.,
Oliveiros Junior
- Wed Feb 26, 2025 11:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: SetDlgGradient
- Replies: 2
- Views: 460
SetDlgGradient
Good morning guys!
I would like to know if it is possible to cancel the inheritance of a SetDlgGradient?
Ex: I applied the SetDlgGradient command on one screen and when moving to another, I want to cancel this inheritance.
Att.,
Oliveiros Junior
I would like to know if it is possible to cancel the inheritance of a SetDlgGradient?
Ex: I applied the SetDlgGradient command on one screen and when moving to another, I want to cancel this inheritance.
Att.,
Oliveiros Junior
- Fri Feb 21, 2025 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 141
- Views: 157796
Re: Curso virtual implementación IA en nuestras aplicaciones
Olá Antônio,
Inscrição realizada.
100 euros.
Aguardo orientações como proceder. Obrigado!
Att.
Oliveiros Junior
Inscrição realizada.
100 euros.
Aguardo orientações como proceder. Obrigado!
Att.
Oliveiros Junior
- Fri Feb 21, 2025 1:06 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Curso virtual implementación IA en nuestras aplicaciones
- Replies: 141
- Views: 157796
Re: Curso virtual implementación IA en nuestras aplicaciones
Olá, bom dia a todos!
Ainda dá para fazer inscrição?
Att.,
Oliveiros Junior
Ainda dá para fazer inscrição?
Att.,
Oliveiros Junior
- Mon Jan 27, 2025 1:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Extend a Fivewin class
- Replies: 4
- Views: 1255
Re: Extend a Fivewin class
Hello Mr Rao,
Thanks,
Att.,
Oliveiros Junior
Thanks,
Att.,
Oliveiros Junior
- Sun Jan 26, 2025 2:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Extend a Fivewin class
- Replies: 4
- Views: 1255
Re: Extend a Fivewin class
Hello Mr Rao,
I'm using FWH, version 23.07;
My goal is to be able to write various information about the button, different positions.
Ex.:
+------------------------------------------------------------------------------------+
| xxxxxxx ...
I'm using FWH, version 23.07;
My goal is to be able to write various information about the button, different positions.
Ex.:
+------------------------------------------------------------------------------------+
| xxxxxxx ...
- Sat Jan 25, 2025 11:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Extend a Fivewin class
- Replies: 4
- Views: 1255
Extend a Fivewin class
Hello everyone, good morning!
I would like to know if it is possible to add a method to an existing class. Ex.: Add the ChangeText method to the TBtnBmp class.
If so, would there be any practical example?
I need to add some information to an object and I would like not to touch the Fivewin ...
I would like to know if it is possible to add a method to an existing class. Ex.: Add the ChangeText method to the TBtnBmp class.
If so, would there be any practical example?
I need to add some information to an object and I would like not to touch the Fivewin ...