Re: Stylesheet Search?

2019-07-12 Thread Patrick Emanuel via 4D_Tech
Hi Robert, In QS_Toolbox there are 2 functions: - one to list style sheet definition - one which list all object and style sheet attach To change them, you have to do it manually. In the future, we should be able to update this information directly on the exported project file. Patrick -

Re: Stylesheet Search?

2019-07-12 Thread Jeremy French via 4D_Tech
What will replace style sheets? > On Jul 12, 2019, at 8:24 PM, Keisuke Miyako via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > stylesheets are deprecated in project mode. ** 4D Internet Users Group (4D iNUG) Archive: http://lis

Re: Stylesheet Search?

2019-07-12 Thread Keisuke Miyako via 4D_Tech
FYI stylesheets are deprecated in project mode. I think the FORM LOAD approach continues to be the best option. > 2019/07/13 5:27、Dani Beaubien via 4D_Tech <4d_tech@lists.4d.com>のメール: > Might be easier to update it to v17 R5 and save the structure as a project > and then use a file based search

Re: Selection-Based Listbox Sizing/Printing...

2019-07-12 Thread Adam Bevan via 4D_Tech
You could print to a text var using the print variable frame. This unfortunately does not work on listboxes... funny. I agree that it would be a kluge. When I print off data with listboxes I use Print Object instead of Print Record. I have much finer control over where and what I print off. Adam

Re: Selection-Based Listbox Sizing/Printing...

2019-07-12 Thread Robert ListMail via 4D_Tech
Hi Adam, normally each list box will have a different number of rows, but typically in the 1-3 range. This page (tight with many other objects) contains several note fields below these list boxes and where they can grow as needed. Optimally it would be best if objects grew as needed and spilled

Re: Stylesheet Search?

2019-07-12 Thread Dani Beaubien via 4D_Tech
Might be easier to update it to v17 R5 and save the structure as a project and then use a file based search. Dani Beaubien Open Road Development > On Fri, 12 Jul 2019 at 14:22, Robert ListMail via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > >> Is there a way to search for a specific Stylesheet?

Re: Stylesheet Search?

2019-07-12 Thread Adam Bevan via 4D_Tech
Build a report. Open each form using 'form load'. Call 'form get objects' then call 'object get style sheet' for each object. Adam Bevan Developer & CEO, Argus Productions Inc. On Fri, 12 Jul 2019 at 14:22, Robert ListMail via 4D_Tech < 4d_tech@list

Stylesheet Search?

2019-07-12 Thread Robert ListMail via 4D_Tech
Is there a way to search for a specific Stylesheet? I inherited a DB where many objects reference a blank stylesheet name. I guess I could create a stylesheet with a blank name but I’d prefer to find all of the objects that are referencing an non existent stylesheet. Thanks, Robert ***

Re: Selection-Based Listbox Sizing/Printing...

2019-07-12 Thread Adam Bevan via 4D_Tech
Hi Robert, I take it that listbox 1 could have more or less rows than listbox 2. You would like to show each row of both listboxes. This would depend on the customer and if there is enough room on the page to display all rows of both listboxes. You could limit the number of rows printed on the i

Selection-Based Listbox Sizing/Printing...

2019-07-12 Thread Robert ListMail via 4D_Tech
When printing a form with Print Record where you have two list boxes beside each other, how might you define the size of the listbox to accommodate all of the data in the selection? Thanks, Robert ** 4D Internet Users Group (4D

Re: 4D v17r4 Windows Print To PDF ignoring PAGE SETUP

2019-07-12 Thread Tom Benedict via 4D_Tech
Cam Ambrose wrote: >I’m trying to avoid making all those changes if there is another solution. >Still seems odd that >PAGE SETUP works for everything but the Windows 10 PDF Printer. Is there any >way of finding >out if it’s a known bug? … Are you aware of any 4D Blog entry or tech note >that de

Re: Splitter behaviour

2019-07-12 Thread Kirk Brooks via 4D_Tech
Hi Pat, Try adding a vertical splitter on the left and right of the area with the horizontal splitter set to grow vertically. I have almost always see problems with a splitter placed as you described. Using other splitters to define the area seems to help. On Fri, Jul 12, 2019 at 7:35 AM Pat Bens

Re: Silly question?

2019-07-12 Thread Chip Scheide via 4D_Tech
aren't headers an all or nothing thing? either all headers are visible or all headers are not There is a design environment setting for headers, and a separate setting for visible, BUT there does not appear to be a command (v15) to get or set the header visibility as part of the listbox commands

Re: Splitter behaviour

2019-07-12 Thread Chip Scheide via 4D_Tech
Pat, While I am not using v17, and have not seen this exact behavior... I have seen similar behavior with Sliders and pushers. The form resizing issue is related to 1 or more objects being at least partially off window to the right. Once an object over laps, or extends past the right side of the

Silly question?

2019-07-12 Thread Jeremy Roussak via 4D_Tech
This may seem a silly question, but… I have a listbox (selection type). It’s in a subform. I get the names of the headers using LISTBOX GET ARRAYS into <>headerNames, a text array (it’s a global for debugging only). I call OBJECT SET VISIBLE(*;<>headerNames{1};False). In the debugger, I can see

Re: Splitter behaviour

2019-07-12 Thread Keith Culotta via 4D_Tech
This may be related. When an object lies on the right (or maybe bottom too) of a window boundary, trying to change the size of the window makes it expand like you described. I get bit by this when a user double clicks a list form line to open an edit form in the same window. If the user makes

Splitter behaviour

2019-07-12 Thread Pat Bensky via 4D_Tech
Using v17 r5, Mac I have a form with a splitter on it. To the left of the splitter is a hierarchical list and two buttons. To the right of the splitter are a varying number of objects depending on what's being displayed. The properties of the splitter are Horizontal sizing: move Vertical sizing: gr

RE: $success_f:=PHP Execute($file_path_t;"";$result_t) intermittentfailure

2019-07-12 Thread David Ringsmuth via 4D_Tech
Paul, It’s not possible in this application for two calls to PHP Execute to run at the same time. But the default port 8002 may have some other conflict, and I had not considered that…. Now I will create a batch file that runs as administrator and displays port 8002: Netstat -aon | find “:80

Re: $success_f:=PHP Execute($file_path_t;"";$result_t) intermittent failure

2019-07-12 Thread Paul Dennis via 4D_Tech
Hello David, We had a similar problem and there are a number of posts on the form about it. The most common cause is you have another application using the same port defined in the database settings PHP. If you got two copies afford the running there will be conflict using the same php port at the