Re: Combo Box & Return Key

2019-09-04 Thread Eric Naujock via 4D_Tech
If you really want to capture that keystroke you can use the On Before Keystroke event. But be careful with it, that function can get pretty active with a fast typist. I use the On after Keystroke to allow the dropdown to populate as the user types. > On Aug 30, 2019, at 10:37 AM, Stephen J.

Re: Folder equivalent for: "SET DOCUMENT PROPERTIES"

2019-09-04 Thread Charles Miller via 4D_Tech
Good to know. It seems like it might be useful, but I can not figure out why in a 4D environment. I suppose I am just being dense Regards Chuck On Wed, Sep 4, 2019 at 12:04 PM Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> wrote: > > On a Mac from the UI you *can* lock a folder. > > The lock

Re: Folder equivalent for: "SET DOCUMENT PROPERTIES"

2019-09-04 Thread Chip Scheide via 4D_Tech
On a Mac from the UI you *can* lock a folder. The lock restricts the folder during deletion (a warning message is presented), and this stops the folder from being written into. For a PC the equivalent would be Read only. NOTE: This is an **excellent** way to restrict browsers data storage.

Re: Folder equivalent for: "SET DOCUMENT PROPERTIES"

2019-09-04 Thread Chuck Miller via 4D_Tech
What do you mean by locked. Locked means the file is in use by another application/ process. Do you really mean permission? I do not think you can lock a folder like a file except if you use permissions. Regards Chuck

Re: Help Tips for list boxes?

2019-09-04 Thread Pat Bensky via 4D_Tech
Thanks folks! OBJECT SET HELP TIP works well but I'll check out AJUL_Tip Lab as well to see what it offers. Pat On Wed, 4 Sep 2019 at 12:18, Maurice Inzirillo - AJAR via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Pat, > > We provide exactly such example with AJUI_Tip Lab. > >

Re: 4D 2003 export structure

2019-09-04 Thread Peter Bozek via 4D_Tech
This is method I used in older version of 4D, not sure if it will work in 4D 2003 but it should: // == //exporting procedure for structure C_TIME($refNum) C_STRING(3;$cr;$tb) C_STRING(31;$s) C_LONGINT($table;$field;$len;$type;$ot;$of;$cf)

Re: 4D 2003 export structure

2019-09-04 Thread Narinder Chandi via 4D_Tech
Tony, Are you able to open the structure with a later version of 4D? In v14 the EXPORT STRUCTURE command was introduced: https://doc.4d.com/4Dv17/4D/17.2/EXPORT-STRUCTURE.301-4386049.en.html which would get you the quickest representation of your structure, albeit in XML. Otherwise it should

Re: Help Tips for list boxes?

2019-09-04 Thread Maurice Inzirillo - AJAR via 4D_Tech
Hi Pat, We provide exactly such example with AJUI_Tip Lab. https://www.evernote.com/l/AAPYpGcG1exNDY7HOq_qwIAgubsNVYzbrSA AJUI_Tip is free. To know more about it and download Doc, Component and Lab : https://ch-fr.4d.com/aj-suite Don’t hesitate to ask if any questions. Best regards,

[ANN] 4D Developer Available

2019-09-04 Thread Narinder Chandi via 4D_Tech
Hi all. Having just finished a customer's v15 to v17 migration project I am now immediately available for other projects. I am open to opportunities regardless of whether your needs are short, medium or long term. If you need help with specific projects or want to offload one or more projects

AW: Help Tips for list boxes?

2019-09-04 Thread Achim Peschke via 4D_Tech
You cannot assign a help tip to a list box in design. But using OBJECT SET HELP TIP. Please have a look at the description of this command and at sample 2. Achim -Ursprüngliche Nachricht- Von: 4D_Tech <4d_tech-boun...@lists.4d.com> Im Auftrag von Pat Bensky via 4D_Tech Gesendet: