Search found 87 matches: sentence

Return to advanced search

Peter,

Is there a way that you may issue this SQL sentence:

SELECT COUNT( FieldName ) FROM TableName
by Antonio Linares
Thu Apr 19, 2007 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox refresh question
Replies: 2
Views: 839

... Server you may change delimiters for your convenience. Normally you'll fight against apostrophes inside strings. So... if you try to send this Sql sentence: LOCAL a LOCAL b a := "America's Cup in Valencia - Spain" b := "UPDATE mytable Set MyFiled = '"+ a +"';" ...
by jlcapel
Wed Apr 18, 2007 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Beginners Guide to ADO
Replies: 22
Views: 14239

Antonio,

Thanks for your answer.

I changed the code as you told me to but if the "osetmenu" sentence is executed between 10 and 15 times, the menuitems don't work anymore.

Have a nice weekend.

Michel
by driessen
Sat Feb 24, 2007 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with menus
Replies: 6
Views: 1700

... and -functions, mentioned in VBAOL11.chm, in the FiveWin syntax ? 4. Your suggestion is not quite a solution. In my application I have a sentence : OleInvoke(hActiveDoc,"Close") This sentence closes my Word-document. But if the user has closed the Word-document manually, I got an error ...
by driessen
Wed Feb 21, 2007 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some questions about OLE
Replies: 4
Views: 1397

Re: problem with focus in GET-class

Enico

You're right (as usual)

I wrote the sentence a bit quickly...

Best regards

Richard
by Richard Chidiak
Sat Feb 17, 2007 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with focus in GET-class
Replies: 4
Views: 1280

Hello Maurilio, Please read the whole sentence. I don’t believe that you are able to develop a ReportGenerator as a FiveWin open source project. I am in this community since version 1.4 of FiveWin (I think it was 1994) and I know this group. ...
by Maurilio Viana
Mon Jan 22, 2007 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report generator
Replies: 67
Views: 25730

Hello Maurilio, Please read the whole sentence. I don’t believe that you are able to develop a ReportGenerator as a FiveWin open source project. I am in this community since version 1.4 of FiveWin (I think it was 1994) and I know this group. ...
by Otto
Fri Jan 19, 2007 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report generator
Replies: 67
Views: 25730

Jose,

Have you checked at the ODBC database that there are more than one record matching that SQL sentence ?
by Antonio Linares
Wed Dec 13, 2006 6:15 pm
 
Forum: FiveWin for CA-Clipper
Topic: About FiveWin ODBC
Replies: 7
Views: 3375

ADO question

... Method but on having tried to insert a duplicate value into the SQL table I get an error of course. How can I check the value before the insert sentence? This is my code do while !cSource->( Eof() ) // cSQLCommand := "SELECT * FROM FPPtoNom WHERE PtoNomCod=" ...
by wpacheco
Thu Aug 31, 2006 9:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO question
Replies: 0
Views: 549

Folder XP aspect with FWH 2.7

... have noticed that if you use a folder with WindowsXP.manifest, the folder dialogs get a white background color. To test it, it's enough to add the sentence 1 24 "XP.man" to the original fwh\samples\testfld7.rc and then compile testfld7.prg. ("xp.man" is the file WindowsXP.manifest renamed into ...
by giobbi
Thu May 04, 2006 6:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder XP aspect with FWH 2.7
Replies: 1
Views: 736

http://img60.imageshack.us/img60/8303/txbrowse1ee.jpg I did not find any effect of that sentence to the code !!! STATIC FUNCTION mete( oWnd ) *-------------------------- local oChild, oBrw Local oDlgn, oDbfc, oBrwc local nRecNo := RecNo() local new_rec ...
by Ehab Samir Aziz
Fri Apr 21, 2006 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialogs with Txbrowse
Replies: 2
Views: 708

... easy to remember mnemonics, so PUSHWORD seems easier than PUSHW. The opcodes values are meaningless as they are just used by a C language switch sentence (in fact there is a powerful optimization which is to use the pcode opcodes themselves as an index to a VM functions pointers array, so VM ...
by Antonio Linares
Fri Jan 27, 2006 1:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: maquinas virtuales - virtual machines
Replies: 5
Views: 1781
Previous

Return to advanced search