Re: Old plugin for MySql and 4D Server 2004

2020-02-10 Thread B.Bippus via 4D_Tech
I have a MyConnect Plugin v1.3.2, (Demo) it runs with 4D 2004. But you need
to talk to Rob to get a License-Number

i...@pluggers.nl

Bernd

Am Mo., 10. Feb. 2020 um 18:54 Uhr schrieb Jerker Stenberg via 4D_Tech <
4d_tech@lists.4d.com>:

> Hi all
>
> I'm going to re-write a 4D system currently running 4D Server 2004 on a MS
> Server 2003.
> It will be updated to 4D Server v17 on a modern MS Server.
> Before I can start the re-write I need to be able to communicate with a
> MySql database on a Linux server (my clients web-server).
> Our network technicians have set up an odbc driver that access the MySql
> database.
> Now I need a 4D plugin to be able to use this odbc connection.
> I found Pluggers MyConnect 2.5.1 plugin, compatible with 4D v11,
> unfortunally that version is to new for me.
> Is there anyone who has and are willing to share a plugin that works with
> 4D 2004?
> Or anyone that can suggest another/better solution.
> I have little/no experience of talking to a MySQL database and no
> experience with the Linux server.
> However, I have a lot of experience talking 4D - MS Sql Server.
>
> Regards,
>
> Jerker Stenberg
>
>
>
> HLL Hyreslandslaget AB Sweden
>
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Old plugin for MySql and 4D Server 2004

2020-02-10 Thread Pat Bensky via 4D_Tech
Jerker
I have a demo version of MyConnect for v2004.
https://www.dropbox.com/s/511kimpphds30yd/MyConnect%20For%204D%202004.zip?dl=0

HTH

Pat

On Mon, 10 Feb 2020 at 17:54, Jerker Stenberg via 4D_Tech <
4d_tech@lists.4d.com> wrote:

> Hi all
>
> I'm going to re-write a 4D system currently running 4D Server 2004 on a MS
> Server 2003.
> It will be updated to 4D Server v17 on a modern MS Server.
> Before I can start the re-write I need to be able to communicate with a
> MySql database on a Linux server (my clients web-server).
> Our network technicians have set up an odbc driver that access the MySql
> database.
> Now I need a 4D plugin to be able to use this odbc connection.
> I found Pluggers MyConnect 2.5.1 plugin, compatible with 4D v11,
> unfortunally that version is to new for me.
> Is there anyone who has and are willing to share a plugin that works with
> 4D 2004?
> Or anyone that can suggest another/better solution.
> I have little/no experience of talking to a MySQL database and no
> experience with the Linux server.
> However, I have a lot of experience talking 4D - MS Sql Server.
>
> Regards,
>
> Jerker Stenberg
>
>
>
> HLL Hyreslandslaget AB Sweden
>
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **



-- 
*
CatBase - Top Dog in Data Publishing
tel: +44 (0) 207 118 7889
w: http://www.catbase.com
skype: pat.bensky
*
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

New Notarization Issues

2020-02-10 Thread Cannon Smith via 4D_Tech
Hi Everyone,

A couple months ago I finally got my applications to notarize correctly. I’m in 
4D v17.3 HF3, but using the PHP libraries from v18. As you probably know, Apple 
made changes last week and my notarization code has stopped working. Here is 
one example of the errors I’m getting back now:

{
  "severity": "error",
  "code": null,
  "path": "B3A9E8C4BFA342E4B27E1E54538DEABA.zip/Herdly 
Team.app/Contents/Native 
Components/CodeEditor.bundle/Contents/MacOS/CodeEditor",
  "message": "The signature of the binary is invalid.",
  "docUrl": null,
  "architecture": "x86_64"
},

I have a log that spits out what is happening during signing. The relevant part 
is this:

> codesign --verbose --timestamp --deep  --sign Developer\ ID\ Application:\ 
> Cannon\ Smith\ \(Y5RAH3A6C3\) /Users/Cannon/Library/Application\ 
> Support/D9BE268668A4451A8FF411ADC94400CF/Standalone\ Build/Final\ 
> Application/Herdly\ Team.app/Contents/Native\ Components/CodeEditor.bundle

