Search found 36 matches: remembering

Searched query: remembering

by JoséQuintas
Fri Dec 27, 2024 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 12781

Re: Browse of my ADO Class

ALL OF THIS POST TOGETHER

Remembering that I use GTWVG as primary library.
This is ONE OF my browse calls, change one column for FIVEWIN:

METHOD GridSelection( nType ) CLASS JPCADASTROClass

LOCAL oTBrowse, cnSQL := ADOLocal()

hb_Default( @nType, 0 )

WITH OBJECT cnSQL
:cSQL := "SELECT ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 1779

Back after 10 years due to illness [ Javier Lloris ]

... came to help with the move and I made a total mistake by throwing away many things that I now realize I need, even if it is out of curiosity and remembering past times. That is, to summarize, my friends asked this to save or to throw away because I said throw away too many times and all the MS-DOS ...
by JoseAlvarez
Sat Apr 16, 2022 4:44 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar columna de consulta TDolphin
Replies: 7
Views: 885

Re: Cambiar columna de consulta TDolphin

... Xbrowse and I use it as:

aKardex: = oQuery: = FillArray ()

Redefine XBrowse Obrwkdx ID 4001 DataSource Akardex

But I still have to work by remembering memory positions.
What suggests me to work better and more comfortable with mariadb using the CECARRELI Listbox or using the Xbrowse?

I would ...
by nageswaragunupudi
Sat Jan 23, 2021 2:57 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SetUnicode mostrar valor GET con FWINLOG
Replies: 23
Views: 2827

Re: FW_SetUnicode mostrar valor GET con FWINLOG

... la incluí en Fivewin en 2017
This function was developed and included in Fivewin in 2017

http://forums.fivetechsupport.com/viewtopic.php?f=16&t=35267&p=209856&hilit=FWINLOG#p209856

Please, look windows.prg and fivewin.ch

My apologies to both of you for not remembering this.
Let me have a relook.
by Silvio.Falconi
Mon May 11, 2020 7:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Report Class question
Replies: 4
Views: 779

Re: Report Class question

Hello André,
Thank you for remembering this.
I once worked on a converter from oReport to VRD files for EasyReport.
I will search for it. There is no quicker way to define reports for easy easy once and lists as oReport.
Best regards
Otto
otto I prefer work with myRptv than ER because you not ...
by Otto
Mon May 11, 2020 7:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: Report Class question
Replies: 4
Views: 779

Re: Report Class question

Hello André,
Thank you for remembering this.
I once worked on a converter from oReport to VRD files for EasyReport.
I will search for it. There is no quicker way to define reports for easy easy once and lists as oReport.
Best regards
Otto
by Antonio Linares
Mon Apr 15, 2019 7:30 am
Forum: Off Topic / Otros temas
Topic: Remembering our roots
Replies: 0
Views: 904

Remembering our roots

"Spray paint for a developer's mind..."

Image

Image
by rhlawek
Sat Mar 25, 2017 10:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH app as Service
Replies: 17
Views: 4624

Re: FWH app as Service

... In the case of the Alert() function I have yet another Alert() function within my code which I use to force the alert to a log instead of allowing it to try to open a window on the desktop.

I'm sure there are more that I am not remembering a the moment, but those are the big ones I recall.

Robb
by Enrico Maria Giordano
Fri Jan 06, 2017 2:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Three Kings!
Replies: 7
Views: 2298

Re: Happy Three Kings!

... Three Kings Festivitity meaning has in other cultures, but in Hispanic American culture is a day where "good boys" receive gifts from relatives, remembering the Three Kings adoration to the newborn Jesus.

Here in Italia we called it "Epifania". The character of "Befana" (a sort of good witch ...
by Carlos Mora
Fri Jan 06, 2017 12:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Three Kings!
Replies: 7
Views: 2298

Happy Three Kings!

... Three Kings Festivitity meaning has in other cultures, but in Hispanic American culture is a day where "good boys" receive gifts from relatives, remembering the Three Kings adoration to the newborn Jesus.

I'm pretty sure you have been "good boys", so, as a gift, let me say you thanks for all the ...
by norberto
Wed Aug 24, 2016 5:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xharbour last cvs error
Replies: 15
Views: 3907

Re: xharbour last cvs error

I just returned the last revision

2016-07-05 10:02 UTC+0200 Enrico Maria Giordano <e.m.giordano@emagsoftware.it>
* contrib/gtwvw/gtwvw.c
! pacify warning

and everything worked again. remembering old class tdata there were no changes in it in recent times.

Best regards.
by alexpdasilva
Sun Apr 17, 2016 5:44 am
Forum: FiveWin for Harbour/xHarbour
Topic: Text in IMAGE in Dialog
Replies: 2
Views: 605

Text in IMAGE in Dialog

Hello friends,
 
I want to put text on a background image, but within a dialog. That is, I want to put texts with different sources over a IMAGE and take control
these objects. In Window use the WSAY () and works perfectly,
but DIALOG'm not remembering how to do.
 
It's possible?
by TimStone
Wed Mar 09, 2016 10:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Header extension
Replies: 4
Views: 803

xbrowse Header extension

Maybe I'm not remembering correctly.

I'm using the new COMMAND syntax for xBrowse and all works well. To be consistent for my clients, all main dialogs are the same size, and the xbrowse in the .rc is also the same width.

In some cases, the data I am displaying does not fill the full width of the ...
by AHF
Fri Sep 25, 2015 8:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 524401

Re: ADO RDD xHarbour

... CLASSNAME where classname is a
class name providing ado methods and data to avoid using ado and oledb or odbc and making it much faster.
Im remembering the excellent work HDO from Manuel Exposito.
Then we can be really fast and multi platform.

3) Arrays of reserved keywords SET CHECK RESERVED ...
by James Bott
Tue Aug 25, 2015 2:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 22040

Re: DBF to SQL converter program

... field when it creates a table, so you have two new fields (both auto-incrementing). I believe you can use any auto-incrementing field instead of HBRECNO, but it might be advantageous to use the same HBRECNO field for all tables in all apps just for code compatibility and ease of remembering.

James