Re: HTTP Body Size

2018-02-08 Thread Douglas Cryer via 4D_Tech
Jeremy, Re: > Instead of a text variable, you can also use a blob variable to avoid the > size limitation. > > http://doc.4d.com/4Dv16R5/4D/16-R5/WEB-GET-HTTP-BODY.301-3481155.en.html > Yes in fact I am declaring the bo

Re: HTTP Body Size

2018-02-08 Thread Keisuke Miyako via 4D_Tech
I wouldn't do this, it trims the BLOB at 32K unless you specify the UTF8 constants (see docs). you might want to consider CONVERT FROM TEXT instead. > 2018/02/08 17:36、Douglas Cryer via 4D_Tech <4d_tech@lists.4d.com> のメール: > TEXT TO BLOB($vt_Request;$vx_Request) **

CREATE VIEW and then QR

2018-02-08 Thread Sujit Shah via 4D_Tech
Is it possible to create a view and then allow the user to select the fields and print reports using Quick Reports? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. "

Re: HTTP Body Size

2018-02-08 Thread Jeremy French via 4D_Tech
Hi Doug, When you use "HTTP Request" command with the "HTTP Post method" constant, I believe you also need to submit request headers. In particular, headers such as: Content-Length Content-Type Regards, Jeremy > $vl_Status:=HTTP Request(HTTP Post Method;”MYURL”;$vx_Request;$vx_Response) > /

Re: HTTP Body Size

2018-02-08 Thread Douglas Cryer via 4D_Tech
Jeremy, Thanks. I have tried setting the headers with various values for Content-Type despite the documentation stating that these are defaulted for the different data types. http://doc.4d.com/4Dv15/4D/15.5/HTTP-Request.301-3576985.en.html

Moving picture resources from one database to another

2018-02-08 Thread Dave Tenen via 4D_Tech
Hello out there. I am getting back into the 4D world after a few years of absence, so forgive my questions! I am trying to move some picture resources between two structure file (on a Mac) and it seems that you can’t move multiple resources at a time. Is this true? Are there any tools out th

Re: Moving picture resources from one database to another

2018-02-08 Thread Jeffrey Kain via 4D_Tech
Don't be using Mac resources anymore. Get those pictures into files and put them into the Resources folder next to your structure file (there's even a drag and drop GUI (Design menu->Tool Box->Resources) where you can drag pictures from your desktop into the window and 4D will copy them to Res

Re: HTTP Body Size

2018-02-08 Thread Douglas Cryer via 4D_Tech
Re: > On 8 Feb 2018, at 15:57, 4d_tech-requ...@lists.4d.com > wrote: > > I wouldn't do this, it trims the BLOB at 32K unless you specify the UTF8 > constants (see docs). > you might want to consider CONVERT FROM TEXT instead. > >> 2018/02/08 17:36、Douglas

Re: Intermittent server crashes

2018-02-08 Thread Mitchell Shiller via 4D_Tech
I believe I have a clue. The last three crashes occurred overnight when new updates were available to be installed. i.e. I get the notification on the desktop from macOS that an update is ready. The server ran fine for 7 days prior to that. How do I report this to 4D? Thanks Mitch ***

RE: 4D Parameter

2018-02-08 Thread Tim Nevels via 4D_Tech
On Feb 8, 2018, at 9:57 AM,Timothy Penner wrote: >> And this is something many of us have been wanting for a long time. The >> ability to have each Stored Procedure running on 4D Server be a preemptive >> process so that it cannot hog the CPU. Then my comment about putting using >> DELAY PROCES

Javascript Calendar in Web Area

2018-02-08 Thread truegold via 4D_Tech
Hi All, I am redesigning an internal invoicing tool I use which has a calendar module. So I thought, “hey, why not use one of those Javascript Calendar in a web area”? I’m still in the early stages of understanding how to get data into and get data out of a web area. So… Has anyone used a java