Re: RECEIVE RECORD overflow?

2016-09-26 Thread Dan Katz
On Sep 26, 2016, at 5:14 PM, Chuck Miller wrote: > Ok why not use awl to check table structure and if fields missing run SQL > command to add appropriate fields to tables I have never learned SQL, plus I'm uncomfortable with altering a compiled structure via

Re: RECEIVE RECORD overflow?

2016-09-26 Thread Peter Bozek
On Mon, Sep 26, 2016 at 10:33 PM, Dan Katz wrote: > Thanks, Tim. I hope that's the case. I imagine then that 4D would have to > intentionally delete the overflow data behind the scenes. Otherwise > wouldn't there be potentially corrupting orphan bytes left in the datafile?

Re: RECEIVE RECORD overflow?

2016-09-26 Thread Tim Nevels
On Sep 26, 2016, at 6:22 AM, Dan Katz wrote: > I have an installation which consists of a server with 8 local users, plus > several dozen remote single-user copies. The server sends updater files every > night to an FTP site which the remote apps download and run in the morning. > The updating

RE: miyako/4d-plugin-audio

2016-09-26 Thread Timothy Penner
Hi Peter, > where is the demo database please I think the sample database is at the following location: 4d-plugin-audio/Audio/Audio.4dbase/ The plugin would then be here: 4d-plugin-audio/Audio/Audio.4dbase/Plugins/Audio.bundle Here is the download link:

Re: XLIFF Editor for macOS?

2016-09-26 Thread Foucauld Perotin
Hi, Alan Chan wrote: >Why not writing your own XLIFF converter in 4D? > >We prepare the language in simple text in CSV format just in TextEdit. >After translation, we simply convert the text into XLIFF with 4D code. Thanks for the info. I’m sure I could. But theses days, I have A LOT other

Anyone out there with S3 uploading experience?

2016-09-26 Thread Jaime Herreros
Dear all, I’d like to know if anyone would like to share experiences in uploading files to AWS S3 from 4D… TIA, Jaime Herreros Barriga Gerente I +562 2583 2626 | Extensión: 142 ** 4D Internet Users Group (4D iNUG) FAQ:

Re: miyako/4d-plugin-audio

2016-09-26 Thread Peter Mew
Thanks I didn't see the demo database Could you consider making these apps available on home brew Cheers -pm Sent from my iPad > On 26 Sep 2016, at 14:33, Keisuke Miyako wrote: > > the binaries are always inside the sample ".4dbase". > > p.s. > > the "proper" way, I

Re: [Tip] Great graph type

2016-09-26 Thread Ortwin Zillgen
> I recently started using an app that makes excellent use of a graph type > that I haven't built myself in the past. As an example, here's a link to a > demo page from HighCharts: reminds me of

Re: XLIFF Editor for macOS?

2016-09-26 Thread jim . dorrance
Hi Foucauld, I have several 4D methods that generate XML filrs in n... languages. Afterwords I use any text editor to localize a specific XML file. Contact me in private if you would like more information. > On 25 Sep 2016, at 17:29, Foucauld Perotin wrote: > > Hi

AreaList Pro v9.9.2 released

2016-09-26 Thread Philippe Ganter
e-Node, worldwide leader of 4D professional tools, announces AreaList Pro v9.9.2. http://www.e-node.net/alp http://forums.e-node.net/viewforum.php?f=10 This will probably be the last v9 release before AreaList Pro v10, which will be 64-bit and 4D v16 compatible (and will include a lot of new

Re: Match Regex

2016-09-26 Thread Ingvar Josefsson
Hi, Two online services that, among other things, allows you to write a RegEx expression to see what happens, a sort of trial and error thing. Check them out: http://regexr.com/ https://regex101.com/ Mvh/Best regards Ingvar Josefsson > On 26 sep 2016, at 09:22, Epperlein, Lutz (agendo)

RE: Match Regex

2016-09-26 Thread Epperlein, Lutz (agendo)
Another one: https://www.debuggex.com/ (debugger and visualizer) And a visualizer: https://jex.im/regulex/#!embed=false==((.*)(%3F%3A%5Cn%7C%5C%5C)) Regards Lutz ** 4D Internet Users Group (4D iNUG) FAQ: