Search found 174 matches: ambiguous

Return to advanced search

Re: Gluing bitmaps

> FW_SaveImage( hBmp, pr1 ) // cSave can be bmp,jpg,png

Ambiguous reference 'PR1'
by Antonio Linares
Wed Dec 14, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gluing bitmaps
Replies: 29
Views: 1366

Re: Harbour warnings

... 20201212) Copyright 1999-2020, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'prueba.prg'... prueba.prg(3) Warning W0001 Ambiguous reference: 'A' Generating C source output to 'prueba.c'... Done. Lines 6, Functions/Procedures 2, pCodes 9 d:\xPrueba>harbour prueba -w2 ...
by hmpaquito
Fri Jun 24, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2308

Re: Problem With oRs:Requery()

... '2022-04-07' AND cequipto = '00001' AND nequipe = 7 ORDER BY funcao;SHOW FULL COLUMNS FROM tmovgpes [ ERROR: Column 'cequipto' in where clause is ambiguous ] This is not an SQL generated by Requery(). ";SHOW FULL COLUMNS FROM ...." is included in the sql only the first time, i.e., when ...
by nageswaragunupudi
Sat Apr 09, 2022 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 516

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 but on my old ...
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: 4325

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

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) Warning W0002 ...
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: 4325

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

... W0027 Meaningless use of expression ':' test1.prg(1716) Warning W0027 Meaningless use of expression 'Logical' test1.prg(1744) Warning W0001 Ambiguous reference 'DLG' test1.prg(1757) Warning W0001 Ambiguous reference 'NSIZE' test1.prg(1758) Warning W0001 Ambiguous reference 'NSIZE' test1.prg(1823) ...
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: 4325

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

... W0027 Meaningless use of expression ':' test1.prg(1716) Warning W0027 Meaningless use of expression 'Logical' test1.prg(1744) Warning W0001 Ambiguous reference 'DLG' test1.prg(1757) Warning W0001 Ambiguous reference 'NSIZE' test1.prg(1758) Warning W0001 Ambiguous reference 'NSIZE' test1.prg(1823) ...
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: 4325

Re: Incrustar Calculadora de Windows en Dialogo

Adhemar, no compila ni con HARBOUR, y ni con xHARBOUR. ERROR.LOG: ACUELAR.prg(114) Warning W0001 Ambiguous reference 'DEFAULT' ACUELAR.prg(351) Warning W0027 Meaningless use of expression 'Logical' #include "FiveWin.ch"// By: Adhemar CuéllarFUNCTION Main()  ...
by karinha
Thu Jul 15, 2021 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incrustar Calculadora de Windows en Dialogo
Replies: 10
Views: 1151

Re: Print Problem with FWH2104

... aLinhaLista, aPosicaoLosta and nPagAtual are neither declared nor initialized. If you compiled with warnings enabled, you ought to have got ambiguous variables warnings. if you compiled without warnings and built the exe, you ought to have got runtime error, because the above lines are equivalent ...
by nageswaragunupudi
Tue Jun 08, 2021 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2590

Re: FW_ExceltoDbf version in FW 2102

... tester.prg(65) Error E0030 Syntax error "syntax error at '->'" tester.prg(65) Warning W0001 Ambiguous reference 'OCLASS' tester.prg(65) Warning W0001 Ambiguous reference 'NSCOPE' tester.prg(130) Error E0019 #error 'Invalid instance variable ...
by Marc Venken
Mon Mar 29, 2021 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2567

Problem when compiling with Harbor

... , with header file and case sensitive I have this error [code]Copyright (c) 1999-2020, https://harbour.github.io/ Righe.prg(5689) Warning W0001 Ambiguous reference 'ARRAY_IVE'[code] The problem is that in the source I Have i := ascan(atotale[array_ive],. . . And in the header.ch #define ARRAY_IVE ...
by Maurizio
Mon Nov 30, 2020 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem when compiling with Harbor
Replies: 5
Views: 576

Re: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'

Gracias.

Con este cambio ya no marco ese Warning.
by noe aburto
Wed Aug 26, 2020 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse(320) Warning W0001 Ambiguous reference 'SUPER'
Replies: 4
Views: 517
Next

Return to advanced search