Search found 150 matches: act

Return to advanced search

Re: Problem with FiveWin and PDF995 on Windows 11.

So does lUseHaruPDF stay set to true until you set it back to false? If I access the lUseHaruPDF through the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, and Pix2Inch. And possibly ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1198

Re: Problem with FiveWin and PDF995 on Windows 11.

byron.hopp wrote:So does lUseHaruPDF stay set to true until you set it back to false?
If I access the lUseHaruPDF through the Class does it still act as static?


Yes.
by Enrico Maria Giordano
Thu Feb 15, 2024 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1198

Re: Problem with FiveWin and PDF995 on Windows 11.

So does lUseHaruPDF stay set to true until you set it back to false? If I access the lUseHaruPDF through the Class does it still act as static? Also even through using Haru may be the best, I would have to rewrite many of my print routines which uses Inch2Pix, and Pix2Inch. And possibly ...
by byron.hopp
Thu Feb 15, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1198

Re: HarbourWave - leaked information

Dear Silvio,

I am not joking.

Again, please, I kindly ask you to be respectful or you will be banned for some days from these forums.

These are tech support forums. No need to take anything personal. We are professionals doing our best.

So please, calm down, and act respectfully. Thanks
by Antonio Linares
Mon Jan 29, 2024 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HarbourWave - leaked information
Replies: 7
Views: 904

Re: Error p/generar EXE usando UHTTPD2 en Windows

... yourr codereturn nil   see the oDom ( is an object create with charly code and inside oDom exist all the objects tha we create on html and then we act with our beloved harbour code and return an answer this way I ( me ) are able to make screens and programs to my work and this apps or programs ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1915

Re: Reitero consulta para actualizar un campo con XBrowse

... _ArtFor->Abrevia := ArtFor->Abrevia _ArtFor->Costo := ArtFor->Costo _ArtFor->StockMin := ArtFor->StockMin _ArtFor->StockAct := ArtFor->StockAct _ArtFor->Pedir := ArtFor->StockMin-ArtFor->StockAct _ArtFor->Total := _ArtFor->Pedir*_ArtFor->Costo select ...
by José Camilo
Sun Feb 12, 2023 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reitero consulta para actualizar un campo con XBrowse
Replies: 6
Views: 500

Re: Que control debo usar?

Buenos dias Leandro Yo tengo algo parecido desarrollado. Al estilo de como windows muestra los botones de su barra de tareas. Me explico : Entorno MDI Tengo 8 modulos principales : Proveedores, Clientes, Artículos.. etc. Quería que desde cada ventana MDI, poder abrir el módulo directamente sin volve...
by JESUS MARIN
Thu Jan 05, 2023 4:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que control debo usar?
Replies: 7
Views: 614

Re: Mouse Button on Side

hi

thx for Answer
it is not Keyboard so VK_* Constant will not work

i "just" want to say that it act like ATL + Cursor but it is Mouse
by Jimmy
Fri Oct 28, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse Button on Side
Replies: 4
Views: 270

Re: Area de trabajo no usada: ORDKEYNO

... SIZE 0, - 12 DEFINE FONT oFont1 NAME "Arial narrow " SIZE 6, 18 DEFINE WINDOW oWndChild MDICHILD OF oWnd FROM 0,0 TO 24,79TITLE "Actualización de Clientes " DEFINE DIALOG odlg RESOURCE "pan_actu" ; OF oWndChild REDEFINE GET obusco var xbusco ID 171 PICTURE "@!" ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 319

Re: Consulta con gráficos.

... := 3000 nVar4 := 3500 cada uno es un proveedor la idea es que arme una columna x cada proveedor con un color distinto. oGraf2:aSeries = { { "Actual ", CLR_YELLOW , 1, .t. },; { "V.María", CLR_RED , 1, .t. },; { "V.Nueva", CLR_BLUE , 1, .t. },; { "Cordoba", ...
by José Camilo
Fri Aug 19, 2022 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta con gráficos.
Replies: 7
Views: 453

Re: Respaldo de base de datos mariadb desde fivewin

This is one simple code used by a small user:   DEFINE BUTTON OF oBar PROMPT "BackUp"  ACTION ( ;         CursorWait(), ;         MsgInfo( cn():BackUp( nil, "g:\vp_act\mybackup\" ) + " Created" ) ) The user clicks the button everyday when lea...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1202

Re: Respaldo de base de datos mariadb desde fivewin

This is one simple code used by a small user:   DEFINE BUTTON OF oBar PROMPT "BackUp"  ACTION ( ;         CursorWait(), ;         MsgInfo( cn():BackUp( nil, "g:\vp_act\mybackup\" ) + " Created" ) ) The user clicks the button everyday when lea...
by nageswaragunupudi
Mon Apr 04, 2022 12:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Respaldo de base de datos mariadb desde fivewin
Replies: 13
Views: 1202

Re: How do I know the field name in xbrowse:column

... I got it. There is no bLClicked data for TXBrwColumn. The intention of the original authors of the XBrowse is not to use single-click for any action, because single-click is used for navigation in the browse. If an action is assigned to single click, there would be confusion between navigation ...
by dutch
Wed Dec 22, 2021 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2271

Re: How do I know the field name in xbrowse:column

There is no bLClicked data for TXBrwColumn. The intention of the original authors of the XBrowse is not to use single-click for any action, because single-click is used for navigation in the browse. If an action is assigned to single click, there would be confusion between navigation and ...
by nageswaragunupudi
Mon Dec 20, 2021 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2271

Re: Editar celda xBrowse

... the value in the cell and save it to the table. User can directly type into the cells and make changes. ¿ese cambio afecta la tabla directamente o actua sobre el arreglo resultado de la consulta? ENGLISH Does this change affect the table directly or does it act on the array resulting from the query? ...
by nageswaragunupudi
Thu Oct 28, 2021 1:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar celda xBrowse
Replies: 4
Views: 689
Next

Return to advanced search