Re: ORDA and 4D selections

2019-04-09 Thread ericklui678 via 4D_Tech
Hi Chuck,

You can use the command USE ENTITY SELECTION to convert the resulting entity
selection to a current selection of that corresponding table.

https://doc.4d.com/4Dv17/4D/17.1/USE-ENTITY-SELECTION.301-4179710.en.html
  

Regards,

Erick



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
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: No Certification Matrix for v17.x?

2019-05-21 Thread ericklui678 via 4D_Tech
Hi Tom,

There is no longer a certification matrix for v17.x and newer as it is now a
systems requirements document which can be found in the link below:

https://download.4d.com/Documents/Products_Documentation/LastVersions/Line_17/VIntl/PDF_Format/

  

As to why the change, that would be something to bring up internally.



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
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: Notarize Custom Workflow (Submit your software)

2019-06-20 Thread ericklui678 via 4D_Tech
It usually depends on the app size and whether the app notarization has any
errors, but from my experience it's roughly 5 - 10 minutes.



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
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: 4D 17.2 and Catalina?

2019-11-14 Thread ericklui678 via 4D_Tech
17.3 Hotfix 1 addressed the crash issue during launch as listed in the bug
fix here:

https://bugs.4d.fr/fixedbugslist?Version=17.3_HF1

You can download this build from the forum link below:

https://forums.4d.com/Post//25620035/1/



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
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: New Notarization Issues

2020-02-11 Thread ericklui678 via 4D_Tech
Hi Cannon,

I was able to a notarize a v17 app yesterday by letting 4D handle the
signing in the build application window with the "Sign application" option
checked. This option will handle almost everything except the PHP libraries
and InternetCommands.bundle (which can be substituted with the ones from
v18). Try to avoid signing anything manually from terminal and let 4D handle
the signing. This should cover the CodeEditor native component without
issue.

Regards,
Erick



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
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: Editing a time in a collection-based list box

2020-02-14 Thread ericklui678 via 4D_Tech
You will have to convert the longint to Time then to a String in the
Expression pane of the property list as shown below:

https://kb.4d.com/assetid=78298



--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
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
**