Search found 10 matches: wirh

Return to advanced search

Re: Mr. Rao EOF() BOF() not working wirh RecSet

You are right. With RecSet, eof() and bof() do not work. We will try to provide this in future versions. for now you can use this: nRecs := oData:RecCount()nSave := oData:RecNo()do while oData:RecNo() <= nRecs   // do whatever   oData:Skip( 1 )enddooData:GoTo( ...
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 422

Re: Mr. Rao EOF() BOF() not working wirh RecSet

What about calling oData:MoveFirst() before starting the Do while Loop ?
by anserkk
Fri Feb 02, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 422

Mr. Rao EOF() BOF() not working wirh RecSet

Mr Rao You can help me please , I use RecSet, but not work correctly, EOF() and BOF() not workink with RecSet, see you this example: I used MaeiaDb Function ListaUser(oCn)local lOK, cData, oData, aRet := {}lOk := .t.cData := "SELECT nick FROM usuarios ORDER BY nick"TRY&nb...
by Willi Quintana
Thu Feb 01, 2024 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 422

Re: To Mr. Rao

Rick:

Thank you very much for your example, I will try to understand it, and yes Mr. Rao is the master

Maybe there is some example with editing by cells wirh recordset

Best regards
by Armando
Sat Jan 07, 2017 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao
Replies: 8
Views: 2703

Re: Fivedroid on Qt

... of packages not compatible most of them with each other. Try to download a game (or whatever else) you will see a lot of incompatibilites (work wirh Android v2 , but not Ice cream or jelly bean ......) , this can go quickly to a nightmare from a development point of view. We had issued some ...
by Richard Chidiak
Wed Jun 12, 2013 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37358

Re: Harbour Ole error

... "id", cid ) this is the xharbour syntax with this we set the property of ("id") to the value CID In theory wirh Harbour we should write oevent:CustomProperties:Property( "id") = cid but the compiler does not allow.. at the moment i have no way of ...
by Richard Chidiak
Wed Apr 17, 2013 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Ole error
Replies: 25
Views: 5125

Re: How to input a password into a XLS file wirh OLE

Hint: WorkBooks:Open() method has a parameter called Password.

EMG
by Enrico Maria Giordano
Fri Oct 31, 2008 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to input a password into a XLS file wirh OLE
Replies: 7
Views: 1246

How to input a password into a XLS file wirh OLE

As the subject, I have a XLS file and it has a password. So, how to input it in order to open it?

Regards,
by Kleyber
Fri Oct 31, 2008 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to input a password into a XLS file wirh OLE
Replies: 7
Views: 1246

Migrating to Linux

... available with duplex printing? Will it work or is it tested with CUPS (common unix printing system) . I asked it because i have bad experience wirh winprn32.prg in xharbour , and i suppose that the windows api may give the troubles . Frank
by Frank Demont
Mon Feb 06, 2006 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Linux
Replies: 4
Views: 1116

Return to advanced search