Re: [repost] v13+ Object (not C_Object) references from a Component

2019-03-25 Thread Chip Scheide via 4D_Tech
THANKS! On Mon, 25 Mar 2019 21:27:48 +, Add Komoncharoensiri via 4D_Tech wrote: > Hi Chip, > >>> When the Object GET/SET commands are called from a Component >>> method, do they recognize that an object referenced by name is on a >>> Host form? > I don't think they behave differently from

Re: Finding the proper source code...

2019-03-25 Thread Robert ListMail via 4D_Tech
You know, that’s a very good point and it rings a bell. You guys are great—thanks! R > On Mar 25, 2019, at 2:49 PM, Olivier Flury via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > The problem with missing attachements may not be related to the new version > of the app but to: > >

Re: Backup and journal file configurations

2019-03-25 Thread John DeSoi via 4D_Tech
> On Mar 25, 2019, at 5:11 PM, Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > When you are moving data files around between systems, just copy the entire > data file folder. That will have the .4DD, .4DIndx, .Match and .journal > files. If they are all in the same folder you can

Re: Can'r run as a service on Windows 2016

2019-03-25 Thread Paul Dennis via 4D_Tech
I dont have access to server 2016 so cant be sure but my guess is its a permission issue. Please see https://www.advancedinstaller.com/user-guide/qa-custom-user-service.html Do you have the local policy set for the use under which the service is running and does the user have read and write

Re: Can'r run as a service on Windows 2016

2019-03-25 Thread Pat Bensky via 4D_Tech
Thanks Paul. In the Users and Groups control panel I only see Local Users and Groups. But we've been told NOT to use a local user account ... Pat On Mon, 25 Mar 2019 at 10:07, Paul Dennis via 4D_Tech <4d_tech@lists.4d.com> wrote: > I dont have access to server 2016 so cant be sure but my guess

Re: Finding the proper source code...

2019-03-25 Thread Chuck Miller via 4D_Tech
Perhaps the attachment code is not working Regards Chuck Chuck Miller Voice: (617) 739-0306 Informed Solutions, Inc. Fax: (617) 232-1064 mailto:cjmillerinformed-solutions.com Brookline,

[repost] v13+ Object (not C_Object) references from a Component

2019-03-25 Thread Chip Scheide via 4D_Tech
If a component method is called from the Host system, where a Text is passed to the component method which is an object Identifier (ex: "obj_Accept_button" - which is the object name of a button on an entry form) can/does the component reference the host system object? Ex : Host system Form

Re: Can'r run as a service on Windows 2016

2019-03-25 Thread Robert ListMail via 4D_Tech
Hi Pat, I’m with you…. Let me know when you find a solution. Thanks, Robert > On Mar 24, 2019, at 6:09 PM, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Hi peeps, > I am still having no luck with this :) ** 4D

Finding the proper source code...

2019-03-25 Thread Robert ListMail via 4D_Tech
I’ve got a compiled Mac-based v13 application (yes, I know I need to update to v17!) that is almost all web-based (few 4D forms) and where it sends reports via email attachments to users. I have a need to make a few enhancements to this application. Just to make sure that, I’ve located the

Call workers allowing multiple threads to run at once.

2019-03-25 Thread Eric Naujock via 4D_Tech
I have a stored procedure that watches a table in the database. This Store procedure then executes call rocker depending on the tasks placed in the table. Depending on what is put into the record of the table it will cell multiple workers. Each worker could run for un undetermined amount of

Re: Call workers allowing multiple threads to run at once.

2019-03-25 Thread Jeffrey Kain via 4D_Tech
That's the point of workers. You queue up messages for the worker to handle, in order, so your calling method doesn't block. > On Mar 25, 2019, at 4:33 PM, Eric Naujock via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > But I have found that my loop pushing photos to the server moves so fast it

Re: [repost] v13+ Object (not C_Object) references from a Component

2019-03-25 Thread Dani Beaubien via 4D_Tech
Hi Chip, I know that using 4D v16 it is possible to use the OBJECT GET commands to get information about the named objects. Not completely sure about versions prior to 4D v16. I think some commands would work and some would not. BTW, your example line for OBJECT GET BEST SIZE is missing the *

Re: Call workers allowing multiple threads to run at once.

2019-03-25 Thread Eric Naujock via 4D_Tech
It would seem I have my answer for the question of require the use command for for the signal variable. You do have to use the use command to change the values of the signal since it is a shared object. > On Mar 25, 2019, at 4:53 PM, Eric Naujock via 4D_Tech <4d_tech@lists.4d.com> > wrote: >

Re: Call workers allowing multiple threads to run at once.

2019-03-25 Thread Eric Naujock via 4D_Tech
The thing I am seeing is if I call the worker 10 times then 4 of the times do not execute. I have a state variable to the DB record. I set the state to 1 when ceding it to the server. Then the server sets it to 3 when it calls the worker. The worker then sets it to 0 when it’s done. Or 2 if

Re: [repost] v13+ Object (not C_Object) references from a Component

2019-03-25 Thread Chip Scheide via 4D_Tech
I am unclear in what you are saying (sorry). Are you saying: ... there exists, at least some, Form object commands which *will* work, from inside a component method, on Host form objects? I know that in the Host, Object Get commands will retrieve (or set for Object Set) a variety of Object

Backup and journal file configurations

2019-03-25 Thread Jim Hays via 4D_Tech
I'm having trouble understanding how to control the use of backups and journal files. Here are some things we do, or want to do: - Deployed servers have backups fully configured, with logs, recovery settings etc. We're doing this, and have not needed mirrors or anything of that level over the

AW: Finding the proper source code...

2019-03-25 Thread Olivier Flury via 4D_Tech
The problem with missing attachements may not be related to the new version of the app but to: https://doc.4d.com/4Dv16/4D-Internet-Commands/16/File-Transfer-Overview.300-3069885.en.html The path to the attachement on MacOS X is limited to 63 Chars (documentation) and the length of the file