Re: Migrating 4D Write Pictures to 4D Write Pro Objects

2019-05-16 Thread John J Foster via 4D_Tech
Hi Armin, Thanks I’ll give it a try. Appreciate, John… > On May 16, 2019, at 12:00 PM, 4d_tech-requ...@lists.4d.com wrote: > > John, change the codec and it works > > The component has an error on this line and you have to change the Codec to > 4pct > > PICTURE TO BLOB($1;$blob;".4pct") >

ShipWorks ODBC integration

2019-05-16 Thread Clive Wilson via 4D_Tech
Has anybody done a ShipWorks integration into 4D server. I’m trying to get it read & write using v17r4 & ODBC 64Bit. It recognizes the server and a select works & downloads the whole table. But the server is rejecting “where” queries. Thanks Clive Wilson (386) 235-6442 cliv...@gmail.com *

v17 64Bit Label Format Numbers

2019-05-16 Thread Clive Wilson via 4D_Tech
Switching to v17 64Bit with the new Label editor. We print out price tickets in real numbers. We used to be able to set the number format in the label eg. “$#,##0.00” . Has this feature bean removed in the new “improved” label editor ? Clive Wilson (386) 235-6442 cliv...@gmail.com *

Re: v17 64Bit Label Format Numbers

2019-05-16 Thread Keith Culotta via 4D_Tech
The good news is that you can enter this into the field on the label: String([Inventory]Sell1;"$###,##0.00"). The bad news is that it seems only one label from the selection will print when that is on the form :( Keith - CDI > On May 16, 2019, at 5:25 PM, Clive Wilson via 4D_Tech <4d_tech@lists

Compatibility with Widows 10 v1809

2019-05-16 Thread Peter Adam via 4D_Tech
I have reports of compatibility issues with windows 10 v1809. It appears that 4D is attempting to write an IP address to the CSC folder, one of windows system folders. This is when launching the 4D v13 client. v13 running on a Windows 10 v1709 client works fine. Any suggestions about what to t

Re: ShipWorks ODBC integration

2019-05-16 Thread Tom Benedict via 4D_Tech
Hi Clive, > On May 16, 2019, at 14:06, Clive Wilson via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Has anybody done a ShipWorks integration into 4D server. > > I’m trying to get it read & write using v17r4 & ODBC 64Bit. > It recognizes the server and a select works & downloads the whole table.