Search found 636 matches: scope

Return to advanced search

Re: PepPol European Invoicing standard

... style="width:400px;"><thead>' cTabel = cTabel + '<tr>' for i = 1 to 13 nMaat = 36 + i cTabel = cTabel + '<th scope="col" style="text-align: center; background-color: rgb(255, 0, 0);"><strong><span style="color:#FFFFFF;">'+str(nMaat,2)+'</span></strong></th>' ...
by Marc Venken
Wed Feb 14, 2024 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 921

Re: Request : function GetSerialCol()

hi, thx for Answer. i have use the CODE and got Data from Controls :) but when try to "save" i got Error Error description: Error BASE/42 Scope violation (protected): TDATAROW:READPQQ https://i.postimg.cc/Dwff41Q2/PG-Save01.jpg Question : how to "disable" those ...
by Jimmy
Wed Sep 27, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : function GetSerialCol()
Replies: 8
Views: 580

Re: Una envio con Post SOLUCIONADO

... encontré que había un signo = luego de un &, que estaba de mas, por ello no te funcionaba Era : cData := 'grant_type=client_credentials&=scope=https://api.sunat.gob.pe/v1/contribuyente/contribuyentes&=client_id=123456&=client_secret=xxxxxxx' y debe de ser : cData := 'grant_type=client_credentials&scope=https://api.sunat.gob.pe/v1/contribuyente/contribuyentes&client_id=123456&client_secret=xxxxxxx' ...
by cjcardoza
Fri Jun 16, 2023 4:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una envio con Post ** SOLUCIONADO **
Replies: 14
Views: 1492

Re: Una envio con Post SOLUCIONADO

... encontré que había un signo = luego de un &, que estaba de mas, por ello no te funcionaba Era : cData := 'grant_type=client_credentials&=scope=https://api.sunat.gob.pe/v1/contribuyente/contribuyentes&=client_id=123456&=client_secret=xxxxxxx' y debe de ser : cData := 'grant_type=client_credentials&scope=https://api.sunat.gob.pe/v1/contribuyente/contribuyentes&client_id=123456&client_secret=xxxxxxx' ...
by LuisPonce
Fri Jun 16, 2023 1:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una envio con Post ** SOLUCIONADO **
Replies: 14
Views: 1492

Re: Protecting certain functions to be used

I just realized that scope.pointer is member of an union and not a member of a struct, so modifying scope.pointer will be affecting the scope of the symbol. This would be the right way to do it: function Main()   local ...
by Antonio Linares
Wed May 03, 2023 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Protecting certain functions to be used
Replies: 6
Views: 349

Ordscope

... filtre cAlias3 (Utilizado por el tercer xbrowse) que sea distinto al codigo primer xbrowse (conductor) Pero no functiona. Como puedo poner en un scope como condicion, que sea distinto a (<>)
by JoseLuis
Sat Mar 11, 2023 8:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ordscope
Replies: 3
Views: 303

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

... variables and arrays visible within the current and invoked procedures or user-defined functions . This class of variable is said to have dynamic scope. Private variables exist for the duration of the active procedure or until explicitly released with CLEAR ALL, CLEAR MEMORY, or RELEASE. When ...
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: 777

Re: EXPORTAR DATOS DESDE FW A PRESTASHOP

... e innecesaria ya que puedes usar directamente este comando de Harbour: COPY TO <targetFile> ; [FIELDS <fieldNames,...> ;] [<Scope> ; ] [WHILE <lWhileCondition> ;] [FOR <lForCondition> ;] [VIA <rddName>] [SDF | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ...
by Antonio Linares
Mon Dec 26, 2022 9:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 2702

Re: Is Xbrowse Barget still intended to filter data

... to do whatever with that Value, whether we use for filter or for seek or for setting scopes or for whatever purpose. Do not underestimate filters. Scope has limited scope. What I mean is scopes are not useful for every occassion. Most important thing is we should study how to make fully or greatly ...
by Marc Venken
Sat Nov 05, 2022 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is Xbrowse Barget still intended to filter data
Replies: 2
Views: 205

Re: The more fancy Xbrowses the more slow they become ?

... Let us not interfere. Now I wonder ..... I think I do some refresh to much then ? Are these refresh OK ? :bChange := { || nSecs := SECONDS(), Scope("factinfo","document","factart","factart"),oBrw[6]:refresh() } :bChange := { || scopetimer(oBrw),('foto')->(DBGOTOP()),oBrw2:Refresh(),oBrw4:gotop(),oBrw4:Refresh(),oImage:Refresh(),oImage2:Refresh(),Obrw:refresh(),Oget:refresh(),oGet2:refresh() ...
by Marc Venken
Sat Nov 05, 2022 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: Is Xbrowse Barget still intended to filter data

... to do whatever with that Value, whether we use for filter or for seek or for setting scopes or for whatever purpose. Do not underestimate filters. Scope has limited scope. What I mean is scopes are not useful for every occassion. Most important thing is we should study how to make fully or greatly ...
by nageswaragunupudi
Sat Nov 05, 2022 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is Xbrowse Barget still intended to filter data
Replies: 2
Views: 205

Is Xbrowse Barget still intended to filter data

... I consider having a extended call to the function marc_setfilter(oBrwsel,"CustName") and insite the function make a selection for using scoped or filtered data do case case cData = "CustName" ... set index name ... scope the data for quick access case cData = "CustStreet" ...
by Marc Venken
Sat Nov 05, 2022 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is Xbrowse Barget still intended to filter data
Replies: 2
Views: 205

Re: The more fancy Xbrowses the more slow they become ?

... mostly how you are getting the data. If you are using a filter, it will be agonizingly slow (as filters always are). If you are using an indexed scope it will be very fast. Some time ago I did some tests regarding this using a large database and it took 0.32 seconds to collect 20,543 records ...
by James Bott
Fri Nov 04, 2022 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The more fancy Xbrowses the more slow they become ?
Replies: 8
Views: 440

Re: Xbrowse bBargetAction and the filtering function for it

Marc, There have been a number of recent forum discussions about filters vs scopes. The basics are that with a filter you have to read every record in the database, but with a scope you only read the records within the scope. For example, you are using a browse ...
by James Bott
Fri Jul 01, 2022 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bBargetAction and the filtering function for it
Replies: 4
Views: 834

Re: Copy structure or create new file dbf

Silvio, You have it running... That's mostly the goal .... But did you try the scope ? I would think it should be faster and less code. A new second filtering (maybe not needed) would also be faster. Mostly out of interest this question. I don't really trust the ...
by Silvio.Falconi
Thu Jun 09, 2022 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy structure or create new file dbf
Replies: 8
Views: 599
Next

Return to advanced search