RE: Damaged database

2016-11-10 Thread stardata.info
Hi Tim, Where i find the Event Viewer? Thanks /Ferdinando/ Il 11/11/2016 01:09, 4d_tech-requ...@lists.4d.com ha scritto: Message: 11 Date: Thu, 10 Nov 2016 23:24:52 +0100 From: Timothy Penner To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: RE: Damaged database Message-ID:

Re: Need help with LEP printing

2016-11-10 Thread Kirk Brooks
Hey Tim, On Thu, Nov 10, 2016 at 4:22 PM, Tim Nevels wrote: > Nice that Miyako made a plugin especially for you and your situation to > print a PDF. I’m sure you will get it working. > ​You flatter me. ​(I think.) But the timestamp on gitHub suggests the last update on it was

RE: Damaged database

2016-11-10 Thread Timothy Penner
> * Problem on the database : Last database flush did not complete. (1;139) This is usually only seen when the application crashed during a flush. Maybe your code that logged the successful quit had already executed when 4D crashed. You should check the Event Viewer to see if there are any

Re: searching text for Date in dd/mm/yy format

2016-11-10 Thread Chip Scheide
I have resolved the issue by replacing the '/' with a '-' it did not take too long... and I am replacing the code that populates the fields to use a '-' rather then '/' so - solved On Thu, 10 Nov 2016 22:09:25 +0100, Keisuke Miyako wrote: > could you expand on the field type and the value

Re: searching text for Date in dd/mm/yy format

2016-11-10 Thread Chip Scheide
format of text is : dd/mm/yy at 00:00:00, User Name On Thu, 10 Nov 2016 22:09:25 +0100, Keisuke Miyako wrote: > could you expand on the field type and the value you know is there? > quick test shows that it should work as you would expect. > > ie. > >

Re: Damaged database

2016-11-10 Thread stardata.info
Hi All, I have these two error in the log: * Problem on the database : Last database flush did not complete. (1;139) * Problem on index definition [index #6] : Checksum is invalid (16;66) Someone have suggestions? Thanks /Ferdinando/

Re: searching text for Date in dd/mm/yy format

2016-11-10 Thread Chip Scheide
v12 & v13 @ is wildcard so my original query is : find this date anywhere in the text No set query destination, I have even tried using 4D search editor - same results I have a way to 'fix' this problem. It is not pretty. something like : all records([table]) apply to

RE: Damaged database

2016-11-10 Thread stardata.info
Tim, Below the my answers. Il 10/11/2016 21:00, 4d_tech-requ...@lists.4d.com ha scritto: Message: 10 Date: Thu, 10 Nov 2016 20:22:22 +0100 From: Timothy Penner To: 4D iNug Technical<4d_tech@lists.4d.com> Subject: RE: Damaged database Message-ID:

RE: Damaged database

2016-11-10 Thread stardata.info
Hi Neil, I use the same application on more than 20 pc that are equal of this that give the problems. The application have used for around one year without problems, i have this problems only fron two months. Thanks Ferdinando Il 10/11/2016 21:00, 4d_tech-requ...@lists.4d.com ha

Re: searching text for Date in dd/mm/yy format

2016-11-10 Thread Charles Miller
On Thu, Nov 10, 2016 at 3:30 PM, Chip Scheide <4d_o...@pghrepository.org> wrote: > I am having problems being able to search for an embedded date. > Query([table];[table]track_field="@11/10/16@") > returns nothing, even though I can see that this value exists. > > I have tried using 2 // >

searching text for Date in dd/mm/yy format

2016-11-10 Thread Chip Scheide
I have a text field I use for tracking when an activity happens contains: User reference, Date, and Time I am having problems being able to search for an embedded date. Query([table];[table]track_field="@11/10/16@") returns nothing, even though I can see that this value exists. I have tried

RE: Damaged database

2016-11-10 Thread Timothy Penner
Some comments/suggestions: > In one my customer that use one application developed in 4D V13.2 You are using a very old release of an unsupported product (v13 is no longer supported nor updated); I would suggest that you, at the very least, update to the final release of v13.6 so that you can

Re: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-10 Thread Alan Chan
I don't think you mean 1,000 times of 2M elements = 2 billions of elements in an array??? Or you mean looping the query 1,000 times, if so. I just did loop 1,000 times of binary search of text array of 20,000 elements and it took 8ms. Looping 1,000 times for 2M elements took 12ms Anyone try

RE: Need help with LEP printing

2016-11-10 Thread Timothy Penner
Hi Kirk, If you are in Mac Terminal, and issue the same command, does it work from there? Make sure you are testing the same shell as you specified in the command, like this: 1) Open Mac Terminal.app 2) Navigate to the directory containing the pdf 3) Change the shell to /bin/sh by issuing

