Re: [off-ish] v17 or 18 - Exported forms

2020-03-11 Thread Chip Scheide via 4D_Tech
if you have ever used React - it HAS to be simpler :) > Yes, forms are exported in JSON format. In project mode, CSS files > are used for some of the style information. > > Converting a form into something usable by a web browser is certainly > possible, but it will not be a small or

Re: 4D Summit Virtual?

2020-03-11 Thread Randy Kaempen via 4D_Tech
We’re fine here in Chicago. I’m still going. Randy Kaempen Intellex Corporation > On Mar 11, 2020, at 8:36 PM, Tom Benedict via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Well, l'll gotta think the chances of 4D Summit happening in Chicago are > approaching nil now. Maybe there can be a

Re: [off-ish] v17 or 18 - Exported forms

2020-03-11 Thread John DeSoi via 4D_Tech
Yes, forms are exported in JSON format. In project mode, CSS files are used for some of the style information. Converting a form into something usable by a web browser is certainly possible, but it will not be a small or simple project. John DeSoi, Ph.D. > On Mar 11, 2020, at 3:22 PM, Chip

Re: 4D Summit Virtual?

2020-03-11 Thread Neil Dennis via 4D_Tech
> We’re fine here in Chicago. I’m still going. If they have it, I will come… Neil -- ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech

Re: 4D Summit Virtual?

2020-03-11 Thread Wayne Stewart via 4D_Tech
Hi, Of course the French won’t be there now. Wayne On Thu, 12 Mar 2020 at 14:48, Neil Dennis via 4D_Tech <4d_tech@lists.4d.com> wrote: > > We’re fine here in Chicago. I’m still going. > > If they have it, I will come… > > Neil > > -- >

Re: Execute on client command - locking records

2020-03-11 Thread Spencer Hinsdale via 4D_Tech
any chance In Transaction? > On Mar 11, 2020, at 8:20 AM, Janet Jonas via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > I am running into an annoying bug with "Execute on client" functions. Even > though I have put UNLOAD RECORD and READ ONLY commands into the methods that > are executed

Execute on client command - locking records

2020-03-11 Thread Janet Jonas via 4D_Tech
I am running into an annoying bug with "Execute on client" functions. Even though I have put UNLOAD RECORD and READ ONLY commands into the methods that are executed there, the client process keeps records locked even if they are unloaded and set to read only. I am noticing this as I try to test

Re: Execute on client command - locking records

2020-03-11 Thread Janet Jonas via 4D_Tech
I also forgot to note the 4D version - it is 17.4. If I try to do the editing on the client machine, it reports that the record is locked by the " Registered Client" process, so I am certain the issue is in Execute on client. JJ > On Mar 11, 2020, at 8:25 AM, Spencer Hinsdale wrote: >

Re: Execute on client command - locking records

2020-03-11 Thread Janet Jonas via 4D_Tech
Thank you so much, Chuck! Changing the order of the commands did the trick! I will be sure to remember this next time. My server process does not end, but I am not using any print jobs on it, and, oddly, normal users use the exact same printing code in processes that do not end for a long time

[off-ish] v17 or 18 - Exported forms

2020-03-11 Thread Chip Scheide via 4D_Tech
I have not done ANY work with v18, and only opened v17 once to quickly test an app's compatibility. I understand that it is now possible to export forms in a manner which is compatible with a code repository/version control system. If this is correct what is the format of the form data? I

Re: Execute on client command - locking records

2020-03-11 Thread Chip Scheide via 4D_Tech
maybe a method called before the user prints is doing something like: Read only([table]) print routine Chip > Thank you so much, Chuck! Changing the order of the commands did the > trick! I will be sure to remember this next time. > > My server process does not end, but I am not using any

Re: How can one REDRAW a SUBFORM that uses a OBJECT as its 'variable or expression'?

2020-03-11 Thread Tim Nevels via 4D_Tech
On Mar 11, 2020, at 2:00 PM, Chris Belanger wrote: > Thank you, Lahav. Worked. > > Still don’t understand why REDRAW( ) doesn’t get a (*; OBJECT NAME) syntax > though … Create your own command called “REDRAW_OBJECT($object_o)” and pass in an object reference. That’s what I have done. Then

Re: Execute on client command - locking records

2020-03-11 Thread Chuck Miller via 4D_Tech
Remember you must have code in the following sequence Unload record read only The reason it may be unlocking on server is that the process ends Regards Chuck Chuck Miller Voice: (617) 739-0306

4D Summit Virtual?

2020-03-11 Thread Tom Benedict via 4D_Tech
Well, l'll gotta think the chances of 4D Summit happening in Chicago are approaching nil now. Maybe there can be a virtual summit? https://www.nytimes.com/2020/03/11/world/coronavirus-news.html Tom Benedict ** 4D Internet Users