Re: 4D eMail Editor - full HTML support

2019-07-24 Thread Spencer Hinsdale via 4D_Tech
Have you looked at 4D PDF Printer? http://node.de/indexplug.htm We use it to automate printing from 4D to PDF and then emailing using Outlook. However, it also has PRO features for reading from Outlook into 4D. Looking at the Demo, when I click on Outlook Email Parsing Client it lists

Re: REATE SELECTION FROM ARRAY

2019-07-24 Thread stardata.info via 4D_Tech
Chip, I have done some tests without result, in my system I not have the same issue. The configuration is a 4D SERVER and Two clients. The plausible case is that the record is locked, and when the record is unlocked, all work normally. Thanks Ferdinando Il 24/07/19 22:51, Chip Scheide ha

Re: Query by Formula Join vs. Comparison

2019-07-24 Thread Tom Benedict via 4D_Tech
Jim Medlen writes: > On Jul 24, 2019, at 13:28, Jim Medlen via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > I am trying to do a Query Selection By Formula that links two tables by the > filed ItemNum > with the condition that the value of a field in the first table does not > equal a value

Query by Formula Join vs. Comparison

2019-07-24 Thread Jim Medlen via 4D_Tech
I am trying to do a Query Selection By Formula that links two tables by the filed ItemNum with the condition that the value of a field in the first table does not equal a value in the second table. When I look at the ResultPlan there is a Join on the Price fields even when I used the #

Re: REATE SELECTION FROM ARRAY

2019-07-24 Thread Chip Scheide via 4D_Tech
Ferdinando to test: in one process: create (or edit) a record in a second process: put the record number of the new/edited record into an array and create selection from array if you get the error then this is the problem, you might be able to catch the error with an On Err Call method. If

Re: REATE SELECTION FROM ARRAY

2019-07-24 Thread stardata.info via 4D_Tech
Hi Chip, The database is ok. Consider that this issue appares when in another process one user add the record that GOTO RECORD must to select. After this issue disappares and all work normally. I suspect that in some cases these means that the record is locked, because the same record

Re: 4D eMail Editor - full HTML support

2019-07-24 Thread rooftop99--- via 4D_Tech
Thanks to all who have offered suggestions. Super helpful! The biggest challenge I face is the spec calls for composing the email in Outlook first, then copying and pasting the final version into 4D with full preview and edit capability. None of my tests have proved this is possible. (There

Re: REATE SELECTION FROM ARRAY

2019-07-24 Thread Chip Scheide via 4D_Tech
Ferdinando, From the language reference: Error -10503 - Record # is out of range (during GOTO RECORD, or data file needs to be repaired). (see note 3) Note 3: The error -10503 Record # is out of range generally means that your code (for example, the GOTO RECORD command) is attempting to access

REATE SELECTION FROM ARRAY

2019-07-24 Thread stardata.info via 4D_Tech
i all, I use CREATE SELECTION FROM ARRAY([table];Array_Record_Number) command, in a 4D application in V13.2 on windows. Sometimes I have an error -10503, the record number is correct and the record exists. Are always a new records created from another process, is possible that the record that

Re: Static Pictures to Library Pictures

2019-07-24 Thread Charles Miller via 4D_Tech
Not really you need more, as you have to convert old PICT pictures to another format. You also have to deal with transparency issues Regards Chuck On Wed, Jul 24, 2019 at 12:29 PM Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> wrote: > > well... > I do not have the mentioned database but... >

Re: Static Pictures to Library Pictures

2019-07-24 Thread Charles Miller via 4D_Tech
It was from the previous road show. If you need it I can forward you a copy as I have JPRs permission to do so, please notify me privately Regards Chuck On Wed, Jul 24, 2019 at 12:11 PM Tom Benedict via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Chuck Miller responded to Ben Sokal’s post

Re: Static Pictures to Library Pictures

2019-07-24 Thread Tom Benedict via 4D_Tech
Chuck Miller responded to Ben Sokal’s post regarding moving Static Pictures to Library Pictures... > On Jun 4, 2019, at 17:06, Chuck Miller via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > If you had gone to one of 4D’s road shows, JPR had a db that would do this > for you. Perhaps you can

Re: 4D eMail Editor - full HTML support

2019-07-24 Thread Paul Dennis via 4D_Tech
Chuck, We have a template system for email replies so need to view in 4d and auto generate email contents. We import emails via exchange/imap parse the mime results all works ok HTMl is valid but write pro does not open or format correctly at the moment. Thomas Maul confirmed the format needs to