Search found 259 matches: workarea

Return to advanced search

Re: XML, CON ARCHIVO ADJUNTO PDF

... <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Header xmlns:work="http://bea.com/2004/06/soap/workarea/"><cl:token xmlns:cl="cl.zofri.sve">ab279406842379312--60005329-b4-7-1209-780e 2111-db0e-f:043161169f4:e2301-b87842684036921c-36-0-5c20-e497e1-0c-281e72c1 ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2298

Re: Incluyendo el SQLRDD

se necesita además un campo para controlar el borrado de fila, por defecto es sr_deleted Muchas gracias Carlos por el aporte No consigo dominar este tema, he probado lo siguiente SR_UseDeleteds(.T.)   ? "Test SQLRDD"   ? ""   ? "Connecting to database..."   cRD...
by Joaquim Ferrer
Fri Aug 25, 2023 8:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2568

Re: Incluyendo el SQLRDD

Que código hay aqui ?

Called from SR_WORKAREA:SQLOPENAREA(5962)
by Antonio Linares
Thu Aug 24, 2023 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2568

Re: show DELETED Record in XBROWSE

... this: In case of Clipper/Harbour, SET DELETED OFF/ON is a Global (application wide) setting, whereas in case of Dbase/FoxPro, this setting is a workarea wise setting. That means, in this code: SELECT 1SET DELETED OFFSELECT 2SET DELETED ONSELECT 1// now whatis the status?// In Clipper/Harbour, ...
by nageswaragunupudi
Sun May 28, 2023 2:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: show DELETED Record in XBROWSE
Replies: 11
Views: 473

Re: Xbrowse columnas de distintas fuentes

...       :CreateFromCode()    END WITH  El error es siempre: Error description: Error DBCMD/2001 Workarea not in use: DBSETRELATION
by JoseLuis
Sat Apr 08, 2023 9:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse columnas de distintas fuentes
Replies: 5
Views: 340

Re: still the ordkeycount error

Antonio Linares wrote:Dear Silvio,

Please check the bottom side of error.log to see which workarea is in use


boh...there is not databases and I not understood where I close it
by Silvio.Falconi
Tue Mar 14, 2023 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: still the ordkeycount error
Replies: 7
Views: 477

Re: still the ordkeycount error

Dear Silvio,

Please check the bottom side of error.log to see which workarea is in use
by Antonio Linares
Tue Mar 14, 2023 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: still the ordkeycount error
Replies: 7
Views: 477

Re: Newbie Question : XBROWSE

now i can "see" my Data but when "move" vitcal Scrollbar it crash : no WorkArea :shock: Error description: Error DBCMD/2001 Workarea not in use: DBGOTO As per your first post in the thread you are using a Window. The DBF is getting closed immediately ...
by anserkk
Fri Nov 25, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1487

Newbie Question : XBROWSE

... that a need CreateFromCode() ... what does it mean :?: now i can "see" my Data but when "move" vitcal Scrollbar it crash : no WorkArea :shock: Error description: Error DBCMD/2001 Workarea not in use: DBGOTO Newbie need some help, who can point me to a "simple" Demo ...
by Jimmy
Fri Nov 25, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1487

Re: Forcing to unlock a record

My thoughts:

Each lock is associated with a workarea. Each workarea is managed by the terminal or session of each user.

Perhaps ADS could because it is a client/server system.

But I think Harbor can't do that.

I have needed it on some occasion and I have not been able to do it

regards
by hmpaquito
Wed Nov 16, 2022 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 786

TDatabase broken backward compatibility

... upgrade some of my existing codes from FWH11.08 to FWH19.12, I found the following behaviour changes 1. The newer TDatabase will not change to the workarea of dbf opened using :open() 2. The newer TDatabase():save() under certain situation will do an APPEND BLANK automatically. Apart from linking ...
by hua
Thu Nov 03, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 290

DBF: ROLLBACK (built-in feature)

...   := cName      COMMIT      UNLOCK ALL   endif   CLOSE DATAreturn nil  Caution: We should not modify more than one record in the same workarea. If we want to modify more than one record in the same dbf, we need to open the same dbf in different workareas This is not difficult. I successfully ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 350

Other problem to Ordercreate and descend

... + cExpression + "}" OrdCondSet(cFor,bFor,,,,, RECNO(),,,, ) OrdCreate( , cneworder, cExpression, &bCode ) but give me an error Workarea not in use: ORDCREATE but if I made ?oDbf:used give me .t. How I can resolve it ? I tried also with cIndexFile := "temp.cdx" cTagName ...
by Silvio.Falconi
Mon Feb 07, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Other problem to Ordercreate and descend
Replies: 3
Views: 249

Re: dbase III/IV file encrypted

... 31 /* Number of record locks */ #define DBI_VALIDBUFFER 32 /* Is the record buffer valid? */ #define DBI_ALIAS 33 /* Name (alias) for this workarea */ #define DBI_GETSCOPE 34 /* The codeblock used in LOCATE */ #define DBI_LOCKOFFSET 35 /* The offset used for logical locking */ #define DBI_SHARED ...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 1146

Re: ORDKEYNO ERROR

Raul,

El error se produce por no haber una DBF abierta:

> Error DBCMD/2001 Workarea not in use
by Antonio Linares
Wed Jan 26, 2022 11:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ORDKEYNO ERROR
Replies: 2
Views: 348
Next

Return to advanced search