Search found 125 matches: assignment

Searched query: assignment

by Otto
Sun Jul 21, 2024 7:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to design programe for jewelry order ? (K.A. Rao)
Replies: 2
Views: 670

Re: How to design programe for jewelry order ? (K.A. Rao)

Hello Yunus,

I have thought again about your assignment.
If you haven't programmed for a long time and yunus.prg was programmed for you, then I would - assuming you are a standard Fivewin user - start with a simpler code for deposit management - a simple CRUD program.
The yunus.prg code is ultra high ...
by goosfancito
Sat Mar 02, 2024 5:31 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 1126

Re: Creo que esto depende de Harbour...

... es desestructuración de arrays. En JavaScript se utiliza:https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
En harbour no me suena haberlo visto nunca, aunque sería muy bueno poder tenerlo.
Salud!

Enviado desde mi motorola edge 20 mediante Tapatalk ...
by VictorCasajuana
Sat Mar 02, 2024 3:05 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Creo que esto depende de Harbour...
Replies: 6
Views: 1126

Re: Creo que esto depende de Harbour...

... es desestructuración de arrays. En JavaScript se utiliza:https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
En harbour no me suena haberlo visto nunca, aunque sería muy bueno poder tenerlo.
Salud!

Enviado desde mi motorola edge 20 mediante Tapatalk
by paquitohm
Wed Feb 14, 2024 1:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 2825

Re: PepPol European Invoicing standard

A more complex xml. Characteristics:
+ Assignment of individual values ​​or repetition blocks through macros
+ Comments with //**

A parsing function does the job

METHOD BloqueFactura() CLASS TSiiDocAltaModificacionINTERMEDIA_
Local c


TEXT INTO c
<siiLR:RegistroLRFacturasEmitidas>
<sii:%ETI ...
by goosfancito
Tue Aug 15, 2023 7:27 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 6399

Re: New FTDN July/Julio (FWH 23.07)

gracias

Esto no tiene inconvenietnes al ser WARNING?
Source\tree_fw\treeview.c:
Warning W8060 Source\tree_fw\treeview.c 74: Possibly incorrect assignment in function HB_FUN_TVINSERTITEM
Warning W8019 Source\tree_fw\treeview.c 305: Code has no effect in function HB_FUN_TVEDITLABEL
by Jimmy
Wed May 24, 2023 5:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: AEVAL() : Get Value of FIELD using FieldGet(i)
Replies: 4
Views: 515

Re: AEVAL() : Get Value of FIELD using FieldGet(i)

... Codeblockparameter wird auch im entsprechenden Arrayelement durchgeführt.
<lAssign>

The logical expression <lAssign> determines whether an assignment to the passed array element may take place within the code block. If <lAssign> is equal to .T. (true), the array element is effectively passed to ...
by nageswaragunupudi
Sun Apr 23, 2023 7:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: to Excel : using Array and "paste" it
Replies: 6
Views: 1225

Re: to Excel : using Array and "paste" it

... aData := RsGetRows( oRs ) instead of aData := oRs:GetRows()
and
aData := xlRangeValue( oRange ) instead of aData := oRange:Value.

Now about assignment:

oSheet:Range( "A1:C1" ):Value := { 1, 2, 3 } //WORKS.
oSheet:Range( "A1:C2" ):Value := { {1,2,3},{4,5,6} } // FAILS, though works with VB ...
by VictorCasajuana
Tue Jan 17, 2023 4:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 3230

Re: HASH vs single variables

... now, but if you do it with OOP (classes and objects) when it grows you will have a good foundation.

When necessary, you can give a logic to the assignment of a value ( setters and getters ). Another advantage is with the editor, if you use classes, it helps you when writing the code since it ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 3015

Re: How to create a PRIVATE variable owned by the caller?

... number of elements per dimension is 4096. The maximum number of
dimensions is limited only by available memory.

<initializer> is the optional assignment of a value to a new private
variable. An array cannot be given values with an <initializer>. An
<initializer> for a private variable consists ...
by rhlawek
Sat Jun 25, 2022 3:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 4608

Re: Harbour warnings

... and leave CENTER there is no warning, but add in something like ON CLICK and there will be warnings on nRow, nCol, nFlags and Self, but the same assignment trick works for these as well)

#xcommand ACTIVATE DIALOG <oDlg> ; &#91; <center: CENTER, CENTERED> &#91; <inwnd: IN PARENT> &#93; &#93; ; &#91 ...
by Enrico Maria Giordano
Thu Mar 03, 2022 10:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 7956

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

Marc Venken wrote:( 1714 )DEFINE BUTTON OF oBar PROMPT "Filters Uit" RESOURCE "EDIT";
ACTION (oBrw:lGetBar = .F.,oBrw:refresh(),oBrw:setfocus() )


Code: Select all | Expand

oBrw:lGetBar := .F.


Otherwise it is not an assignment but an unuseful logical compare.

EMG
by James Bott
Fri Jul 09, 2021 12:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: set key not run on win 10 ?
Replies: 1
Views: 361

Re: set key not run on win 10 ?

... oWndReturn nil

Maybe you are doing your SET KEY before oApp is defined?

The other issue might be function keys with dual options. On my laptop you have to press the [fn][F2] to get the assignment above because there are other default actions for the button keys. Probably since it is a laptop.
by Silvio.Falconi
Mon May 10, 2021 7:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick control Resolved !!!
Replies: 7
Views: 1262

Re: Problem with datepick control

... seem run not ok

then if you select before "september" and then "current mounth" you 'll see

dfirst 1 september
dlast 31 MAy

try to Change the date of your assignment to 17.05.2021
then try remming everything and leaving the menus alone
Today and September
and you will see that it does not work
by Cgallegoa
Tue Apr 13, 2021 4:53 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TDolphin xHarbour - BCC 7.3 - FWH-20.07 - 32b.
Replies: 7
Views: 1049

Re: DANIEL - TDolphin xHarbour - BCC 7.3 - FWH-20.07 - 32b.

... c\function.c 847: Undefined symbol 'llRecCount' in function HB_FUN_DOLPHINFILLARRAY
Warning W8060 .\source\c\function.c 849: Possibly incorrect assignment in function HB_FUN_DOLPHINFILLARRAY
Warning W8060 .\source\c\function.c 1638: Possibly incorrect assignment in function HB_FUN_MYBACKUP
*** 5 ...
by Marc Venken
Mon Dec 14, 2020 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple array is giving me problems (SOLVED)
Replies: 11
Views: 1121

Re: Multiple array is giving me problems

Antonio Linares wrote:Marc,

fields assignment must use ":="

shopcolor->kleuren := cKleur
shopcolor->hexcode := Chex


Same error...