Re: Entity Selection Listbox with Image

2020-02-14 Thread Kirk Brooks via 4D_Tech
Hi Doug, I did exactly this with a listbox recently. In my case the pictures involved are thumbnails of students represented in the listbox. The thumbnails are stored in a table related to the Student table. At first I thought I'd have to do something tricky to make it work but they simply appear

Re: Write PICT to disk, 64bit

2020-02-14 Thread Chuck Miller via 4D_Tech
sure did you try moving into blob then blob to document. You may have to export and import into a version of 4D that supports 32 bit if running server, you may be able to connect using a 32 bit client you did not say what version of 4D you are using. All of these should have been fixed while in

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 **

Re: Editing a time in a collection-based list box

2020-02-14 Thread Jeffrey Kain via 4D_Tech
Thanks, Erick... > On Feb 14, 2020, at 3:48 PM, ericklui678 via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > 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