RE: Understanding Unicode Characters

2018-12-19 Thread Timothy Penner via 4D_Tech
In case it wasn't clear - Unicode U+2022 is the hex value, which corresponds to the decimal value of 8226. 4D expects a longint which is the decimal value of 8226. See more here: https://www.fileformat.info/info/unicode/char/2022/index.htm Now for Char(165) this would equate to U+A5 which is

RE: Understanding Unicode Characters

2018-12-19 Thread Timothy Penner via 4D_Tech
https://www.fileformat.info/info/unicode/char/2022/index.htm HTML Entity (decimal) HTML Entity (hex) HTML Entity (named) How to type in Microsoft WindowsAlt +2022 UTF-8 (hex)0xE2 0x80 0xA2 (e280a2) UTF-8 (binary)11100010:1000:10100010 UTF-16 (hex)0x2022 (2022) UTF-16 (decimal)8,226 UTF-32

Understanding Unicode Characters

2018-12-19 Thread Robert ListMail via 4D_Tech
In a galaxy far far away, we commonly used option-8 on the Mac to get a bullet glyph or symbol. At some point while converting databases from Mac to Windows this was changed to Char(165). Now, I see that Char(165), in a converted database, gives me the Yen sign. I’ve stumbled on the fact that

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Jörg Knebel via 4D_Tech
> On 20 Dec 2018, at 24:09 AEDT, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Maybe you have a security setting that doesn't allow non https sites? Nop, http://.com.au works, http://$$$.com does not ** 4D

Re: XML to JSON

2018-12-19 Thread Douglas von Roeder via 4D_Tech
Jeff: That code's been in production for a few years, getting back the results of an SAP web service (XML) and converting it for use with C_Object. Here's a heads up from the client, who migrated it from V15 to V17: "In the v15 component, 4D was interpreting certain nodes as Objects. In v17, 4D

Re: XML to JSON

2018-12-19 Thread Jeffrey Kain via 4D_Tech
Awesome - thank you! ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:4d_tech-unsubscr...@lists.4d.com

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Reiner Kief via 4D_Tech
http://kb.4d.com/ Reiner Kief Weinbergstr. 45 63853 Mömlingen Germany Member of die4dwerkstatt > Am 19.12.2018 um 12:02 schrieb Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com>: > > Any hints? ** 4D

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Reiner Kief via 4D_Tech
My Cliqz does also. Reiner Kief Weinbergstr. 45 63853 Mömlingen Germany Member of die4dwerkstatt > Am 19.12.2018 um 12:29 schrieb Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com>: > My Firefox can’t find it but Chrome does … **

Re: XML to JSON

2018-12-19 Thread Douglas von Roeder via 4D_Tech
Jeff: This knowledgebase tech note will be helpful: http://kb.4d.com/assetid=77416 -- Douglas von Roeder 949-336-2902 On Wed, Dec 19, 2018 at 8:42 AM Jeffrey Kain via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Anyone have some tested, robust XML to JSON code they'd be willing to > share? > >

XML to JSON

2018-12-19 Thread Jeffrey Kain via 4D_Tech
Anyone have some tested, robust XML to JSON code they'd be willing to share? All of a sudden the PHP library we're using for this is failing. I'm guessing it must be data related (the data is coming from a 3rd party), but it would be cool to have a good solution in native 4D instead of using

Re: UI Form Updates

2018-12-19 Thread Sandor Szatmari via 4D_Tech
That’s great. I’ll have to read and digest… thanks! Sandor Szatmari > On Dec 19, 2018, at 10:04, Chip Scheide <4d_o...@pghrepository.org> wrote: > > With an array listbox, > after you delete the record you can delete the row from the listbox. > > > NOTES about array listboxes: > there is a

Re: UI Form Updates

2018-12-19 Thread Chip Scheide via 4D_Tech
With an array listbox, after you delete the record you can delete the row from the listbox. NOTES about array listboxes: there is a boolean array associated with the array listbox which is the listbox lb_Display_Listbox <- name of the listbox also name of the boolean array. to locate

Re: UI Form Updates

2018-12-19 Thread Sandor Szatmari via 4D_Tech
Guy, Thanks for the link.  As I am using an array based ListBox I didn't use this code directly, but I appreciate seeing what documentation is out there. I am grateful for your time. Thanks, Sandor Szatmari Senior Software Developer Bristol Capital Inc. - InfoPlus 201 746

Re: UI Form Updates

2018-12-19 Thread Sandor Szatmari via 4D_Tech
Actually, I'm using an array based ListBox, but your comment led me to understand how I should apply the underlying concept of what you were getting at. I added this code to the appropriate locations, to reestablish the selection in the child table and then propagate that data into the arrays

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Kirk Brooks via 4D_Tech
Maybe you have a security setting that doesn't allow non https sites? Which also brings up the question of why it isn't https... On Wed, Dec 19, 2018 at 3:02 AM Jörg Knebel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Everyone / Anyone, > > I tried to look something up but, the subject line

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Jörg Knebel via 4D_Tech
> On 19 Dec 2018, at 22:20 AEDT, Milan Adamov via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > http://kb.4d.com > Thanks. My Firefox can’t find it but Chrome does … Cheers Jörg

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Milan Adamov via 4D_Tech
> El 19 dic 2018, a las 12:02, Jörg Knebel via 4D_Tech <4d_tech@lists.4d.com> > escribió: > > Everyone / Anyone, > > I tried to look something up but, the subject line says it all … > http://kb.4d.com

Re: Where the f*** is the knowledge base hidden???

2018-12-19 Thread Peter Grün via 4D_Tech
http://kb.4d.com/#allsolutions OK? Peter Am 19.12.2018 um 12:02 schrieb Jörg Knebel via 4D_Tech: Everyone / Anyone, I tried to look something up but, the subject line says it all … Any hints? Thanks Cheers Jörg ** 4D

Where the f*** is the knowledge base hidden???

2018-12-19 Thread Jörg Knebel via 4D_Tech
Everyone / Anyone, I tried to look something up but, the subject line says it all … Any hints? Thanks Cheers Jörg ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: