... image1,image2,[cSide],
[cType],[lGDIP] )
cSide: "R" or "B" to add the image2 to the right/botton
side of the image1. If nil the function decides.
New: This param can be an array of { row, col }
In this case, image2 will be overlayed at an offset of
nrow,ncol relative to the top-left ...
Search found 14 matches: decides
Searched query: decides
- Wed Oct 02, 2024 4:11 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN September/Septiembre 2024 (FWH 24.09)
- Replies: 5
- Views: 1888
- Wed Aug 07, 2024 9:25 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: España: Normativa sancionadora sistemas informáticos
- Replies: 340
- Views: 86754
Re: España: Normativa sancionadora sistemas informáticos
Hola,
Ahí está la cosa; lo puedes enviar más tarde si te lo dice Hacienda, pero y si lo decides tu?
No entiendo bien a qué te refieres
Entiendo que hay que enviar inmediatamente en cuanto permita el flujo de la infraestructura de la agencia
El tema del demonio, yo le meteré un TIMER que avise ...
Ahí está la cosa; lo puedes enviar más tarde si te lo dice Hacienda, pero y si lo decides tu?
No entiendo bien a qué te refieres
Entiendo que hay que enviar inmediatamente en cuanto permita el flujo de la infraestructura de la agencia
El tema del demonio, yo le meteré un TIMER que avise ...
- Tue Aug 06, 2024 10:51 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: España: Normativa sancionadora sistemas informáticos
- Replies: 340
- Views: 86754
Re: España: Normativa sancionadora sistemas informáticos
... tenga un solo usuario con un pc en un rincon de una fabrica
Ahí está la cosa; lo puedes enviar más tarde si te lo dice Hacienda, pero y si lo decides tu?
El tema del demonio, yo le meteré un TIMER que avise si hay envíos pendientes, y que el usuario le de al botón. De paso el TIMER tendrá en ...
Ahí está la cosa; lo puedes enviar más tarde si te lo dice Hacienda, pero y si lo decides tu?
El tema del demonio, yo le meteré un TIMER que avise si hay envíos pendientes, y que el usuario le de al botón. De paso el TIMER tendrá en ...
- Tue May 28, 2024 8:04 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Mod Harbour: ChatGPT Provides Detailed Answers
- Replies: 23
- Views: 3674
Re: Mod Harbour: ChatGPT Provides Detailed Answers
Charly,
I think every time someone decides to start with the web, a new variant is presented: Mod Harbour, V1, V2, V2.1, CGI, UT, Runner, WebUI, TWeb.
The real issue, needing a web server, is not addressed.
OK, your UT approach.
Back in 2020, Antonio offered for all of us XBHost, a hosting service ...
I think every time someone decides to start with the web, a new variant is presented: Mod Harbour, V1, V2, V2.1, CGI, UT, Runner, WebUI, TWeb.
The real issue, needing a web server, is not addressed.
OK, your UT approach.
Back in 2020, Antonio offered for all of us XBHost, a hosting service ...
- Thu Nov 02, 2023 9:53 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octubre 2023 (FWH 23.10)
- Replies: 1
- Views: 5646
New FTDN October/Octubre 2023 (FWH 23.10)
... NewImage
If [image2] is nil, Clipboard Image (if any) is used
[cSide] "R"/"B": Stitch to the right or botttom. If ommitted
the function decides the best side.
[cBlobType] If specified the result image is a blob of the type specified
If ommitted, hBitmap is returned.
* TGet: When picture ...
If [image2] is nil, Clipboard Image (if any) is used
[cSide] "R"/"B": Stitch to the right or botttom. If ommitted
the function decides the best side.
[cBlobType] If specified the result image is a blob of the type specified
If ommitted, hBitmap is returned.
* TGet: When picture ...
- Mon Aug 21, 2023 4:35 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: MIGRAR DE DBF A MYSQL - POSTGREE U OTRA DB
- Replies: 4
- Views: 703
Re: MIGRAR DE DBF A MYSQL - POSTGREE U OTRA DB
Saludos.
El camino a seguir es el que te indica el colega césar.
Si despues de evaluar, decides arrancar desde cero, te ofrezco mi ayuda en lo que pueda.
Seguramente otros acá te echarán una mano, no estas solo. ¡ánimo!
PD: sigue el consejo de césar y si tu versión es muy vieja, trata de ...
El camino a seguir es el que te indica el colega césar.
Si despues de evaluar, decides arrancar desde cero, te ofrezco mi ayuda en lo que pueda.
Seguramente otros acá te echarán una mano, no estas solo. ¡ánimo!
PD: sigue el consejo de césar y si tu versión es muy vieja, trata de ...
- Fri Aug 04, 2023 6:17 pm
- 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
... needed if the workstation does not have ODBC loaded or configured properly and what if you have a "cranky" Windows desktop that intermittently decides to fail ( perhaps in your situation ) connecting or staying connected to your server ..
Using MS Access with .MDB is a great local database for ...
Using MS Access with .MDB is a great local database for ...
- Sun Jul 23, 2023 11:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: build Import LIB from LibPQ.DLL
- Replies: 37
- Views: 5064
Re: build Import LIB from LibPQ.DLL
Yes, this setting is for the entire application.is FW_SetUnicode() for hole App of for each Thread
This setting decides whether all Windows messages are 16-bit (UTF16) or 8-bit(ANSI)
- Sat May 13, 2023 4:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: create pdf
- Replies: 14
- Views: 2038
create pdf
Hi all,
I modified rpreview.prg because i want to show a print preview to the user.
If the user decides that the preview is okay so he presses a button to save the printout as a pdf file.
I use
TPreview:oDevice:GenHaruPDF( cFile, .f. )
Everything works ok if I code oPrn:say( ... ) in my print.prg ...
I modified rpreview.prg because i want to show a print preview to the user.
If the user decides that the preview is okay so he presses a button to save the printout as a pdf file.
I use
TPreview:oDevice:GenHaruPDF( cFile, .f. )
Everything works ok if I code oPrn:say( ... ) in my print.prg ...
- Sat May 13, 2023 9:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse <-> Tree and viceversa
- Replies: 12
- Views: 1602
xbrowse <-> Tree and viceversa
... to select the grouping via a popup menu above the dialog .
the end user can select to do the grouping by the "State" field or not to do it.
If it decides not to do the grouping the procedure has to go back to the initial table
That is, I would like to show both a normal table ( xbrowse) and a tree ...
the end user can select to do the grouping by the "State" field or not to do it.
If it decides not to do the grouping the procedure has to go back to the initial table
That is, I would like to show both a normal table ( xbrowse) and a tree ...
- Mon Apr 03, 2023 2:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse footer picture
- Replies: 11
- Views: 1308
Re: xBrowse footer picture
... string using either European
notation or American notation, retaining the full precision of
the decimal part. In almost all cases the function decides
whether the format is European or not, by examining the number and
position of "," and ".". In cases of ambiguity (eg nn,nnn and nn.nnn ...
notation or American notation, retaining the full precision of
the decimal part. In almost all cases the function decides
whether the format is European or not, by examining the number and
position of "," and ".". In cases of ambiguity (eg nn,nnn and nn.nnn ...
- Wed Feb 01, 2023 8:25 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Que control usar para gestionar 3 valores numéricos?
- Replies: 4
- Views: 352
Re: Que control usar para gestionar 3 valores numéricos?
... si o no, y que si no se le ha dado valor de entrada el efecto visual es que está en medio, esperando que se le indique si o no.
Es que no sé como poner una imagen.
Pero si decides setear las cookies de una página web es lo típico que se ve.
Edito: Perdón, también hay muchas con checkbox.
Gracias,
Es que no sé como poner una imagen.
Pero si decides setear las cookies de una página web es lo típico que se ve.
Edito: Perdón, también hay muchas con checkbox.
Gracias,
- Wed Dec 21, 2022 12:50 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ListBox con busqueda incremental?
- Replies: 10
- Views: 1490
Re: ListBox con busqueda incremental?
Armando,
Al igual que tu, siempre use listbox, hasta que decidi saltar a xbrowse. Es la mejor idea, ahora bien, si decides seguir con listbox, tengo una busqueda ya hecha y funciona bien, pero estoy fuera de la ciudad y regreso la proxima semana.
Puedo enviartela a mi regreso. Dejame tu correo ...
Al igual que tu, siempre use listbox, hasta que decidi saltar a xbrowse. Es la mejor idea, ahora bien, si decides seguir con listbox, tengo una busqueda ya hecha y funciona bien, pero estoy fuera de la ciudad y regreso la proxima semana.
Puedo enviartela a mi regreso. Dejame tu correo ...
- Tue Dec 20, 2022 6:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ListBox con busqueda incremental?
- Replies: 10
- Views: 1490
Re: ListBox con busqueda incremental?
Armando,
Al igual que tu, siempre use listbox, hasta que decidi saltar a xbrowse. Es la mejor idea, ahora bien, si decides seguir con listbox, tengo una busqueda ya hecha y funciona bien, pero estoy fuera de la ciudad y regreso la proxima semana.
Puedo enviartela a mi regreso. Dejame tu correo.
Al igual que tu, siempre use listbox, hasta que decidi saltar a xbrowse. Es la mejor idea, ahora bien, si decides seguir con listbox, tengo una busqueda ya hecha y funciona bien, pero estoy fuera de la ciudad y regreso la proxima semana.
Puedo enviartela a mi regreso. Dejame tu correo.