Search found 296 matches: john

Return to advanced search

Antonio,

Thanks for your responce, but Tsay displays Text in raised boder if raised style was specified in FWH version of Dec. 2006.

Regards.
John M. S. Chiang
by jhncon
Wed Jan 23, 2008 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on FWH_0801
Replies: 9
Views: 1660

John,

RAISED is used for the SS_WHITERECT style, so you won't see a "raised" text. It will look as a white rectangle.

BOX is used for the SS_GRAYRECT style, so it will look as a gray rectangle.

We are using standard Windows behavior there.
by Antonio Linares
Wed Jan 23, 2008 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug on FWH_0801
Replies: 9
Views: 1660

Problem Upgrade To FWH7.11

... 000001" endif mSecondRef = mrefno Append Blank onerror("APPEND") replace empno with "A0001" replace SecondRef with mSecondRef replace Name1 with "John" else mSecondRef = SecondRef endif goto top DEFINE DIALOG oDlg FROM 0, 0 TO 26, 79 ; TITLE "Form 6 " @ -0.361, -0.1 to 13.945, 44.714 @ -0.361, ...
by acwoo
Fri Dec 14, 2007 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Upgrading To FWH7.11
Replies: 20
Views: 4530

... AUTHORS Markus F.X.J. Oberhumer <markus@oberhumer.com> http://www.oberhumer.com Laszlo Molnar <ml1050@users.sourceforge.net> John F. Reiser <jreiser@BitWagon.com> Jens Medoch <jssg@users.sourceforge.net> -------------------------------------------------------------------------------- ...
by karinha
Fri Oct 19, 2007 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: proteger exe contra debuggers y cracks
Replies: 16
Views: 7064

Chinese Character on Tget

Hi Richard and John M S Chiang, I would appreciate if could send me a copy of you modified tget.prg and and any the files required to get chinese characters to display. I have tried modifying tget.prg to the John MS Chiang specs ...
by charles dominic
Mon Sep 17, 2007 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chinese characters
Replies: 7
Views: 1608

How can we get the record like "Multi scope"?

... but some records is not the continue records. example ----------- Index on type+upper(name) tag .... Type Name ----- -------------------- A John A Jim B Jonatan B Sim C Jane How can I use scope to get all name with "J" from above index by do not use array, because the record is greater than ...
by dutch
Sat Jun 02, 2007 5:07 pm
 
Forum: FiveWin for CA-Clipper
Topic: How can we get the record like "Multi scope"?
Replies: 5
Views: 2238

... = 'Smith'"). You can create compound clauses by concatenating individual clauses with AND (for example, "LastName = 'Smith' AND FirstName = 'John'") or OR (for example, "LastName = 'Smith' OR LastName = 'Jones'"). Use the following guidelines for criteria strings: FieldName must be a valid ...
by jlcapel
Mon Apr 30, 2007 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 107496

John,

Sube la imagen a www.imageshack.us y copia aqui el enlace que te facilitan, gracias
by Antonio Linares
Mon Apr 09, 2007 8:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Listbox
Replies: 8
Views: 2469

John,

Si la DBF no tiene registros entonces no se verán las líneas, pero las columnas deben verse
by Antonio Linares
Sat Mar 31, 2007 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Listbox
Replies: 8
Views: 2469

John,

> Will this be implemented in one of the next releases?

yes :-)
by Antonio Linares
Sun Nov 19, 2006 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7027

Hi Antonio,

everything seems to work fine now, thanks! Will this be implemented in one of the next releases?

Saludos,

John.
by John
Sat Nov 18, 2006 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7027

John, Try this one: #pragma BEGINDUMP #include <hbapi.h> #include <windows.h> HB_FUNC( FILETIMETOTIME ) { SYSTEMTIME st; char buffer[ 9 ]; FileTimeToSystemTime( ( FILETIME * ...
by Antonio Linares
Sat Nov 18, 2006 3:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7027

Antonio,

That solved the problem!

I've tested the results but the time 14:58 gets interpreted as 08:58. Also the seconds seem to be missing?

Best regards,

John.
by John
Sat Nov 18, 2006 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7027

John,

This is wrong:
char * buffer[ 5 ];

It should be:
char buffer[ 5 ];

Also, we need to change "%i:%i" in order to get two digits format for each value. We are searching for the right format.
by Antonio Linares
Sat Nov 18, 2006 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7027

... buffer, "%i:%i", st.wHour, st.wMinute ); hb_retclen( buffer, 5 ); The date is returned fine, the time returns 3:8 instead of 3:08 Regards, John.
by John
Sat Nov 18, 2006 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get Date and Time with oFTP
Replies: 26
Views: 7027
PreviousNext

Return to advanced search