Search found 163 matches: test1

Return to advanced search

Re: not ISOEM(), ISANSI() or IsUTF8()

... not understand which Sign you mean with Accent :?: do you mean Sign > CHR(128) :?: --- when look at last Sample i do compare both Sting where Test1 == Test2 but   Test1 := Utf16toUtf8( strToWide( UML_OemToAnsi( cOemText ) ) ) ) fail while    cText := STRTRAN( ...
by Jimmy
Wed Aug 30, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: different Warning using BCC7 32 Bit / MSVC 64 Bit

hi Antonio, Do you mean this code ? Yes, this CODE give me under BCC7 32 Bit this Warnings Warning W8004 TEST1.prg 147: 'fAutoEject' is assigned a value that is never used in function EjectVolume Warning W8004 TEST1.prg 147: 'fRemoveSafely' is assigned a value that is never ...
by Jimmy
Thu Dec 15, 2022 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: different Warning using BCC7 32 Bit / MSVC 64 Bit
Replies: 6
Views: 420

Re: Test Windows Mdi with panel right

Marcelo Roggeri wrote:Silvio si tienes un video de lo que haces con VB seria bueno para entender bien que quieres lograr.
Saludos
Marcelo



Image


I think is a class type "Navigation Pane Control"
by Silvio.Falconi
Mon May 02, 2022 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test Windows Mdi with panel right
Replies: 10
Views: 690

Re: Visual Studio Community 2019

... el foro fui encontrando pistas. Ya iré probando cosas complejas, por el momento un hola mundo desde otro prg. Saludos Marcelo Comparto el ejemplo test1.prg #INCLUDE "FiveWin.ch"function MAIN()    test()return nil  test2.prg #INCLUDE "FiveWin.ch"function test()  ...
by Marcelo Roggeri
Tue Apr 12, 2022 9:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Visual Studio Community 2019
Replies: 11
Views: 727

Re: Dialog style

I have the same issue with FWH 21.11.
My dialogs all have the look as to see by test2 of user mtajkov.
I'm searching since days to get my dialogs appearance like at test1.
by Detlef
Sun Apr 10, 2022 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 615

Dialog style

... oDlg:end()   ACTIVATE DIALOG oDlgreturn nil  if I use FiveWin 12.08. and xHarbour build 1.2.1 http://www.smartprint.co.rs/Test1.jpg Test1 if I use FiveWin 21.11. and xHarbour 1.2.3 http://www.smartprint.co.rs/Test2.jpg Test2 How can I get dialogue ...
by mtajkov
Sun Apr 10, 2022 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 615

Re: Conversion from ca-clipper ( not found a variable)

test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER' Where the PUBLIC or PRIVATE variable is used you have to use the MEMVAR declaration or the M -> prefix: MEMVAR lServer or M -> lServer EMG ok ...
by Silvio.Falconi
Fri Mar 04, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

Marc Venken wrote:test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER'


Where the PUBLIC or PRIVATE variable is used you have to use the MEMVAR declaration or the M -> prefix:

MEMVAR lServer

or

M -> lServer

EMG
by Enrico Maria Giordano
Fri Mar 04, 2022 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

Just to have a better understanding : In this code (parts) , from the main function the warning log says folowing : test1.prg(72) Warning W0002 Ambiguous reference, assuming memvar 'LSERVER' test1.prg(73) Warning W0002 Ambiguous reference, assuming memvar 'SERVER_PATH' test1.prg(75) ...
by Marc Venken
Thu Mar 03, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

... at the end: if that function is called n times then the resource is allocated n times and released zero times and you will have resource leakage. test1.prg(1714) Warning W0027 Meaningless use of expression ':' test1.prg(1714) Warning W0027 Meaningless use of expression 'Logical' test1.prg(1716) ...
by Enrico Maria Giordano
Thu Mar 03, 2022 10:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: Conversion from ca-clipper ( not found a variable)

... like fonts, oDlg, ... I Mostly just end the program and all this stuff is gone ? At least I think so... Oeps... My Warning log has 430 lines test1.prg(1714) Warning W0027 Meaningless use of expression ':' test1.prg(1714) Warning W0027 Meaningless use of expression 'Logical' test1.prg(1716) ...
by Marc Venken
Thu Mar 03, 2022 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4344

Re: a question MDI

Silvio: Prueba poner antes de la clausula ACTIVATE los bloques de código que te pase. Function test1(oWnd)   Local oBrw,oBar   use customer   DEFINE WINDOW oWndClients MDICHILD OF oWnd TITLE "Clients"   @ 2, 0 XBROWSE oBrw OF oWndClients LINES AUTOSORT ...
by Silvio.Falconi
Tue Jan 11, 2022 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a question MDI
Replies: 22
Views: 1589

Re: Xbrowse Builder having a strange error (RESOLVED)

... ? Error description: Error BASE/1004 No exported method: VALUE Args: [ 1] = U Stack Calls =========== Called from: => VALUE( 0 ) Called from: .\TEST1.PRG => STYLEBROWSE( 751 ) Do you still get the same error ? You are sending a message to a nil Yes... I know that it is strange even weird ...
by Marc Venken
Fri Jan 07, 2022 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1488

Re: Xbrowse Builder having a strange error (RESOLVED)

Marc,

Do you mean this error ?

Error description: Error BASE/1004 No exported method: VALUE
Args:
[ 1] = U

Stack Calls
===========
Called from: => VALUE( 0 )
Called from: .\TEST1.PRG => STYLEBROWSE( 751 )

Do you still get the same error ? You are sending a message to a nil
by Antonio Linares
Fri Jan 07, 2022 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1488

Xbrowse Builder having a strange error (SOLVED)

... Error description: Error BASE/1004 No exported method: VALUE Args: [ 1] = U Stack Calls =========== Called from: => VALUE( 0 ) Called from: .\TEST1.PRG => STYLEBROWSE( 751 ) Called from: .\TEST1.PRG => GETXBROWSER( 2151 ) Called from: .\TEST1.PRG => MARC_FOLDER_KLANTEN( 618 ) Called ...
by Marc Venken
Tue Jan 04, 2022 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1488
Next

Return to advanced search