Search found 53 matches: meaningless

Return to advanced search

Re: CLASS modification

... I went to recompile and that get while loading the calendar (Tcalendar) doesn't make doubleclick work so it's unusable. I have to read bullshit or meaningless sentences on the forum, I don't want to use other procedures, I want a calendar like Tcalendar . I know well the differences between SysDateTimePick32 ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

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

... 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) Warning W0027 Meaningless use ...
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: 4345

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

... 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) Warning W0027 Meaningless use ...
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: 4345

Re: Incrustar Calculadora de Windows en Dialogo

... 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()   LOCAL oDlg   LOCAL ...
by karinha
Thu Jul 15, 2021 1:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incrustar Calculadora de Windows en Dialogo
Replies: 10
Views: 1169

Re: Font sizing for printout.

... nil, nil, nWidthInInches, nil, "INCHES" )[ 3 ]return Int( nWidthPix / nPixPerChar )  This does not work (rather meaningless) for proportional fonts like Arial, Tahoma, Verdana, etc
by nageswaragunupudi
Thu Jun 25, 2020 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Font sizing for printout.

... nil, nil, nWidthInInches, nil, "INCHES" )[ 3 ]return Int( nWidthPix / nPixPerChar )  This does not work (rather meaningless) for proportional fonts like Arial, Tahoma, Verdana, etc
by nageswaragunupudi
Thu Jun 25, 2020 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Error sintaxis EVAL

Gracias, Joao por contestar. Sigue dando los errores siguientes: c:\winsat\Decimal.prg(41) Warning W0027 Meaningless use of expression 'Logical' c:\winsat\Decimal.prg(46) Warning W0027 Meaningless use of expression 'Logical' c:\winsat\Decimal.prg(51) Warning W0027 Meaningless ...
by Ramón J.
Thu Jan 16, 2020 8:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error sintaxis EVAL
Replies: 3
Views: 694

Error sintaxis EVAL

... (CGET4,( CGET4:=CGET3*CGET0), oGET4:Refresh(),; .T. )) } ) Al pasarlo a 32 el compilador arroja el siguiente error:" Warning W0027 Meaningless use of expression 'Logical' Aquí, que también funciona en FW16, @45, 30 GET oget1 VAR cget1 OF odlgeu picture "999,999,999" RIGHT ...
by Ramón J.
Wed Jan 15, 2020 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error sintaxis EVAL
Replies: 3
Views: 694

Re: fw_arratoDbf l and progress

Code: Select all  Expand view

FW_ArrayToDBF( aData, cFieldList, bProgress, lOverWrite, lRecallDeleted, bTrigger )
 


3rd parameter is bprogress

But the function executes so fast that providing meter is meaningless.
by nageswaragunupudi
Thu Sep 12, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fw_arratoDbf l and progress
Replies: 3
Views: 666

Re: Show an Image on xbrowse

... it will display the image. made then I tried to insert :bBmpData := { || lfn2sfn(rtrim( ( oBrw:cAlias )->ELIMGLIB)) } but it make error This is meaningless. So the error.
by nageswaragunupudi
Wed Jan 30, 2019 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show an Image on xbrowse Resolved!!
Replies: 4
Views: 1181

xBrowse Font Problem

... with build May 2016 But, with build December 2016 both are "Segoe UI". Because of this all of my Turkish characters have been changed by meaningless characters. Also the Turkish characters in static text, and read only fields have been changed. Please help #include "FiveWin.ch"#include ...
by betoncu
Wed Jan 04, 2017 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Font Problem
Replies: 14
Views: 3183

Re: ADO : doesn't work anymore

... is opened with cursor-type adOpenStatic only, whatever cursortype we specify while opening the recordset. In other words, it is just useless and meaningless for us to specify a cursor type while openining a recordset with cursorlocation adUseClient. This has been the behavior since ADO was created. ...
by nageswaragunupudi
Mon Nov 07, 2016 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : doesn't work anymore
Replies: 2
Views: 684

Re: Desktop Alerts

... Compiling 'test3.prg'... Generating international list to 'C:\Work\Errori\DESKTO~1\I18n\Main.hil'... test3.prg(83) Warning W0027 Meaningless use of expression: 'Numeric' No code generated #include "FiveWin.ch"#include "Slider.ch"static nTransparency    ...
by Silvio.Falconi
Wed Mar 09, 2016 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29493

Re: FiveWeb Questions

Jeff,

> Is there any way to hide the information passed via fiveweb in the address bar?

You could encode it and then decode it from the FiveWeb app, so the info seen by the user is meaningless
by Antonio Linares
Sun Mar 06, 2016 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 25576

Re: Problem with past into xbrowse numeric editable cell

... Get, xbrowse does not lose the value. It still retains the value and tries to show in the best possible manner so that the user need not stare at meaningless stars. The value what you see is 123 million and odd represented in scientific notation. Hope you now agree that: 1. This is a problem of ...
by nageswaragunupudi
Thu Feb 18, 2016 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2297
Next

Return to advanced search

cron