Search found 28 matches: testget

Return to advanced search

FWH 2307 con xHarbour

... xHarbour 1.3.0 Intl. (SimpLex) (Build 20230914) Copyright 1999-2023, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'testget.prg' and generating preprocessed output to 'testget.ppo'... Generating C source output to 'testget.c'... Done. Lines 39, Functions/Procedures ...
by damianodec
Mon Oct 09, 2023 3:02 pm
 
Forum: All products support
Topic: FWH 2307 con xHarbour
Replies: 1
Views: 261

Re: xHarbour.org updated!

Sure, but I need a simple PRG showing the errors that I can test here. Code below, I change testget in samples folder to try tipclient with https. Thanks in advance! #Include "Fivewin.ch" Function Main() LOCAL oDlg, oGet LOCAL cCad := "Testing " // ...
by wartiaga
Mon Sep 18, 2023 7:22 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39060

Re: numeric get

Dear Detlef,

Please modify FWH\samples\testget.prg this way:

@ 2, 6 GET oGet VAR nNum OF oDlg SIZE 60, 10 PICTURE "9999999.99" RIGHTTOLEFT

it seems to work fine. Please try it
by Antonio Linares
Thu Jul 20, 2023 9:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 339

Re: numeric get

Dear karinha,
unfortunately, this doesn't work.
Image
The cursor starts at the red arrow not at the very right position.
by Detlef
Thu Jul 20, 2023 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: numeric get
Replies: 8
Views: 339

Re: PROBLEMAS CON EL GET EN FWH 20.07

Carlos,

Aqui funciona bien. Por ejemplo, samples\testget.prg

Puedes probarlo ?

buildh.bat testget
by Antonio Linares
Thu Aug 20, 2020 7:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMAS CON EL GET EN FWH 20.07
Replies: 5
Views: 715

EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )

Dear All, I found the point of my problem case for creating logerror() file. This is TESTGET.PRG in sample folder. I just add SBUTTON.LIB and it create a log file every time I end font object. It seem NO FONT OBJECT to :end(). 01/17/2018 16:09:04: EXCESS RELEASE OF ...
by dutch
Wed Jan 17, 2018 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCESS RELEASE OF FONT Tahoma[ hFont : 0] ( nCount : 0 )
Replies: 4
Views: 1245

Re: macexec with variable

More simple .... use TASKEXEC ().

This not run property for problems with script paths but build.sh is launch .

@ 150, 40 BUTTON "Terminal" ACTION msginfo( TaskExec( "/bin/sh", Path()+"/build.sh","testget.prg" ) )
by mastintin
Thu Apr 13, 2017 2:33 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: macexec with variable
Replies: 9
Views: 2811

Re: Nuevo FWH 15.09 Error picture

... Fw_SetUnicode( .t. ) _main() return function _Main() local oDlg, oGet local nValue := SPACE(10) SET _3DLOOK ON DEFINE DIALOG oDlg RESOURCE "TestGet" REDEFINE GET oGet VAR nValue PICTURE "@!" ID 110 OF oDlg oGet:bGotFocus = { || oGet:SetPos( 0 ), nil } REDEFINE BUTTON ID 120 ...
by Patricio Avalos Aguirre
Tue Nov 24, 2015 2:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.09
Replies: 10
Views: 1827

Re: Nuevo FWH 15.05

Maestro Antonio

Al presionar la tecla F1 en 64 Bits da error, puedes probar con cualquier ejemplo TestGet.Prg
dice testget.exe dejo de funcionar.
Depurar Cerrar programa

Windows 8.1
Fivewin 15.05
Harbour 3.2.0
Visual Studio 2013
by luisduque
Thu Jul 02, 2015 5:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.05
Replies: 30
Views: 4734

Re: New FTDN April 2015 (FWH 15.04)

Luis, En windows XP al ejecutar un simple ejemplo TestGet me sale Aplicación WIN32 no es valida He intentado usar XP en VirtualBox en Windows 10 (build 10074) pero no funciona asi que de momento no puedo probarlo. Imagino que el EXE intentará usar ...
by Antonio Linares
Wed May 06, 2015 3:34 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2015 (FWH 15.04)
Replies: 6
Views: 3608

Re: New FTDN April 2015 (FWH 15.04)

Maestro Antonio. En windows XP al ejecutar un simple ejemplo TestGet me sale Aplicación WIN32 no es valida, trabajo con if exist "%ProgramFiles%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" call "%ProgramFiles%\Microsoft Visual Studio ...
by luisduque
Wed Apr 29, 2015 8:27 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2015 (FWH 15.04)
Replies: 6
Views: 3608

Re: FiveWeb question

Dear all: Solve the problem Today , Thanks Otto . Paste the testget.prg and testsay.prg Reference from otto.prg. // testget.prg #include "FiveWeb.ch" function Main() LOCAL oDlg, oGET1 local cGet1:=SPACE(20) local aParams /* if pcount() > 0 ...
by kokookao2007
Wed Feb 26, 2014 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb question
Replies: 15
Views: 4001

Re: GEt multiline y cPicture no anda.

// Testing GETs \samples\testget.prg #include "FiveWin.ch"#define CLR_MENTA          RGB(221,255,238)#define CLR_HMENTA         RGB(000,128,000)#define CLR_SOFTYELLOW ...
by karinha
Fri Feb 21, 2014 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GEt multiline y cPicture no anda.
Replies: 13
Views: 1485

Re: FiveWeb question

HI Antonio:

MsgInfo( oGET.Value )

Compiler error :
Compiling...
testget.prg(15) Error E0030 Syntax error "syntax error at '.'"
Harbour 3.2.0dev (Rev. 18805)
Copyright (c) 1999-2013, http://harbour-project.org/
Compiling 'testget.prg'...
1 error

No code generated.
* Compile errors *
by kokookao2007
Wed May 22, 2013 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb question
Replies: 15
Views: 4001

new and important bug in FW 11.11

Hello, In samples\testget.prg. In second get, Number. Paste a test.   Error occurred at: 12/20/2011, 22:01:25   Error description: Error BASE/1111  Argument error: LEN   Args:     [ ...
by ukservice
Tue Dec 20, 2011 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new and important bug in FW 11.11
Replies: 7
Views: 2549
Next

Return to advanced search