Search found 596 matches: strings

Return to advanced search

Re: PepPol European Invoicing standard

... es complejo, puede hacerse complicado el manejo del TEXTO INTO. Aun asi, la construccion manual, mediante hashes o simple encadenamiento de strings tampoco es mas facil y mucho menos más clara. Saludos Soy de la opinión que un XML debería tratarse con las funciones específicas para ello, ...
by FiveWiDi
Wed Feb 14, 2024 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: PepPol European Invoicing standard

... es complejo, puede hacerse complicado el manejo del TEXTO INTO. Aun asi, la construccion manual, mediante hashes o simple encadenamiento de strings tampoco es mas facil y mucho menos más clara. Saludos
by paquitohm
Wed Feb 14, 2024 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PepPol European Invoicing standard
Replies: 12
Views: 919

Re: JSON2DBF adapter

... the function `FW_DbfToJson()`, it is perfect for a test when programming with html. However, we need a simpler function only to create the array strings for the json. When preparing a JSON for HTML, there can be styling, etc., as well. For example, if you have values and they are negative, you ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 500

Re: Unicode vs UTF8

... and used across the Web and also because many database servers support this encoding and (2) UTF16LE because Windows OS internally deals with all strings in this format only.
by nageswaragunupudi
Sun Jan 07, 2024 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode vs UTF8
Replies: 2
Views: 1013

Re: TGet():ReDefine - UTF8 encoding fails [Solved]

maybe it's useless :oops:
Ok I'll use VARCHAR instead of '@S' and WinUpper() instead of '@!'?
Code: Select all  Expand view
@  20, 20 GET oGet VAR cVar1 SIZE 200,20 PIXEL OF oDlg VARCHAR 70 ON CHANGE { || cVar1 := WinUpper( cVar1 ), oDlg:Update() }

and never use the PICTURE clause for strings again :D
by frose
Sun Nov 12, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 310

Re: Virtual strings in DBF

Thank you, Jimmy, Interesting idea !
by Natter
Thu Sep 28, 2023 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

hi Natter,

"GhostRec" -> EOF() + 1
by Jimmy
Thu Sep 28, 2023 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

What is this ?
by Natter
Thu Sep 28, 2023 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

hi Natter.

what about "GhostRec" :idea:
by Jimmy
Thu Sep 28, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

And before ask me, here example of use it

https://github.com/harbour/core/blob/ma ... logrdd.prg

C.
by Carles
Thu Sep 28, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

Then u could use triggers with rdd. Every time update a field then it will update a dbf tmp with the same struct.

C.
by Carles
Thu Sep 28, 2023 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

... a DBF in memory and working with it. If so, then this is not exactly what I need. I need to open an existing DBF on disk (which already has some strings) and add virtual strings to it. I.e., the physical strings of this DBF will be available to everyone, and the virtual ones only to me.
by Natter
Thu Sep 28, 2023 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

Thanks for the advice. Is it possible to learn more about using RddArray ?
by Natter
Thu Sep 28, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696

Re: Virtual strings in DBF

Natter,

Prueba de usar el rddarray

C.
by Carles
Thu Sep 28, 2023 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virtual strings in DBF
Replies: 12
Views: 696
Next

Return to advanced search