Search found 946 matches

by Richard Chidiak
Mon Jun 08, 2015 1:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10 version
Replies: 12
Views: 1852

Windows 10 version

How can we detect windows 10 version without mistake ?

Which method is uded

will cWinVersion() return 10 ?

if we use TINFO := OS_VERSIONINFO()

TINFO[1] = 6 .AND. TINFO[2] = 4 // windows 10 ? version 6.4 ?

thanks fo reply

Richard
by Richard Chidiak
Wed Jun 03, 2015 5:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 21797

Re: Tablet and form style for Windows 8 (desktop ver.)

Mr Rao

Any timetable for such changes.

I am also interested in yhis feature,

Thanks for reply.

IMO it would be great to enhance fw for windows tablets

Richard
by Richard Chidiak
Mon Mar 16, 2015 10:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Large font scale
Replies: 2
Views: 467

Re: Large font scale

Thank you,

exactly what i was looking for

Richard
by Richard Chidiak
Mon Mar 16, 2015 9:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Large font scale
Replies: 2
Views: 467

Large font scale

Is there a way to know what is the scale used for large fonts (windows 8)

A user can chose to use largefonts scaled at 125% for example , i need to know the percentage value 125 in this case

Does anyone know how we can retreive this value ?

Thanks for help

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: 1286

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
Thu Mar 12, 2015 6:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 13882

Re: Help with translations

French { "There are no printers installed!", "¡No hay impresoras instaladas!", "Pas d'imprimante installée", "", "", "Nessuna stampante installata" },; { "Please exit this application and install a printer", "Por favor salga ...
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: 3257

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 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTouch: a new product for Android from FiveTech
Replies: 24
Views: 16331

Re: FiveTouch: a new product for Android from FiveTech

Antonio Android is a serious headache with all the versions barely compatible with each other (kitkat, sandwich etc...). As far as i understand Android, it is all java based. Just look at games or other software , they can run on certain devices but not others. How much compatibility do you intend t...
by Richard Chidiak
Mon Feb 23, 2015 6:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears Harbour/MSVC
Replies: 35
Views: 5460

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.

http://forums.fivetechsupport.com/viewt ... on#p154059

Hth

Richard
by Richard Chidiak
Thu Feb 19, 2015 10:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error 53
Replies: 4
Views: 663

Re: Error 53

Tim

check that the shortcut to your exe is not \\..... in this case, files are open as "read only"

Try to assign a letter and change the shortcut to z:\my app \myapp.exe for example

Hth

Richard
by Richard Chidiak
Sat Feb 14, 2015 7:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 13882

Re: Help with translations

french:

Code: Select all

{ "Copy and paste in", "Copie y pegue en", "Copier et Coller dans", "Copie e cole em", "Kopieren und Einfügen in", "Copia e incolla in" }
 
by Richard Chidiak
Thu Feb 12, 2015 6:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 13882

Re: Help with translations

{ "Code separator", "Separador de código", "Séparateur de code", "Separador de Código", "Code Trennzeile", "Separatore di codice" } { "Insert a code separator", "Inserta un separador de código", "Insérer un code sép...
by Richard Chidiak
Mon Feb 09, 2015 6:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Trapping events on a ToleAuto object
Replies: 6
Views: 1957

Re: Trapping events on a ToleAuto object

Reinaldo This is the code i use for showing multiple schedules , it is working OK I use Harbour and msvc 2013 Hth Richard METHOD buildMultiSchedule() CLASS TPLANCJ local oSchedules , ;       oRes := {} , ;       n    := 0 IF ! PLANPREF->MULTIPERS  // si pas multi utilisateurs    RETURN NIL ENDIF ::o...
by Richard Chidiak
Wed Feb 04, 2015 7:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 13882

Re: Help with translations

{ "Project filename", "Nombre de fichero del proyecto", "Nom du fichier du projet", "Nome do arquivo de projeto", "Name der Projektdatei", "Nome file del progetto" }
by Richard Chidiak
Mon Feb 02, 2015 7:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with translations
Replies: 77
Views: 13882

Re: Help with translations

Her is the french translation,

{ "Script error at line", "Error en el script en la línea", "Erreur de script à la ligne", "Erro de script na linha:", "Skriptfehler in Zeile", "Errore nello script alla linea" }