StdError: /Users/Cannon/Library/Application 
Support/D9BE268668A4451A8FF411ADC94400CF/Standalone Build/Final 
Application/Herdly Team.app/Contents/Native Components/CodeEditor.bundle: 
signed bundle with Mach-O thin (x86_64) [com.4d.component.CodeEditor]


Further, both "codesign —verify --verbose” and "codesign -vvv —deep —strict” 
indicate that the app is signed correctly, but notarization returns errors like 
above.

Does anyone know what I might be missing? This is very frustrating. :-(

Thanks.

--
Cannon Smith
Synergy Farm Solutions Inc.



**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

4D Write Components and Print error

2020-02-10 Thread John J Foster via 4D_Tech
Hey All,

I have installed the component “WR_Toolbar_Classic.4dbase” which works in all 
cases except. I also have named the WP area the same as what the calling 
component expects “WP_WriteProArea"

When I select Print form the File menu using the classic menubar (subform) I 
get the following error:

"Error when executing the method “Print(WR_Toolbar_Classic)” at line  number 7

passed variable is not a write object."

But it is a write object and works correctly in the host form.

Has anyone else had issues or seen this? Ideas?

BTW, the File -> Print Preview works fine showing the write area.

I hope I explained this clearly.

Thanks for your help,
John...
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: Getting emails sent by 4D to show up in "Sent Items"?

2020-02-10 Thread Randy Kaempen via 4D_Tech
Brian,

> On Feb 7, 2020, at 2:39 PM, Brian Laurencelle via 4D_Tech 
> <4d_tech@lists.4d.com> wrote:
> 
> I'm looking for a way to have emails sent by 4D using the SMTP Internet
> commands show up in the sender account's "Sent Items" mailbox. I know the
> next step involves using the IMAP internet commands but I am unsure exactly
> what I need to do.

Emails sent by the SMTP Internet commands are just the same as emails created 
by any other mail program.  They will show up in the Sent folder for the 
account that sent them.  I do this all the time for my clients and they know 
that the 4D emails will show up next to the emails they sent manually.

Are you sure the emails were actually sent?  Did you check the error code on 
the send command?


Randy Kaempen
Intellex Corporation

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Old plugin for MySql and 4D Server 2004

2020-02-10 Thread Jerker Stenberg via 4D_Tech
Hi all

I'm going to re-write a 4D system currently running 4D Server 2004 on a MS 
Server 2003.
It will be updated to 4D Server v17 on a modern MS Server.
Before I can start the re-write I need to be able to communicate with a MySql 
database on a Linux server (my clients web-server).
Our network technicians have set up an odbc driver that access the MySql 
database.
Now I need a 4D plugin to be able to use this odbc connection.
I found Pluggers MyConnect 2.5.1 plugin, compatible with 4D v11, unfortunally 
that version is to new for me.
Is there anyone who has and are willing to share a plugin that works with 4D 
2004?
Or anyone that can suggest another/better solution.
I have little/no experience of talking to a MySQL database and no experience 
with the Linux server.
However, I have a lot of experience talking 4D - MS Sql Server.

Regards,

Jerker Stenberg



HLL Hyreslandslaget AB Sweden

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Getting emails sent by 4D to show up in "Sent Items"?

2020-02-10 Thread Brian Laurencelle via 4D_Tech
Hi All,
I'm looking for a way to have emails sent by 4D using the SMTP Internet
commands show up in the sender account's "Sent Items" mailbox. I know the
next step involves using the IMAP internet commands but I am unsure exactly
what I need to do.
I can log into the IMAP server, list the mailboxes, do searches, retrieve
mail, etc. All the IMAP commands to manipulate emails seem to require that
the message already exist somewhere on the server but I am unable to locate
any that were generated by 4D. Are these emails hidden somewhere or is
there a way to create new entries via IMAP?
Thank you for any help!
Regards,
-Brian Laurencelle
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

AreaList Pro version 11 - Call for feature requests!

2020-02-10 Thread Philippe Ganter via 4D_Tech
While AreaList Pro version 11 development is now underway, now is the time to 
post your wildest dreams :-D

This version will be yet another major step forward to the ultimate interface 
tool for 4D.

We will examine all requests and add them to the list as much as possible.

Send your ideas here: http://forums.e-node.net/viewtopic.php?f=10=879

Regards,
-- 
Philippe Ganter
www.e-node.net 

































**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**