Checkbox in collection based listbox

2018-11-06 Thread Andrew Hickey via 4D_Tech
Hi all, I have a listbox with a reviewed column. I populate the Form.listData entity selection based on the state and selection from a previous query. However, I cannot get the Boolean field to display as a checkbox, the option does not appear under the Display section of the properties and so f

Re: v13 - Why can a record NOT be Pushed?

2018-11-06 Thread Bernd Fröhlich via 4D_Tech
Benedict, Tom: > Another useful tool to avoid disturbing the current selection is to use SQL > queries within Begin SQL...End SQL. I use them frequently to collect data > from various tables into arrays (or objects if you're in the 21st Century). If you´re really in the 21st Century, you use OR

Cannot Dismiss Form When Compiled...

2018-11-06 Thread Robert ListMail via 4D_Tech
While upgrading a v11 structure to v17R3 (Windows), I’ve noticed that the form (“PCDisplay”) loaded via Modify Selection cannot be dismissed when the application is compiled. Can you spot the problem? // DIALOG([DocketFile];"PullCaseSearch") If (OK=1) QUERY([Docke

Re: Video viewer on Webarea on Windows 7

2018-11-06 Thread Jim Labos - infobase via 4D_Tech
Hi Kirk, Yes sorry, on this particular application it is still v13.6. Windows 7. I've solved the problem of IE when I upgraded it to version 11. So now video plays on IE and Chrome browsers on Windows 7. However I still cannot get it to work on the Webarea on windows (it works fine on OSX). I ha

Having trouble with V16.4 and User Forms

2018-11-06 Thread Julio Carneiro via 4D_Tech
Is anyone here using User Forms and V16.4? I am having all sorts of issues with that in V16! Specially C/S. For example, I create a brand new User Form, via CREATE USER FORM, but if I try to edit that I get an error saying user form does not exist. But LIST USER FORMS does list it!! duh! Then i

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
Yes, I think that to close applications is better, even if in some case I need to take datafiles without to close the application. Il 06/11/2018 19:18, Dennis, Neil ha scritto: In this applications i use again 4D V13.3 without backup Maybe turn on backup if are able, it is a good idea to back

RE: Reindex

2018-11-06 Thread Dennis, Neil via 4D_Tech
> In this applications i use again 4D V13.3 without backup Maybe turn on backup if are able, it is a good idea to backup or mirror in case of problems. But if you don't use backup you will need to shut down the application to ensure a clean copy. Neil -- Privacy Disclaimer: This message

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
In this applications i use again 4D V13.3 without backup Il 06/11/2018 18:59, Dennis, Neil ha scritto: 1 - I select the tre files 2 - Compact this files using winzip 3 - Take the zipped files and expand the files for use on my pc Try this: 1 - Run a backup of the data it will save you time l

RE: Reindex

2018-11-06 Thread Dennis, Neil via 4D_Tech
> If you open the data file using your own copy of the structure, maybe your > copy of the structure has a field indexed that the client's copy does not > have indexed? This is a possibility, but if the structures are the same, the re-index is probably because you didn't get a good copy (use sh

RE: Reindex

2018-11-06 Thread Dennis, Neil via 4D_Tech
>1 - I select the tre files >2 - Compact this files using winzip >3 - Take the zipped files and expand the files for use on my pc Try this: 1 - Run a backup of the data it will save you time launching the new data if you add the 4Dindx to the backup http://docs.4d.com/4Dv16/4D/16/Maintenance-P

Re: Reindex

2018-11-06 Thread Keith Culotta via 4D_Tech
If you open the data file using your own copy of the structure, maybe your copy of the structure has a field indexed that the client's copy does not have indexed? Keith - CDI > On Nov 6, 2018, at 11:52 AM, stardata.info via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > 1 - I select the tre file

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
1 - I select the tre files 2 - Compact this files using winzip 3 - Take the zipped files and expand the files for use on my pc Il 06/11/2018 17:12, Dennis, Neil ha scritto: sometimes I need to take data files from one application running on some my customer without close the application. It is

Re: 4D v16.4 Built database won't open in Mojave

2018-11-06 Thread Charles Miller via 4D_Tech
You need to check permissions all the way up the chain. Try putting data file in a shared folder. Also you need to check more than just data file, but all (index, etc. Regards Chuck On Tue, Nov 6, 2018 at 11:57 AM David Ringsmuth via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Walt, > > The first t

RE: 4D v16.4 Built database won't open in Mojave

2018-11-06 Thread David Ringsmuth via 4D_Tech
Walt, The first thing that came to me was that it seems like a permissions problem. If you can figure out the path the data file writing, try a variety of permissions settings for that location, file, user, application…. On this topic, Stackoverflow may help more than this nug. David Ringsmuth

RE: Reindex

2018-11-06 Thread Dennis, Neil via 4D_Tech
>> sometimes I need to take data files from one application running on >> some my customer without close the application. It is best to either close the application and make a copy... or back it up and take a backup. When you copy it while it is running, more times than not it will be corrupted

Re: Reindex

2018-11-06 Thread Charles Miller via 4D_Tech
OK you are doing this but have been lucky. You can not be assurred of a clean data fiule under any circumstances. You should NOT be doiing this. Instead. Do a backup, take back up file, or shut the application down before you take copy of data, or use sql to get data from that data file into yourt

Re: Mojave, dark mode and v17

2018-11-06 Thread Jeremy Roussak via 4D_Tech
Me, or 4Dv17? Jeremy > On 6 Nov 2018, at 15:51, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> wrote: > > Read more Nietzsche? > > On Tue, Nov 6, 2018 at 12:31 AM Jeremy Roussak via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > >> Is there a way of getting applications built in v17 - and indeed

Re: Sorting an array of email addresses

2018-11-06 Thread Kirk Brooks via 4D_Tech
David, Use a collection instead of an array. On Tue, Nov 6, 2018 at 2:17 AM David Samson via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Would this be reliable since they all contain the "@" sign? You might have > " > i...@abc.com" and "i...@def.com". > > (Windows v17 if it matters) > > D Samson > M

Re: Mojave, dark mode and v17

2018-11-06 Thread Kirk Brooks via 4D_Tech
Read more Nietzsche? On Tue, Nov 6, 2018 at 12:31 AM Jeremy Roussak via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Is there a way of getting applications built in v17 - and indeed v17 > itself - to honour dark mode? > > Jeremy > **

Re: v13 - Why can a record NOT be Pushed?

2018-11-06 Thread Benedict, Tom via 4D_Tech
Chip and Kirk comment: >> forgotten the whole idea for these two commands is to allow you to >> PUSH the record you are currently using to allow you to do queries on >> the same table without having to save it first. >Yes I know that about Push and Pop >In this case I have a complicated set of

Re: Reindex

2018-11-06 Thread stardata.info via 4D_Tech
Infact i take all files: Data file, Data index and structure info. Il 06/11/2018 16:17, Chip Scheide ha scritto: you probably need to grab not just the 4DD but ale the index files too On Tue, 6 Nov 2018 16:07:15 +0100, stardata.info via 4D_Tech wrote: hi all, sometimes I need to take data fil

Re: Reindex

2018-11-06 Thread Chip Scheide via 4D_Tech
you probably need to grab not just the 4DD but ale the index files too On Tue, 6 Nov 2018 16:07:15 +0100, stardata.info via 4D_Tech wrote: > hi all, > sometimes I need to take data files from one application running on > some my customer without close the application. > I notice that when I resta

Re: Sorting an array of email addresses

2018-11-06 Thread Chip Scheide via 4D_Tech
there is a setting to use or ignore the "@" as a wildcard I am not sure if it can be turned off/on dynamically CHip On Tue, 6 Nov 2018 10:17:13 +, David Samson via 4D_Tech wrote: > Would this be reliable since they all contain the "@" sign? You might have " > i...@abc.com" and "i...@def.com".

Reindex

2018-11-06 Thread stardata.info via 4D_Tech
hi all, sometimes I need to take data files from one application running on some my customer without close the application. I notice that when I restart the application on my pc, 4D reindex the data for all indexes. Is normal this? How I can do to bypass this issue? Thanks Ferdinando

Sorting an array of email addresses

2018-11-06 Thread David Samson via 4D_Tech
Would this be reliable since they all contain the "@" sign? You might have " i...@abc.com" and "i...@def.com". (Windows v17 if it matters) D Samson Manchester UK ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/

Re: Current time (*) incorrect today on v17?

2018-11-06 Thread David Samson via 4D_Tech
> > > This is not only on Mac. We had the same problem on Windows. 64 bit server and 32 bit clients. -- D Samson ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailm

Mojave, dark mode and v17

2018-11-06 Thread Jeremy Roussak via 4D_Tech
Is there a way of getting applications built in v17 - and indeed v17 itself - to honour dark mode? Jeremy ** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/opti