Hola Mr. Rao.
Excelente, funciona casi de 100%.
Lo probé con un campo MEMO, varios GETs y BTNBMP.
Al restablecer a la forma original el tamaño de las fuentes no lo respeta, quedan mas chicos.
Es un excelente comienzo.
Gracias
Saludos
Ruben Dario Fernandez
Imágen original
https://ibb.co/cSZc87rM ...
Search found 1714 matches: memo
Searched query: memo
- Wed Jan 29, 2025 6:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: dialogo resizable desde recursos?
- Replies: 14
- Views: 29943
- Tue Jan 28, 2025 10:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Re: Color de fondo y texto a los campos TEXTO (MEMO)
Amigos:
Solucionado, agregué MGET.PRG a mi compilación.
Saludos
Solucionado, agregué MGET.PRG a mi compilación.
Saludos
- Tue Jan 28, 2025 7:48 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Re: Color de fondo y texto a los campos TEXTO (MEMO)
Joao, Master Antonio:
Ya está integrada a FW?, a partir de que versión?, o debo compilarla en mi aplicación?
Con estas líneas de código me tira error
TMultiGet():bColorBlock := { |oGet| If( oGet:lFocused, { CLR_WHITE, CLR_GREEN },;
If( ! oGet:lActive, { CLR_RED, CLR_YELLOW }, { CLR_BLACK, CLR ...
Ya está integrada a FW?, a partir de que versión?, o debo compilarla en mi aplicación?
Con estas líneas de código me tira error
TMultiGet():bColorBlock := { |oGet| If( oGet:lFocused, { CLR_WHITE, CLR_GREEN },;
If( ! oGet:lActive, { CLR_RED, CLR_YELLOW }, { CLR_BLACK, CLR ...
- Tue Jan 28, 2025 1:34 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
- Tue Jan 28, 2025 1:24 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Re: Color de fondo y texto a los campos TEXTO (MEMO)
// C:\FWH..\SAMPLES\CORMEMO.PRG
***************************************************
* Multi SAY/GET testing in 32 bit Xbase++ mode....*
* Jon Berg 10-8-99 *
***************************************************
#include "FiveWin.ch"
*********************
#Define CLR_ORANGE nRGB( 255, 165, 000 ...
- Tue Jan 28, 2025 1:22 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Re: Color de fondo y texto a los campos TEXTO (MEMO)
... nRGB( 255, 251, 225 ) //-> Amerelo Soft.
FUNCTION Main()
LOCAL aColors := { CLR_WHITE, CLR_YELLOW, CLR_HGREEN }
LOCAL oDlg, oFont, oGet, oMemo, n, oBtnCal, oBtnCan
LOCAL nColor := 1
LOCAL CText := "This is some" + CRLF + "text"
SetGetColorFocus()
tGet():lDisColors := .F.
tGet ...
FUNCTION Main()
LOCAL aColors := { CLR_WHITE, CLR_YELLOW, CLR_HGREEN }
LOCAL oDlg, oFont, oGet, oMemo, n, oBtnCal, oBtnCan
LOCAL nColor := 1
LOCAL CText := "This is some" + CRLF + "text"
SetGetColorFocus()
tGet():lDisColors := .F.
tGet ...
- Mon Jan 27, 2025 11:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Color de fondo y texto a los campos TEXTO (MEMO)
- Replies: 5
- Views: 824
Color de fondo y texto a los campos TEXTO (MEMO)
Foreros:
Con el siguiente código en el MAIN, se define el color de los GET al tomar el foco y al perderlo
Pero para los campos TEXT (MEMO) no funciona, hay forma?
Saludos
Con el siguiente código en el MAIN, se define el color de los GET al tomar el foco y al perderlo
Code: Select all | Expand
TGet():lClrFocus := (.T.)
TGet():nClrFocus := nRGB( 213, 219, 255 )
Saludos
- Sat Jan 25, 2025 6:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
Re: Antonio... FiveTouch posts are gone?
Dear Antonio,
I made this function to export the memofields:
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DBFFPT
static nCount := 0
function main
local cDBF_Dir := ".\dataTest\pages"
local cDBF_file_noPath := "c:\fwh\samples\DataTest"
local cDBF_file_memo := ""
local cDBF_fil_new := "PAGES_NEW ...
I made this function to export the memofields:
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DBFFPT
static nCount := 0
function main
local cDBF_Dir := ".\dataTest\pages"
local cDBF_file_noPath := "c:\fwh\samples\DataTest"
local cDBF_file_memo := ""
local cDBF_fil_new := "PAGES_NEW ...
- Sat Jan 25, 2025 3:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
Re: Antonio... FiveTouch posts are gone?
https://winhotel-sandbox.com/docs/volle.gif
The outsourcing of memo fields into individual files can indeed be a practical and flexible alternative in modern systems and might better suit your DMS system.
That is exactly what I’m working on: a project where I create an index file from all the ...
The outsourcing of memo fields into individual files can indeed be a practical and flexible alternative in modern systems and might better suit your DMS system.
That is exactly what I’m working on: a project where I create an index file from all the ...
- Wed Jan 22, 2025 10:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
Re: Antonio... FiveTouch posts are gone?
Experiment to Optimize Full-Text Search in Memo Files
I conducted an exciting experiment to optimize full-text search in memo files. Here's a brief summary:
Initial Situation:
Data: Memo fields from a DBF file (forums.dbf, 921 MB, 271,585 records) were exported into 271,585 individual TXT files ...
I conducted an exciting experiment to optimize full-text search in memo files. Here's a brief summary:
Initial Situation:
Data: Memo fields from a DBF file (forums.dbf, 921 MB, 271,585 records) were exported into 271,585 individual TXT files ...
- Wed Jan 22, 2025 10:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
Re: Antonio... FiveTouch posts are gone?
hi Otto,
I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with
it takes about 50 seconds.
50 Sec. is a long Time !
it is a old Problem when have so many Files in a Directory that it need a long Time to read all Files ...
I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with
it takes about 50 seconds.
50 Sec. is a long Time !
it is a old Problem when have so many Files in a Directory that it need a long Time to read all Files ...
- Wed Jan 22, 2025 6:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
Re: Antonio... FiveTouch posts are gone?
Dear Otto,
> I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with
Would you be so kind to share it ?
You may send it to me using https://wormhole.app/ or https://huggingface.co/
Thank you very much
> I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with
Would you be so kind to share it ?
You may send it to me using https://wormhole.app/ or https://huggingface.co/
Thank you very much
- Tue Jan 21, 2025 11:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
Re: Antonio... FiveTouch posts are gone?
Dear Antonio,
I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with
Get-ChildItem -Path c:\www\htdocs\fwforum\data\forumsext\POST_TEXT_memo -Recurse -Filter *.txt | Select-String -Pattern "My program creates a PDF ...
I have split the DBF memo fields into TXT files, all in one directory. There are 276,748 TXT files. When I now perform a search with
Get-ChildItem -Path c:\www\htdocs\fwforum\data\forumsext\POST_TEXT_memo -Recurse -Filter *.txt | Select-String -Pattern "My program creates a PDF ...
- Tue Jan 07, 2025 2:15 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: CODIGO QR EN DOCUMENTO CON TPRINTER
- Replies: 10
- Views: 1478
Re: CODIGO QR EN DOCUMENTO CON TPRINTER
... 160, 10 SAY "Introduce el codigo a generar :" size 100, 12 ;
FONT oFont pixel OF oDlg
@ 170, 10 GET cCode size 120, 12 FONT oFont pixel OF oDlg MEMO
@ 205, 85 BUTTON "&Buscar" SIZE 40, 12 OF oDlg pixel ;
FONT oFont ;
ACTION cargaBmp( alltrim( cCode ) , oBmp )
@ 205, 130 BUTTON "&Salir" SIZE ...
FONT oFont pixel OF oDlg
@ 170, 10 GET cCode size 120, 12 FONT oFont pixel OF oDlg MEMO
@ 205, 85 BUTTON "&Buscar" SIZE 40, 12 OF oDlg pixel ;
FONT oFont ;
ACTION cargaBmp( alltrim( cCode ) , oBmp )
@ 205, 130 BUTTON "&Salir" SIZE ...
- Mon Dec 02, 2024 4:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: change special chars in memo for use with Json
- Replies: 7
- Views: 1756
Re: change special chars in memo for use with Json
Dear Marc,
thank you very much. This is exactly what I was looking for. From what I understand so far I now can break the string apart into tokens within an array and handle them according to my needs.
For me this is very useful - since the csv is build from different sources like inis, dbfs etc ...
thank you very much. This is exactly what I was looking for. From what I understand so far I now can break the string apart into tokens within an array and handle them according to my needs.
For me this is very useful - since the csv is build from different sources like inis, dbfs etc ...