Search found 331 matches: hth

Return to advanced search

Re: FW_SetUnicode( .T. ) 2-Byte characters

something else I noticed: During editing it sometimes happens that the following 2-byte characters are interpreted CORRECTLY.
So the error should be related to the length calculation of the previous characters, somewhere deep inside.
HTH
by frose
Fri Jun 23, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: Email from gmail

Baxajaun wrote:Could you explain better your app password at GMail ?


Can read about it here https://support.google.com/accounts/answer/185833?hl=en and here https://devanswers.co/create-applicatio ... ord-gmail/

HTH
by hua
Tue Dec 15, 2020 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Email from gmail
Replies: 12
Views: 1231

Re: Decoremos el arbol de navidad de FWH - Decorate the FWH tree

... vi. Maybe seeing how Sergey's structured his class is useful to you https://drive.google.com/open?id=1CwQZod5QsG6FG5ILcvuh33QNL8yWI42a HTH.
by hua
Wed Apr 29, 2020 10:26 am
 
Forum: Utilities / Utilidades
Topic: Decoremos el arbol de navidad de FWH - Decorate the FWH tree
Replies: 55
Views: 23400

Re: Old DOS to new Windows = Conversion thoughts

... is something specific to handle memory issues under DOS. However if you are using swpruncmd() to run another program you can try the RUN command. HTH
by hua
Tue Dec 17, 2019 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2014

Re: DBF DBASE3

Try to download from here, https://nofile.io/f/j0wMygaxboo/sampledbf.zip

They were created using FoxBase+ 2.10. One with memo field and the other without.

HTH
by hua
Tue May 15, 2018 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF DBASE3
Replies: 4
Views: 749

Re: 2012 server

This is a post on Harbour Users group from someone experiencing slowness on Windows 2012 too - https://groups.google.com/forum/#!topic ... -1OKaCvTxk

HTH
by hua
Wed Oct 26, 2016 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2012 server
Replies: 24
Views: 5976

Re: How can I correct Korean Alphabet broken in calling MSSQL ?

Kim, I'm just guessing here but you might want to have a look at codepage - http://harbourlanguage.blogspot.my/2010 ... epage.html

HTH
by hua
Tue Sep 08, 2015 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How can I correct Korean Alphabet broken in calling MSSQL ?
Replies: 17
Views: 4628

Re: xBrowse MakeTotals on Array Column

Rick

WITH OBJECT oLbx3
:aCols[2]:nFooterType := AGGR_TOTAL
END

ODLG:bSTART := { || Olbx3:MAKETOTALS(),Olbx3:SETFOCUS() }

Hth

Richard
by Richard Chidiak
Thu Aug 06, 2015 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse MakeTotals on Array Column
Replies: 2
Views: 600

Re: OT: TS.exe ( text find ) utility replacement

Hi, I use the DOS Command FINDSTR
Example: FINDSTR /i /n /c:"hello world" *.prg
HTH
Euclides
by Euclides
Thu Jul 30, 2015 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: TS.exe ( text find ) utility replacement
Replies: 24
Views: 7209

Re: Writing into the Windows registry

Michel this is an example, HTH   oReg := TReg32():Create( HKEY_CURRENT_USER, "Control Panel\Desktop\WindowMetrics" )  // scrollbars   I := 0   oReg:Get( "ScrollHeight", ...
by Richard Chidiak
Tue Jun 30, 2015 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Writing into the Windows registry
Replies: 15
Views: 2356

Re: New FWH 15.05

... to compete with any other tablet. I personnaly use a 10" HP tablet with external keyboard, it is an excellent tool for less than 200 euros ! Hth Richard
by Richard Chidiak
Tue Jun 16, 2015 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.05
Replies: 26
Views: 5097

Re: New FWH 15.05

Antonio

I build my application with vs studio 2013 and it runs on xp SP3 (note sp3 is needed), we still have several users with windows xp

Hth

Richard
by Richard Chidiak
Tue Jun 16, 2015 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.05
Replies: 26
Views: 5097

Re: DBF - convert from old clipper ( DBT ) to FPT / CDX

Uwe

try something like this

USE (DNTX) VIA "DBFNTX" NEW SHARED
aADBF := (DNTX)->(DBSTRUCT())
DBCREATE(FUSER,AADBF,"DBFCDX")
USE (FUSER) VIA "DBFCDX" NEW SHARED

then convert from one to other

Hth

Richard
by Richard Chidiak
Mon Mar 16, 2015 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF - convert from old clipper ( DBT ) to FPT / CDX
Replies: 6
Views: 1643

Re: Problem Clicking on Fields in Dialog

Tim

in my rc autocheckbox are defined this way

CONTROL "Tous les Articles", 205, "Button", BS_AUTOCHECKBOX|WS_TABSTOP, 4, 4, 104, 16

Hth

Richard
by Richard Chidiak
Mon Feb 23, 2015 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3869

Re: Checkbox text disappears Harbour/MSVC

Tim

I remember a similar problem in folders when the dialog had a "Capion" clausure, try to remove it and see if it makes a difference.

viewtopic.php?f=3&t=27601&p=154059&hilit=caption#p154059

Hth

Richard
by Richard Chidiak
Mon Feb 23, 2015 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears Harbour/MSVC
Replies: 35
Views: 7276
Next

Return to advanced search