Re: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-10 Thread Andreas Overmeyer
try it 1000 times and compare it with the object method > Am 10.11.2016 um 16:18 schrieb 4d_tech-requ...@lists.4d.com: > > Find in Array is sequential search. I just try to use Binary search on sorted > text array with 2,000,000 elements. It took 0 ms.

Re: Tokens for Methods?

2016-11-10 Thread John DeSoi
> On Nov 10, 2016, at 8:55 AM, Richard Wright > wrote: > > I want to create a complete call chain (there may be several) of a given > method. I know I can do this manually but it’s pain in complicated > structures. If I could find a way to determine all

RE: Damaged database

2016-11-10 Thread stardata.info
Hi Neil, The Windows is 7 and the application is in single mode. Thanks /Ferdinando/ Il 10/11/2016 16:18, 4d_tech-requ...@lists.4d.com ha scritto: essage: 13 Date: Thu, 10 Nov 2016 15:14:22 + From: "Dennis, Neil" To:"4d_tech@lists.4d.com" <4d_tech@lists.4d.com>

RE: Damaged database

2016-11-10 Thread Dennis, Neil
> The Windows is 7 and the application is in single mode. Check this against the certification chart from 4Ds website for the version of 4D you are using. They are found at the bottom of each tab in the download section http://www.4d.com/downloads/products.html Neil -- Privacy

RE: Damaged database

2016-11-10 Thread Dennis, Neil
> When i do a recover operation, i see that there are a message: "some > anomalies" , so i must to do the operation one second time. The message is telling you what it found (and corrected). Running it a second time tells you that it found nothing since it was corrected the first time. Neil

Re: Damaged database

2016-11-10 Thread stardata.info
Hi, When i do a recover operation, i see that there are a message: "some anomalies" , so i must to do the operation one second time. Thanks Ferdinando Il 10/11/2016 16:11, stardata.info ha scritto: Hi All, In one my customer that use one application developed in 4D V13.2 from two months,

Damaged database

2016-11-10 Thread stardata.info
Hi All, In one my customer that use one application developed in 4D V13.2 from two months, i have two or tre time a message for damage database. " The database is damaged, it will opened in maintenance mode " I open in MCS, repair and restart, someone know if i must do other things for solve

RE: Damaged database

2016-11-10 Thread Dennis, Neil
> I open in MCS, repair and restart, someone know if i must do other things for > solve this periodical issue? Examine the network, and computer memory and drive, and routers, look for any errors or failures. Make sure the OS is compatible with the version of 4D both on server and client Neil

Need help with LEP printing

2016-11-10 Thread Kirk Brooks
Hi folks, I have a routine that generates a blob of a PDF and I'd like to be able to have it print directly without opening it in a PDF viewer. This seems like the sort of thing where LEP is the solution. I found an exchange from earlier this year that seemed to be exactly what I need since it

RE: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-10 Thread Chip Scheide
can you include a check sum with the page information? Generate the text, do some calculation on it, sand both values. on the server side redo the calculation Then if someone tries to add/change the form data the check sum fails if it matches off you go if it falis do some thing nasty

Re: Tokens for Methods?

2016-11-10 Thread Richard Wright
I want to create a complete call chain (there may be several) of a given method. I know I can do this manually but it’s pain in complicated structures. If I could find a way to determine all methods called by a given method, I could do this for each method, store the info in database and easily

Re: web serving from 4D client

2016-11-10 Thread Bill Weale
I can say that, as far as a version 14 built c/s system, a web serving 4D client can be set to auto launch while also starting the webserver. As Scott pointed out it’s important that the user assigned to the web server client be assigned to a group with web server privileges and (I’m quite

Re: web serving from 4D client

2016-11-10 Thread Bill Weale
Hi Scott— It’s been a while, but I recall that there can be quirkiness involving the persistence, or not, of some of the settings in the configuration ui. I’ve worked around that by keeping them in db preferences records which can be modified by designer/administrator/user as appropriate. On

Re: Automatic Variable Assignment and Web Get Variables - Bad usage of pointer or pointer to an unknown variable

2016-11-10 Thread Alan Chan
Find in Array is sequential search. I just try to use Binary search on sorted text array with 2,000,000 elements. It took 0 ms. Alan Chan 4D iNug Technical <4d_tech@lists.4d.com> writes: >If I change the search parameter to Variable_2_name, the array takes twice >as long (2) and the

Re: web serving from 4D client

2016-11-10 Thread Paul Dennis
Scott, I am about to implement serving via client. In your setup having a "web user" does this mean you have to login manually when you restart the client ? Thanks Paul -- View this message in context: http://4d.1045681.n5.nabble.com/web-serving-from-4D-client-tp5748533p5748578.html Sent from