Re: [off] File will not open in excel

2017-12-15 Thread Chip Scheide via 4D_Tech
understood Thanks > of course, it is newer, but what I meant was that a feature available > in 2010 is not necessarily available in 2011. > >> 2011 (Mac) is not newer than 2010 (Windows). > > > > > ** > 4D Internet Users Gr

Re: [off] File will not open in excel

2017-12-15 Thread Keisuke Miyako via 4D_Tech
technically, XLS is not a file format, it is just a file extension that associates the file with the MS Excel application. the file content can be anything from CSV, TSV, OOXML to HTML. what we often refer to as an XLS spreadsheet is actually a file in the BIFF8 format. https://www.openoffice.or

Re: [off] File will not open in excel

2017-12-15 Thread Keisuke Miyako via 4D_Tech
of course, it is newer, but what I meant was that a feature available in 2010 is not necessarily available in 2011. > 2011 (Mac) is not newer than 2010 (Windows). ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com

Re: [off] File will not open in excel

2017-12-15 Thread Chip Scheide via 4D_Tech
Thanks! > Hi Chip, > I get these from time to time as well. PITA. > > The ones I get have some weird formatting at the beginning. If you look at > it in your text editor you'll probably see some style tag ( ... > ) followed by two tables. The first one probably has the column > headers and the s

Re: Microsoft Outlook Integration

2017-12-15 Thread Douglas von Roeder via 4D_Tech
Tim: I don't recall the specific article but I think I saw something in the 4D knowledge base during a recent visit there. -- Douglas von Roeder 949-336-2902 On Fri, Dec 15, 2017 at 12:51 PM, Tim Nevels via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I have a client that wants to have me integrate

Re: [off] File will not open in excel

2017-12-15 Thread Kirk Brooks via 4D_Tech
Hi Chip, I get these from time to time as well. PITA. The ones I get have some weird formatting at the beginning. If you look at it in your text editor you'll probably see some style tag ( ... ) followed by two tables. The first one probably has the column headers and the second one the data. Aft

RE: [off] File will not open in excel

2017-12-15 Thread Chip Scheide via 4D_Tech
I *know* it is not an els file... It is (from the header) HTML. I pulled the DTD referenced in the header, it is HTML 4.0 - strict. If I change the extension to .html and feed it to a browser it opens (mostly) correctly. i.e. it looks like a spread sheet, but there are some header and footer 'g

RE: Microsoft Outlook Integration

2017-12-15 Thread Randy Engle via 4D_Tech
Tim, I'm pretty sure that Armin Deeg can help you out here. http://node.de/indexplug.htm Randy Engle, Director XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Tim Nevels via 4D_Tech Sent: Friday, December 15, 2017 12:51

RE: [off] File will not open in excel

2017-12-15 Thread Timothy Penner via 4D_Tech
From the snippet of the file you included it looks like an email, not an Excel spreadsheet. What does the file contents look like if you open it in a text editor like TextWrangler (is it human readable)? If it is human readable, then it is not an XLS file. -Tim

[off] File will not open in excel

2017-12-15 Thread Chip Scheide via 4D_Tech
Got a file which claims to be an excel file (.xls) but will not open as an excel spreadsheet (Mac Office 2011 Excel) When the file opens in excel, it is opened as if it was a plain text file, when opened in Windows Office 2010 Excel it opens, and opens as a spread sheet. Anyone have any ideas o

Microsoft Outlook Integration

2017-12-15 Thread Tim Nevels via 4D_Tech
I have a client that wants to have me integrate his 4D application with Outlook. Basically I need to be able to create an html email, include attachments and send it via his Outlook client on his machine. I know there is a way to turn on some features on the Exchange server to allow sending

Re: Call Chain

2017-12-15 Thread Dani Beaubien via 4D_Tech
Hi Jim, you can get the method name and line # of where the error occured. From (http://doc.4d.com/4Dv16R4/4D/16-R4/ON-ERR-CALL.301-3316809.en.html): The Error variable value is significant only within the error-handling method; if you need the error code within the method that provoked the error

Re: New Object passed as parameter question

