Search found 16 matches: misunderstanding

Return to advanced search

Re: Problem With oRs:Requery()

Impossible. iI am sorry, this must be a total misunderstanding on your side. SELECT mps.*,pes.nome FROM tmovgpes AS mps LEFT JOIN tpessoal AS pes ON mps.cmat=pes.cmat WHERE data = '2022-04-07' AND cequipto = '00001' AND nequipe = 7 ORDER BY funcao;SHOW ...
by nageswaragunupudi
Sat Apr 09, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 518

Re: DBF to SQL converter program

Rao, Just so there is no misunderstanding, I always value your input. I'm not saying I will never use auto-incrementing fields, just not right now. I have to convert a very large program (around 100,000 lines) to SQL, so I would like ...
by James Bott
Fri Aug 21, 2015 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17992

Re: How to combine (or use) SDK dll into Fivewin HB/XHB?

... Antonino P, Thanks so much for your prompt reply. But, I faced following errors. I guess " Too many error or warning messages' would mean my misunderstanding on certain point... :oops: Please help me... Y.W.Kim D:\prg>d:\bc5\bin\make -fopensdk.mak MAKE Version 5.2 Copyright (c) 1987, 2000 ...
by kim yong woo
Mon Jul 06, 2015 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to combine (or use) SDK dll into Fivewin HB/XHB?
Replies: 36
Views: 8216

Re: xHarbour issue: seeking ideas

Tim, The data is simply being cut off by the ReadAll( ) method. I'm sorry, I must be misunderstanding something. Are you doing: cRet :=  oHttp:readAll( )msgInfo( len( cRet) )  and the msgInfo( len( cRet ) ) returns 8192. If yes, then ...
by James Bott
Fri Feb 21, 2014 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2716

Re: justify a text

... Tracking, I believe, is referring to slightly adding to the kerning in certain situations (nothing to do with right justifying). Maybe I am misunderstanding... Regards, James
by James Bott
Fri May 31, 2013 1:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: justify a text
Replies: 12
Views: 5424

GROUP definition ... again.

... I still believe that the definition/documentation for the GROUP command is wrong ... or I am misunderstanding its text. // FiveWin for Pocket PC - Testing the GROUP command#include "FWCE.ch"//----------------------------------------------------------------------------//Function ...
by Ross_ValuSoft
Sat Dec 10, 2011 4:59 am
 
Forum: FiveWin for Pocket PC
Topic: GROUP definition ... again.
Replies: 4
Views: 2193

Re: xBrowse

That should be my problem... I am not using Indexes...

I'm sorry, for the misunderstanding, I only mentionated it on the first post!!!

I'll try with indexes...
by Bayron
Thu Sep 15, 2011 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse
Replies: 22
Views: 3550

Problems traversing XML tree when :next() is not :next()

... I get the number of data rows that there are between each category instead of the <image> </image> tags as I thought (bug? instruction misunderstanding? what's up with the :next()?) Also tried:    oItems  := TXmlIteratorScan():new( oItems )    ...
by ellano
Wed Apr 28, 2010 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems traversing XML tree when :next() is not :next()
Replies: 1
Views: 547

Re: Choosing SQL database ...

... forced to use the traditional dbf navigation (dbskip(), etc...). I'm not saying SQLite is a bad product. You are misquoting here or at least misunderstanding. Check my post again. For NON-Client-Server databases, SQLite is as good as ADS on local mode. AMOF; I can't see how SQLite offers ...
by reinaldocrespo
Tue Oct 27, 2009 1:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choosing SQL database ...
Replies: 118
Views: 30347

... But when i try to set a background color with \bc+'x' i didn't succeed. I ask myself if this is a limitation of the FiveWin RTF class or if it's a misunderstanding of me? Regards, Detlef
by Detlef Hoefner
Mon Nov 10, 2008 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: richedit class
Replies: 6
Views: 1419

oWnd:End(), oDlg:End()

... and oDlg:End() don't work properly or at least as I expected and how they do under FiveWin. Any solutions? Or have I done something wrong? or misunderstanding something? Here is my code: //PatMatch.prg #include "FiveLinux.ch" // #include "objects.ch" #define idProgName "File Match Software" ...
by xProgrammer
Sun Jul 29, 2007 2:59 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: oWnd:End(), oDlg:End()
Replies: 1
Views: 874

Will do - but I still suspect buildx.sh

Hi Antonio I am redoing everything - partly because of misunderstanding about ubuntu install, but I was logged on as a user (I believe) although I had used su to be able to execute and root was the directory it put files into. That may be all confused ...
by xProgrammer
Sat Jul 28, 2007 12:50 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Porting to (what flavour of) Linux
Replies: 18
Views: 6746

James Bott wrote:My apologies, it was my misunderstanding--not your English. I misread this:


No problems, James.

EMG
by Enrico Maria Giordano
Sat Feb 18, 2006 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TButton CANCEL clause
Replies: 5
Views: 1280

Enrico, Yes, the bug is in the Alt-C. That's what I said (or that I was trying to say, sorry for my bad english). My apologies, it was my misunderstanding--not your English. I misread this: click on the button with the mouse the VALID is not executed (as it should be): I thought is said "(but ...
by James Bott
Sat Feb 18, 2006 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TButton CANCEL clause
Replies: 5
Views: 1280

It is not to cover up any problem as such. Sorry, my misunderstanding. I thought you wanted to do it because the background wasn't being repainted properly. And there is no need to move any dialog(s) from their orginal places painted on the Client ...
by James Bott
Tue Jan 24, 2006 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to stop Dialog moving out of client area of a Window
Replies: 5
Views: 1408
Next

Return to advanced search