Search found 946 matches

by Richard Chidiak
Sat Jun 11, 2016 6:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 7
Views: 1187

Re: Help with translations

Here is the french translation

{ "Please select a NTX file", "Por favor seleccione un fichero NTX", "Veuillez sélectionner un fichier NTX", "Por favor, selecione um arquivo NTX", "Bitte eine NTX-Datei wählen", "Per favore selezionare un file NTX" }

Regards,
by Richard Chidiak
Sat May 28, 2016 9:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 7
Views: 1247

Re: Help with translations

{ "The clipboard is not available now!", "El portapapeles no está disponible ahora!","Le presse-papiers n'est pas disponible maintenant !","","","" }
by Richard Chidiak
Tue Apr 12, 2016 5:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 14
Views: 3666

Re: Help with translations

French

"A value", "Un valor", "Une valeur", "Um valor", "ein Wert", "Un valore" },;
{ "string", "cadena", "texte", "texto", "Zeichenfolge", "stringa" },;
{ "date", "fecha", "date", "data", "datum", "data" },;
{ "logical", "lógico", "logique", "lógico", "logisch", "logico" },;
{ "block", "bloque de ...
by Richard Chidiak
Mon Apr 11, 2016 4:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 14
Views: 3666

Re: Help with translations

French

{ "Replacement", "Reemplazo", "Remplacement", "Substituição", "Ersatz", "Sostituzione" },;
{ "Global replacement in", "Reemplazo global", "Remplacement global", "Substituição Global", "alles ersetzen in", "Sostituzione globale" },;
{ "Field", "Campo", "champ", "Campo", "Feld", "Campo ...
by Richard Chidiak
Mon Mar 21, 2016 5:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translation
Replies: 6
Views: 881

Re: Help with translation

french

{ "can't connect to", "no se puede conectar a", "ne peut se connecter à", "Não pode se conectar a", "Kann nicht verbinden mit", "Impossibile connettersi a" }
by Richard Chidiak
Sat Dec 12, 2015 4:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox scroll (function PopupBrowse())
Replies: 19
Views: 5327

Re: Combobox scroll

Antonio

Thanks

I will try and let you know,

Regards

Richard
by Richard Chidiak
Thu Dec 10, 2015 9:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox scroll (function PopupBrowse())
Replies: 19
Views: 5327

Combobox scroll (function PopupBrowse())

Good morning

I have a combobox redefined from resource, dropdown list.

I need a horizontal scroll on this combobox in addition to the normal vertical scroll.

I have tried cbs-autohscroll style but without success, same with WS_HSCROLL .

Anyone has an idea on what style can display the horizontal ...
by Richard Chidiak
Fri Aug 07, 2015 10:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWeb -> Road to the Web...
Replies: 9
Views: 3996

Re: FWeb -> Road to the Web...

Carles

Very interesting

I like the idea, i personnaly have never been able to use ADO and access to our mysql tables while we do that on a daily bases with PHP

I need an interface between fw and php , your solution look promising

I am going to review the manual in a couple of weeks , i am on ...
by Richard Chidiak
Thu Aug 06, 2015 4:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse MakeTotals on Array Column
Replies: 2
Views: 627

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
Tue Jun 30, 2015 2:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Writing into the Windows registry
Replies: 15
Views: 2525

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", @I )   IF I # 0       oReg:Set&#40 ...
by Richard Chidiak
Tue Jun 16, 2015 10:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.05
Replies: 26
Views: 5789

Re: New FWH 15.05

The only xp known issue is on AMD processors , it does not run on some of them not all (i don't know why) , intel processors are ok as long as you are using sp3 , we have plenty of xp customers. Moises is your pc amd ?

for amd xp customers we deliver a bcc based exe on demand

Richard
by Richard Chidiak
Tue Jun 16, 2015 8:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.05
Replies: 26
Views: 5789

Re: New FWH 15.05

Agree for tablet point of view , it is absolutely mandatory today.

We have developped a windows based tablet application but unfortunately the metro interface is not good enough (it is a pity , it does not need too much tuning) , gets have to be tuned as per virtual keyboard. I am waiting for M ...
by Richard Chidiak
Tue Jun 16, 2015 3:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.05
Replies: 26
Views: 5789

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 09, 2015 8:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 version
Replies: 12
Views: 1963

Re: Windows 10 version

Antonio

I am still puzzled, all those values are messed

6.2 is windows 8
6.3 is windows 8.1

so if you force 6.3 in iswin10() , windows 8.1 will return windows 10

i think the most reliable way is to test the product name

below is a copy of my registry in windows 8.1
http://www&#46 ...
by Richard Chidiak
Mon Jun 08, 2015 5:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 version
Replies: 12
Views: 1963

Re: Windows 10 version

Antonio

Thanks for your work,

6.3 is the windows version code for windows 8

Are you running a real windows 10 version ?

From what i read at MSDN

BOOL WINAPI IsWindows10OrGreater(void);

#include <VersionHelpers.h>

if (!IsWindows10OrGreater())
{
MessageBox(NULL, "You need at least Windows ...