Search found 3 matches: tryed

Searched query: tryed

by Taavi
Tue Oct 01, 2024 5:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 27229

Re: FWH: MySql/MariaDB: RowSet object

Hello,
have somebody tryed to rewrite tdatabase() class to use RowSet object instead of dbf file?

For sample

METHOD FCount() INLINE ( ::oRc:FCount() ) //where ::oRc is rowset object created for this object

instead of

METHOD FCount() INLINE ( ::nArea )->( FCount() )

Could this approach work ...
by Silvio.Falconi
Tue May 14, 2024 7:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: simulate read of a get
Replies: 2
Views: 393

simulate read of a get

... to continue
that is, the procedure must wait for the user to enter the data before proceeding

sample

@ 1,10 get aGet[1[ VAR nVar SIZE 100,20 of oDlg

I tryed with

VALID If( nvar=0, ( MsgInfo( "cannot be zero" ), .f. ) ,)

but not run ok

on this forum not found any sample or test can help me
by D.Fernandez
Thu Feb 02, 2023 4:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Print this character &
Replies: 2
Views: 328

Print this character &

... Asociados S.R.L."
oPrn:RoundBox( 1, 7.8, 2 , 13.8, 0.1,0.1, oPen1,CLR_WHITE, {cTitulo33, oFont, CLR_BLACK} ,"CM" )

Don't print the character & , I tryed with other font but, don't.

There are more...
When I clicked on button "acrobat", the PDF file I created show me the roundbox whith the 4 corners ...