2017-12-15 Thread Douglas von Roeder via 4D_Tech
John: We spend a lot of time thinking "OK, but if…" so I see that as being part of the job. As I told a client of mine who's a big college football fan: "Football is a game of inches that makes heroes. Programming 4D just creates neurotics." :-) -- Douglas von Roeder 949-336-2902 On Fri, De

Re: New Object passed as parameter question

2017-12-15 Thread John Baughman via 4D_Tech
Thanks Doug. My mind can rest easy now. I think I sweat the small stuff too much on occasion. John > On Dec 15, 2017, at 6:51 AM, Douglas von Roeder via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > John: > > Objects respect scope so they don't have to be explicitly cleared. That's > different

Re: New Object passed as parameter question

2017-12-15 Thread Douglas von Roeder via 4D_Tech
John: Objects respect scope so they don't have to be explicitly cleared. That's different than an hList or our favorite word processor. :-) Also, 4D uses "ref counting" when it works with C_Object so that makes them even more memory efficient. -- Douglas von Roeder 949-336-2902 On Fri, Dec 15

RE: Call Chain

2017-12-15 Thread Timothy Penner via 4D_Tech
Hi Jim, There are multiple feature requests for what you are asking for: http://forums.4d.com/Post/EN/16024769/1/16024787#16024770 http://forums.4d.com/Post/en/13593874#13593875 http://forums.4d.com/Post/EN/3470460/2/15607676#3470461 http://forums.4d.com/Post/EN/7943985/1/14895126#7943986 http://f

Re: HTTP Get and HTTP Request Blocking Server?

2017-12-15 Thread Cannon Smith via 4D_Tech
Hi John Thanks for the confirmation. I appreciate it! -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On Dec 15, 2017, at 9:40 AM, John DeSoi via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > The 4D HTTP commands are non-blocking. I claim this because I use t

New Object passed as parameter question

2017-12-15 Thread John Baughman via 4D_Tech
If I am making multiple calls to a method and passing parameters via a C_OBJECT, is their any memory issues using New object. For example… $printedHeight:=Timesheets_BuildReport (New object("line";"employeeLine1";"employee";$employeeName;"taskdate";!2017-01-02!)) $printedHeight:=Timesheets_

Re: HTTP Get and HTTP Request Blocking Server?

2017-12-15 Thread John DeSoi via 4D_Tech
Cannon, > On Dec 15, 2017, at 10:18 AM, Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Thanks, Arnaud. I was hoping to find someone that could say “Hey, we do that > now and it isn’t a problem” to give me some confidence going forward. But > you’re right, there are other possibi

Call Chain

2017-12-15 Thread Jim Medlen via 4D_Tech
Inside the error handling method set by ON ERR CALL is there a way to access the CALL CHAIN similar to GET LAST ERROR STACK so that the Error method could log which method generated the Error? Is there a way to identify the Method that generated the Error? Thanks, Jim Medlen Computer & Inform

Re: HTTP Get and HTTP Request Blocking Server?

2017-12-15 Thread Cannon Smith via 4D_Tech
Thanks, Arnaud. I was hoping to find someone that could say “Hey, we do that now and it isn’t a problem” to give me some confidence going forward. But you’re right, there are other possibilities if it doesn’t work. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236

Re: HTTP Get and HTTP Request Blocking Server?

2017-12-15 Thread Cannon Smith via 4D_Tech
Hi Miyako, Hmm, sounds like I should be able to make something work, then. Worth trying. Thanks. -- Cannon.Smith Synergy Farm Solutions Inc. Hill Spring, AB Canada 403-626-3236 > On Dec 14, 2017, at 5:45 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > I have only started

Re: Pictures beside text in 4D Write Pro

2017-12-15 Thread Pat Bensky via 4D_Tech
John (and anybody else who wants columns) - please vote for my feature request on the Beta forum: http://forums.4d.com/Post/EN/19736637/1/19736638#19736638 Pat On 15 December 2017 at 01:17, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > In that particular case I think it could be a t

Re: HTTP Get and HTTP Request Blocking Server?

2017-12-15 Thread Arnaud de Montard via 4D_Tech
> Le 15 déc. 2017 à 00:07, Cannon Smith via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Hi All, > > I’m using 4D Server with the web server on. Hi Cannon, I've heard about blocking too, but no more than hearing… If it's true, a web server on a 4D client could be a turnaround, or using a