AW: 4D WritePro Toolbar xliff

2018-12-18 Thread Achim Peschke via 4D_Tech
This Toolbar as a widget from the object library is only available with v17 R-releases. It cannot be used with v17 dot-releases. As in your case the xliff files are missing. And maybe not all standard actions might be available. You might use the "Ready-to-use" 4D Write Pro toolbar sample

Re: v13+ - plugins

2018-12-18 Thread Kirk Brooks via 4D_Tech
http://livedoc.4d.com/4D-Language-Reference-17/4D-Environment/PLUGIN-LIST.301-3730399.en.html On Tue, Dec 18, 2018 at 7:26 AM Chip Scheide via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Is there a way to determine what plugins are currently installed? > > Thanks > Chip > > --- > Gas is

Re: How can I identify a process with an active transaction from outside the process

2018-12-18 Thread Chip Scheide via 4D_Tech
Kirk, different resolution generate the invoice ID from outside the transaction, and pass it back in. then even if a transaction is open for days, you do not get duplicated IDs. On exit of the transaction/new record - it is created with the given ID and no duplication, OR if canceled you

v13+ - plugins

2018-12-18 Thread Chip Scheide via 4D_Tech
Is there a way to determine what plugins are currently installed? Thanks Chip --- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ** 4D Internet Users Group (4D iNUG) Archive:

Re: Appearance of Tab Control objects

2018-12-18 Thread Arnaud de Montard via 4D_Tech
> Le 17 déc. 2018 à 23:54, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Using v17 - > Is there any way to control the appearance of tab control objects? Hi Pat, I don't think it's possible, I seem to remember it's "system inherited". But there was a nice example of tab

RE: v13+ - plugins

2018-12-18 Thread Timothy Penner via 4D_Tech
Check the explorer for additional clues: http://kb.4d.com/assetid=76951 -Tim -Original Message- From: 4D_Tech <4d_tech-boun...@lists.4d.com> On Behalf Of Chip Scheide via 4D_Tech Sent: Tuesday, December 18, 2018 8:28 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Chip Scheide

Re: v13+ - plugins

2018-12-18 Thread Chuck Miller via 4D_Tech
You could always do this yourself by looking in plugins folder Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064

Re: v13+ - plugins

2018-12-18 Thread Chip Scheide via 4D_Tech
thanks it seems I have a different plugin issue than I initially thought. it is not a matter of does the plugin exist... Thanks Chip On Tue, 18 Dec 2018 07:27:19 -0800, Kirk Brooks via 4D_Tech wrote: >

Re: UI Form Updates

2018-12-18 Thread Sandor Szatmari via 4D_Tech
Chip, Thanks for your help.  Here is my adaptation of your suggestion.  NOTE: It does not work.  :) Can you please offer some advise on what I am missing here?  Thanks. $TheEvent:=Form event Case of  : ($TheEvent=On Load)   // We should only be enabled for Accounts that are non

Re: UI Form Updates

2018-12-18 Thread Chip Scheide via 4D_Tech
asumming the listbox is a selection listbox there is a set associated with the listbox which represents the selected record(s). The listbox property is called 'highlight set'. This set (i am going to call it "Selected_Set") holds all record(s) selected by the user. So your code is much easier

Re: UI Form Updates

2018-12-18 Thread Guy Algot via 4D_Tech
Sandor, Check out this KB article ; http://kb.4d.com/assetid=77873 > On Dec 17, 2018, at 2:00 PM, Sandor Szatmari via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I added a page to an existing form. I can add and delete rows. I have + > button to show the

Re: Coding/Development Style Guide?

2018-12-18 Thread Garri Ogata via 4D_Tech
Tom, I use a naming convention and a set of methods that gets created for every module and form. I have used it with multiple programmers some where working on a server and some remotely. I would be glad to share with you if you like. Most of it is documented. It is based on using a four

Re: Coding/Development Style Guide?

2018-12-18 Thread Jody Bevan via 4D_Tech
Tom: We rewrote our shell for v16 from scratch. I also wanted to write complete documentation on using the shell too. That of course included naming convention for everything (even table names), includes lots of code that is very easy to add to code you are writing, and explanation of a lot of