Re: Save Record($vptr_Table->)

2018-06-10 Thread Sujit Shah via 4D_Tech
You have an invalid table number as the error message says. Perhaps I don’t fully understand the issue. On Mon, 11 Jun 2018 at 6:22 am, Jody Bevan via 4D_Tech <4d_tech@lists.4d.com> wrote: > Pat: > > Thanks for the pointer to this. We have never used the unique field > checkbox in any of our

Re: Auto Positioning Print Forms

2018-05-21 Thread Sujit Shah via 4D_Tech
Footer, etc.). Not sure that it works > with On Load for printing. > > John DeSoi, Ph.D. > > > > On May 20, 2018, at 10:43 PM, Sujit Shah via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > I am trying to automatically "center" the Form 4D prints usin

Re: Auto Positioning Print Forms

2018-05-21 Thread Sujit Shah via 4D_Tech
16/4D/16.3/OBJECT-GET-COORDINATES.301-3651562.en.html > > > 2018/05/21 12:43、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > > > I am trying to automatically "center" the Form 4D prints using PRINT > FORM. > > > > For some reason no matter wh

Auto Positioning Print Forms

2018-05-20 Thread Sujit Shah via 4D_Tech
I am trying to automatically "center" the Form 4D prints using PRINT FORM. For some reason no matter where the form objects are placed I keep getting the same coordinates in the first line of code below: `Form event On Load OBJECT GET COORDINATES(*;"@";$lLeft;$lTop;$lRight;$lBottom) //The form

Re: SOAP Parameter Limit (Sujit Shah)

2018-05-18 Thread Sujit Shah via 4D_Tech
Agree XML or JSON would be best. At this stage only providing support to an existing web service. On Fri, May 18, 2018 at 7:51 PM, Wayne Stewart via 4D_Tech < 4d_tech@lists.4d.com> wrote: > If I needed to pass that many parameters I'd pass them as a JSON string. > > One text parameter containing

SOAP Parameter Limit

2018-05-16 Thread Sujit Shah via 4D_Tech
Is there a limit to the number of parameters that can be passed to a SOAP call. Our legacy web service methods has reached 100 and crashes no matter which parameter is added. I wish 4D would have some documentation on this. ;-( -- xxx "There must be ingenuity as

Re: 16.3 HF2 test of the new network layer

2018-05-01 Thread Sujit Shah via 4D_Tech
Very encouraging On Wed, 2 May 2018 at 1:27 am, Paul Lovejoy via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Thanks for sharing! > > Paul > > > On 1 May 2018, at 16:43, Jeffrey Kain via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > > Over the weekend, we ran our production 4D Server using the new

Re: Constants - Can I make a Date Constant?

2018-05-01 Thread Sujit Shah via 4D_Tech
:-) On Wed, 2 May 2018 at 5:22 am, Arnaud de Montard via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > > Le 30 avr. 2018 à 21:33, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > a écrit : > > > > for example : !00/00/00! > > > //KdateNull -> date > c_date($0) > $0:=!00/00/00! > > -- > Arnaud

Re: 9913 SOAP errors

2018-04-30 Thread Sujit Shah via 4D_Tech
in. I would like to know which 4D version you are on and if there is anything in particular you may have done to resolve this issue. On Mon, Apr 30, 2018 at 10:37 AM, Sujit Shah <sujit...@gmail.com> wrote: > No the optional "*" in WEB SERVICE CALL is not used > > > On M

Re: 9913 SOAP errors

2018-04-29 Thread Sujit Shah via 4D_Tech
> normally, it should only be used with blocks of soap calls and except for > the closing call. > > > 2018/04/30 9:12、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > We have a customer with a 4D web server behind a proxy. The customers IT > > department ping

9913 SOAP errors

2018-04-29 Thread Sujit Shah via 4D_Tech
We have a customer with a 4D web server behind a proxy. The customers IT department ping the WSDL (a secure https url). Both their IT department and the 4D error logs are reporting 9913 SOAP errors several times a day. That the "web server is not reachable" is a cause of concern. This is a large

Appending XML Elements

2018-04-11 Thread Sujit Shah via 4D_Tech
Is there a more efficient way that a large number of sub - elements can be added to the root element? At the moment we are using a For Loop. (I am looking for something like SELECTION TO JSON or JSON Stringify array for XML..) -- xxx "There must be ingenuity as

Re: Web Server Freeze

2018-04-11 Thread Sujit Shah via 4D_Tech
15.2 Windows On Thu, Apr 12, 2018 at 10:26 AM, John DeSoi via 4D_Tech < 4d_tech@lists.4d.com> wrote: > What 4D version? Mac or Windows? > > > On Apr 11, 2018, at 6:55 PM, Sujit Shah via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > We are having rando

Web Server Freeze

2018-04-11 Thread Sujit Shah via 4D_Tech
We are having random occasional freezing of the Web Server with several SOAP call processes accumulating on the Server Process window with a "waiting for flag" state. Eventually the 4D Server stops responding and a forced restart is required. Our sites can have upto 300 calls per second. There

Re: NQR_ADD_SORT (quick-report)

2018-03-15 Thread Sujit Shah via 4D_Tech
Update: It happens after exactly 31 fields are dragged onto the Quick Report. Regardless of Table. On Fri, Mar 16, 2018 at 9:10 AM, Sujit Shah <sujit...@gmail.com> wrote: > I am getting these errors after adding 14-15 fields in Quick Reports. > > QR SET SORTS (Error 9852)

NQR_ADD_SORT (quick-report)

2018-03-15 Thread Sujit Shah via 4D_Tech
I am getting these errors after adding 14-15 fields in Quick Reports. QR SET SORTS (Error 9852) 9852 refers to invalid parameter Has anyone seen this error? NQR_ADD_SORT is an inbuilt 4D QR method. -- xxx "There must be ingenuity as well as intention, strategy

Re: Corrupted? 4D SOAP message

2018-03-01 Thread Sujit Shah via 4D_Tech
I got WEB GET HTTP BODY which answers my first question. On Fri, Mar 2, 2018 at 11:11 AM, Sujit Shah <sujit...@gmail.com> wrote: > Occasionally we are receiving certain SOAP calls which are crashing the > server. How do you capture the entire SOAP message between OWA and the S

Corrupted? 4D SOAP message

2018-03-01 Thread Sujit Shah via 4D_Tech
Occasionally we are receiving certain SOAP calls which are crashing the server. How do you capture the entire SOAP message between OWA and the SOAP method? What network conditions or device can cause a malformed or corrupted SOAP message. I ask this because the same message when resent works. --

Re: [SAD NEWS] legendary developer and 4D base-rock Ortwin Zillgen

2018-02-28 Thread Sujit Shah via 4D_Tech
Very sad to hear. We did buy a few components from him. Always great with UI and a very pragmatic approach. He was very active and always had a very refreshing way to resolve issues. He will be missed greatly God Bless On Tue, 27 Feb 2018 at 9:22 pm, Herr Alexander Heintz via 4D_Tech <

Re: 4D 15R5 Feedback

2018-02-28 Thread Sujit Shah via 4D_Tech
s per minute, and it would typically > crash after 15-20 minutes or so. > > J > > On 28 Feb 2018, at 12:54 pm, Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > > Justin, > > > > Was it the volume of SOAP calls or the frequency that cause

Re: 4D 15R5 Feedback

2018-02-27 Thread Sujit Shah via 4D_Tech
Thanks Keisuke Do you know if this fixed in 15R5 as well? On Wed, Feb 28, 2018 at 8:29 AM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > that would be: ACI0097539 > > > https://bugs.4d.fr/fixedbugslist?branch=16_R6 > https://bugs.4d.fr/fixedbugslist?branch=16 > > > 2018/02/28

Re: 4D 15R5 Feedback

2018-02-27 Thread Sujit Shah via 4D_Tech
Justin, Was it the volume of SOAP calls or the frequency that caused the crashes? We are clocking around 400 per minute at peak times. On Wed, Feb 28, 2018 at 9:39 AM, Justin Carr via 4D_Tech < 4d_tech@lists.4d.com> wrote: > That one was raised by me but in our case, it is only happening on

4D 15R5 Feedback

2018-02-26 Thread Sujit Shah via 4D_Tech
We have a database which uses SOAP across several sites in various configurations of C/S, C/S <-> C/S and C/S <-> Standalone. The server crashes randomly (or so it seems) with a MSVCR120.dll crash. We have updated to the latest Visual Studio/ reinstalled etc but the crashing persists. Has anyone

Re: Sort Tables and Fields in QR editor

2018-02-15 Thread Sujit Shah via 4D_Tech
Don’t bother found it. :-) http://doc.4d.com/4Dv16R4/4D/16-R4/SET-FIELD-TITLES.301-3317195.en.html On Thu, 15 Feb 2018 at 8:14 pm, Sujit Shah <sujit...@gmail.com> wrote: > I remember this was discussed before but cannot seem to find the thread &

Sort Tables and Fields in QR editor

2018-02-15 Thread Sujit Shah via 4D_Tech
I remember this was discussed before but cannot seem to find the thread Anyone? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. " ** 4D Internet Users Group (4D

Re: Can't Run Method In Design Environment

2018-02-11 Thread Sujit Shah via 4D_Tech
; jeffrey.k...@gmail.com > > > > On Feb 11, 2018, at 6:18 PM, Sujit Shah via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > I have access to the design environment. I can create a method but the > menu > > under Run-> Method is di

Can't Run Method In Design Environment

2018-02-11 Thread Sujit Shah via 4D_Tech
I have access to the design environment. I can create a method but the menu under Run-> Method is disabled. I am in interpreted mode but "Run Interpreted" is enabled. Very Strange.. -- xxx "There must be ingenuity as well as intention, strategy as well as strength.

CREATE VIEW and then QR

2018-02-08 Thread Sujit Shah via 4D_Tech
Is it possible to create a view and then allow the user to select the fields and print reports using Quick Reports? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. "

Re: Sending HTML Email?

2017-11-16 Thread Sujit Shah via 4D_Tech
There are a number of HTML email validators from freebie ones to sophisticated ones like Litmus. They can check for errors and mail client compatibility as well. Have you tried them. I would start with http://www.htmlemailcheck.com On Fri, Nov 17, 2017 at 9:08 AM, bob.miller--- via 4D_Tech <

Re: List item parent question

2017-11-13 Thread Sujit Shah via 4D_Tech
No Perhaps an error in code On Tue, 14 Nov 2017 at 2:19 am, Kirk Brooks via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I'm working with hLists for the first time in a long time. I have a hList > with 3 hierarchical levels. I select 'this item' at level 3 and want to get > the Parent. > > A > > B

Re: SET UPDATE FOLDER

2017-11-08 Thread Sujit Shah via 4D_Tech
; CREATE FOLDER(Temporary folder+Generate UUID+Folder separator;*) > > it's only needed for the swapping process. > when automatic update is over, the old app goes to trash. > > > 2017/11/09 14:23、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > > > Automatic Up

Re: FTP_Progress

2017-11-01 Thread Sujit Shah via 4D_Tech
Looks like we need to roll our own progress bar by a) Getting the file size on host/client b) monitoring the file size of download or upload on host/client for receive and send.. On Thu, Nov 2, 2017 at 2:21 PM, Sujit Shah <sujit...@gmail.com> wrote: > Thanks but how do w

Re: FTP_Progress

2017-11-01 Thread Sujit Shah via 4D_Tech
mand > is deprecated in the 64-bit version of OS X. > When called in this environment, the command returns error -2201 > (unimplemented feature). > > > 2017/11/02 11:57、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > Is the

Re: PDF in Web Area not displaying on a Mac

2017-10-19 Thread Sujit Shah via 4D_Tech
Try updating Adobe On Thu, 19 Oct 2017 at 7:43 pm, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > R4 > > > On Oct 18, 2017, at 10:33 PM, Sujit Shah via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > > > > Which version of 4D? > > > >

Re: PDF in Web Area not displaying on a Mac

2017-10-19 Thread Sujit Shah via 4D_Tech
Which version of 4D? On Thu, 19 Oct 2017 at 7:28 pm, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Not running 64-bit so I don’t believe Blink is involved, but tried your > suggestion. Still does not work. It loads a blank html or any html for that > matter, but not a pdf. > > > On

Re: PDF in Web Area not displaying on a Mac

2017-10-19 Thread Sujit Shah via 4D_Tech
That’s disappointing Which version of 4D? Is integrated web kit ticked? I had a similar issue but don’t remember what fixed it. On Thu, 19 Oct 2017 at 7:11 pm, John Baughman via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I just checked and on my mac I did not have the adobe plug-in in the >

Re: Updater v16

2017-10-11 Thread Sujit Shah via 4D_Tech
gt; when used outside of the context of autoupdating, the RESTART 4D command > simply restarts 4D. > > > 2017/10/11 8:11、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > What does this magical "updater" actually do? what files must be incl

Updater v16

2017-10-10 Thread Sujit Shah via 4D_Tech
The manuals say "in the application in production, call the RESTART 4D command: this command triggers execution of a utility program named "updater" that exits the current application, replaces it using the "pending" update if

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
t; stylesheet and replace it with > "Automatic". > > it's how 4D replaced all its internal dialogs. > > > 2017/10/10 13:34、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > An easy sprint or 2 for the > > hundreds of forms in the DB. > > > > >

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
I think I am going to bite the bullet and do as Keisuke suggests. Testing it I found the User experience is way better.. An easy sprint or 2 for the hundreds of forms in the DB. On Tue, Oct 10, 2017 at 3:12 PM, Wayne Stewart via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi, > > I guess that's

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
then have the name to be used for the system font available for > calling thought the system. > > Cheers, > > Wayne > > > > > Regards, > > Wayne > > > [image: --] > Wayne Stewart > [image: http://]about.me/waynestewart > <http://a

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
Nice tips here.. https://mono.company/journal/design-practice/the-10-commandments-of-good-form-design-on-the-web/ On Tue, Oct 10, 2017 at 2:32 PM, Sujit Shah <sujit...@gmail.com> wrote: > Thanks for your input. The standard Automatic font for data input is > rather nice - I mus

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
l-design/typography/ > > > 2017/10/10 10:57、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > > > "Automatic style sheets manage the font as well as its size and color" > > > > However, when I apply the "Automatic" style sheet I g

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
Does this also explain the problem I have with retina displays? On Tue, Oct 10, 2017 at 12:57 PM, Sujit Shah <sujit...@gmail.com> wrote: > I see from http://doc.4d.com/4Dv16/4D/16.1/Automatic-style- > sheets.300-3373396.en.html > > "Automatic style sheets manage the f

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
I see from http://doc.4d.com/4Dv16/4D/16.1/Automatic-style-sheets.300-3373396.en.html "Automatic style sheets manage the font as well as its size and color" However, when I apply the "Automatic" style sheet I get a System Font 13 for fields and variables which is way too large for the form

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
As always thanks for the confirmation On Tue, 10 Oct 2017 at 9:32 am, Jeffrey Kain via 4D_Tech < 4d_tech@lists.4d.com> wrote: > You can use any size. > > -- > Jeffrey Kain > jeffrey.k...@gmail.com > > > > > > On Oct 9, 2017, at 6:30 PM, Sujit Shah via

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
really dug into it. > > > > Keep in mind that the Yosemite system font is significantly wider than > its successors. > > > > -- > > Jeffrey Kain > > jeffrey.k...@gmail.com > > > >> On Oct 9, 2017, at 4:28 PM, Sujit Shah via 4D_Tech < > 4d_t

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
So you are implying that I should set all style sheets to the system font My thinking has been to use the “Default “ style sheet and explicitly set it to the prevailing system font on both platforms. However, the stylesheet editor has only one setting for macOS and some obsolete windows OS. I

Re: San Fransisco Font

2017-10-09 Thread Sujit Shah via 4D_Tech
4D_Tech < 4d_tech@lists.4d.com> wrote: > Sujit- > > You need to refer to it in your style sheets as “System Font.” > > > On Oct 9, 2017, at 1:09 AM, Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > > Does the SF font replace Lucida Grand on

San Fransisco Font

2017-10-08 Thread Sujit Shah via 4D_Tech
Does the SF font replace Lucida Grand on macOS Sierra? If so I don't seem to find it on my Mac? Has SF become the standard default font for macOS Sierra? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. "

Running PHP scripts from 4D

2017-08-22 Thread Sujit Shah via 4D_Tech
I have a few scripts that run on an Apache server with the relevant SDK. I can run these scripts manually from the browser. The result "echo" ed to the console. Currently, it is run from a Cron Job but I would like to run it on demand from 4D and return the result. What would be the best way to

Re: Animated Notifcation

2017-08-10 Thread Sujit Shah via 4D_Tech
Great thanks - thats the one On Thu, Aug 10, 2017 at 3:22 PM, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > did you mean... > > > AnotherTip 2.0 is available > > ——— > > > > AJAR SA is pleased to announce a new release of the 4D widget : Another > Tip 2.0 >

Animated Notifcation

2017-08-09 Thread Sujit Shah via 4D_Tech
I believe someone had developed a component to display JQuery Like Notifications in 4D using animation and transparency pretty much like: http://ned.im/noty/#/animations If someone can recall please send a link Thanks -- xxx "There must be ingenuity as well as

Re: Resetting The Explorer Window - Tip

2017-08-06 Thread Sujit Shah via 4D_Tech
Thanks Allan You are a wizard! How on earth one is supposed to know this? :-) On Tue, Jul 18, 2017 at 2:20 AM, Douglas von Roeder via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Allan: > > Thank you for passing this along. > > It's very helpful. > > -- > Douglas von Roeder > 949-336-2902 > >

Re: revelation! - Choose

2017-07-06 Thread Sujit Shah via 4D_Tech
I swear I was the first one to invent this... :-)) Good one! On Fri, Jul 7, 2017 at 2:45 AM, Chip Scheide via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Thanks to code from Robert Livingston > I found out about a command I had not known about > Choose > > I love this command > if anyone does not

Re: Triggers and modified by fields in roll-your-own user schemes

2017-07-01 Thread Sujit Shah via 4D_Tech
On Sat, 1 Jul 2017 at 8:59 am, Alan Chan via 4D_Tech <4d_tech@lists.4d.com> wrote: > MODIFY RECORD won't save record until you click "Save button". The same > Save_Record Wrapper in Save Button should work without 2nd call. Do I miss > something? What Alan said. When I need to capture other

Re: Automatic type-ahead on single-column listbox?

2017-06-27 Thread Sujit Shah via 4D_Tech
There are some really nice TA examples on the french forum also our Man Keisuke.. I think it is a KB called Address Validation or something similar. I like the way Keisuke use Styled text to generate double row list boxes that pretty much look like JS drop downs. On Wed, Jun 28, 2017 at 12:52

Re: Sending Emails Quicker?

2017-06-20 Thread Sujit Shah via 4D_Tech
; > why not use a single process, login once and reuse the same SMTP reference? > > for example, commands such as SMTP_Body has a "replace" option. > > > 2017/06/21 8:21、Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> のメール: > > > > Thanks Jim. Due to windows

Re: Sending Emails Quicker?

2017-06-20 Thread Sujit Shah via 4D_Tech
Thanks Jim. Due to windows security issues the user can only send these emails from the Client Machine. It seems to really slow down their computer when distributed over 3 or 4 processes. It will be interesting to see how much improvement v16 brings in. On Wed, Jun 21, 2017 at 2:21 AM, Jim

Sending Emails Quicker?

2017-06-19 Thread Sujit Shah via 4D_Tech
I would like to send merged emails to several recipients. atm this is how i do it For($i;1;$lRecipients) - Open New SMTP Connection - Set the Body, Subject, To, From - Authenticate with Outgoing mail server - Merge the tags in the Body Dear John, Dear Renu etc And Set the SMTP_Body - Send -

Managing AV Vendors

2017-06-02 Thread Sujit Shah via 4D_Tech
Recently I have seen a growing number of support issues where the AV software blocks the program or simply deletes the application folder itself identifying it as a virus. The ones I have had most problems with are Norton and a Trend Micro. I submit my builds to them get it white listed but this

Re: Web Areas On Form Page >1

2017-05-30 Thread Sujit Shah via 4D_Tech
I have web areas on a multi page layout each with its own variable. Works well for me. There was a Kirk - Mayako iNUG message exchange on this and I am not sure now what made it work for me. On Wed, 31 May 2017 at 8:00 am, Keith Goebel via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Actually, the

Re: Favorite tricks and keystrokes: Please take one and leave on

2017-05-27 Thread Sujit Shah via 4D_Tech
Did not put a cancel or accept button on a form and close box event not handled - debug - type cancel in debugger ( in fact you can type a few things in the debugger )  On Sun, 28 May 2017 at 3:05 am, Douglas von Roeder via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Steve: > > R2 works with

OBJECT SET ENABLED

2017-05-09 Thread Sujit Shah via 4D_Tech
Just got bit by this OSE no longer works on buttons which have an automatic action. ENABLE/ DISABLE BUTTON did In fact I can get the obsolete function to work in v15 but not OSE. So in addition to changing DISABLE/ ENABLE BUTTON to OSE you also need to handle the automatic action somewhere else

POST CLICK on highlight button

2017-05-08 Thread Sujit Shah via 4D_Tech
I find a POST CLICK on a highlight button does not put the button in highlight. A normal click does. I can trap the object event so it definitely does click the button. -- xxx "There must be ingenuity as well as intention, strategy as well as strength. "

Re: QR code

2017-04-26 Thread Sujit Shah via 4D_Tech
Check Miyako GitHub as well On Wed, 26 Apr 2017 at 6:33 pm, Pat Bensky via 4D_Tech <4d_tech@lists.4d.com> wrote: > Check out the barcode plugin from HM Plugins > https://www.hmplugins.com/en/hmBarcode/Features-133.html > > On 26 April 2017 at 09:23, Paul Lovejoy via 4D_Tech

Re: Machine ID

2017-04-25 Thread Sujit Shah via 4D_Tech
I think you can LEP as well. But this will do me for now. On Wed, Apr 26, 2017 at 1:54 PM, Sujit Shah <sujit...@gmail.com> wrote: > > > On Wed, Apr 26, 2017 at 1:46 PM, Douglas von Roeder via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > >> There's Current machine

Re: Machine ID

2017-04-25 Thread Sujit Shah via 4D_Tech
On Wed, Apr 26, 2017 at 1:46 PM, Douglas von Roeder via 4D_Tech < 4d_tech@lists.4d.com> wrote: > There's Current machine > but > that may not be an "ID". > > http://doc.4d.com/4Dv16/4D/16/Current-machine.301-3035973.en.html > > >

Re: Machine ID

2017-04-25 Thread Sujit Shah via 4D_Tech
com/4Dv16/4D/16/Current-machine.301-3035973.en.html> but > that may not be an "ID". > > http://doc.4d.com/4Dv16/4D/16/Current-machine.301-3035973.en.html > > -- > Douglas von Roeder > 949-336-2902 > > On Tue, Apr 25, 2017 at 8:23 PM, Sujit Shah via 4D_Tech < >

Machine ID

2017-04-25 Thread Sujit Shah via 4D_Tech
Which 4D command returns the machine ID? Was there one? TIA -- xxx "There must be ingenuity as well as intention, strategy as well as strength. " ** 4D Internet Users Group (4D iNUG) FAQ:

Re: Screen Redraw Issues v15.1

2017-04-25 Thread Sujit Shah via 4D_Tech
Has anyone been able to resolve this or is it just me. I am seeing this in 15.3 as well. On Tue, Apr 19, 2016 at 9:55 AM, Sujit Shah <sujit...@gmail.com> wrote: > I am having numerous screen redraw issues especially where subforms are > used. Parts of the subform are replicated on

Re: Top Menu Vs Sidebar (Web Applications)

2017-04-19 Thread Sujit Shah via 4D_Tech
> > I think users generally could care less about what design format we are > using (not talking advertising or landing pages here). What they do care > about is being able to get their work done and that means making the > interface easy to use and understand. > > On Tue, Apr

Top Menu Vs Sidebar (Web Applications)

2017-04-18 Thread Sujit Shah via 4D_Tech
I have read a bit about the pros and cons of a Top Menu layout vs Sidebar Layout. A lot of popular web applications like Xero, Salesforce use Top Menus. Gmail is of course using a sidebar. For me a sidebar offers a lot more flexibility (accordion) without using several levels of menus and

Re: Questions about the 'Sum' function

2017-04-12 Thread Sujit Shah via 4D_Tech
Apr 2017, at 13:29, Sujit Shah via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > > Sum has always worked on a series > > Thanks Sujit. But what’s the definition of a ‘series’ ? > > Does a field from a current sele

Re: Questions about the 'Sum' function

2017-04-12 Thread Sujit Shah via 4D_Tech
Perhaps you are confusing it with subtotal? Sum has always worked on a series E On Wed, 12 Apr 2017 at 9:22 pm, Peter Jakobsson via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi > > Occasionally I’d like to use the “Sum” function on a current selection but > am hesitant because of distant

Re: Replacing - OAuth.bundle

2017-04-12 Thread Sujit Shah via 4D_Tech
Thank god there are still some people who find websites and web applications non ituitive. But GitHub is used by millions so you cannot really argue. ;-) On Wed, 12 Apr 2017 at 4:38 am, Kirk Brooks via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Clive, > > I'm reading this and thinking you're

Listbox row select

2017-04-06 Thread Sujit Shah via 4D_Tech
I am getting 2 different row highlight (colors) - When row is selected indirectly LISTBOX SELECT ROW (grey) - When row is directly clicked (blue) Once it is blue it remains that way. Wondering is this is a feature or something wrong in my code. -- xxx "There

Re: Google Address Lookup/ Autocomplete

2017-04-05 Thread Sujit Shah via 4D_Tech
ally when the job might be someplace > that doesn't have street names yet (housing tracts). But you can't send the > bill there. For those addresses you need a better service. I like > SmartyStreets but there are lot of others. > > On Tue, Apr 4, 2017 at 5:39 PM, Sujit Shah vi

Re: Google Address Lookup/ Autocomplete

2017-04-04 Thread Sujit Shah via 4D_Tech
OK Got it There are 2 API keys needed one for Google Maps and one for Google Places. Just for the record.. On Wed, Apr 5, 2017 at 3:41 PM, Sujit Shah <sujit...@gmail.com> wrote: > Hmm.. I am able to get the Address Validate to work but not the > Auto-Complete. > > JSON Pars

Re: Google Address Lookup/ Autocomplete

2017-04-04 Thread Sujit Shah via 4D_Tech
t 12:32 PM, Sujit Shah <sujit...@gmail.com> wrote: > Very good! Thanks. > > On Wed, Apr 5, 2017 at 11:11 AM, Scott Staley via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > >> >> The 4D method user group did a presentation that included an address >> valida

Re: Google Address Lookup/ Autocomplete

2017-04-04 Thread Sujit Shah via 4D_Tech
Very good! Thanks. On Wed, Apr 5, 2017 at 11:11 AM, Scott Staley via 4D_Tech < 4d_tech@lists.4d.com> wrote: > > The 4D method user group did a presentation that included an address > validation app using google maps api. The url to the website page that > includes the 4D sample database is

Google Address Lookup/ Autocomplete

2017-04-04 Thread Sujit Shah via 4D_Tech
I am wondering if anyone has developed code to integrate with their API within the context of a 4D Form? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. " ** 4D

Re: OPEN PRINTING FORM

2017-03-27 Thread Sujit Shah via 4D_Tech
Many thanks On Tue, 28 Mar 2017 at 12:23 pm, Keisuke Miyako via 4D_Tech < 4d_tech@lists.4d.com> wrote: > FORM LOAD > > the command was so useful, it can now be used outside of a printing > context. > > > 2017/03/28 10:04、Sujit Shah via 4D_Tech <4d_tech

Re: Anyone successfully running Sierra on their development machine

2017-03-13 Thread Sujit Shah via 4D_Tech
That's why you have sticky keys on Windows. Keeps everyone busy.. On Mon, 13 Mar 2017 at 1:59 pm, Robert ListMail via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Kirk, understood, I decided to put the goggles on and go for Sierra and > will deal with the issues if any. I can still boot from a

Re: Can 4D connect to Firebird?

2017-03-07 Thread Sujit Shah via 4D_Tech
Thanks I think the requirements are to replace a firebird based desktop solution with a web interface. Firebird is a pretty decent sql compliant framework but it does not seem to have many followers I will PM you if the project gets the nod On Tue, 7 Mar 2017 at 5:16 pm, David Samson via

Can 4D connect to Firebird?

2017-03-06 Thread Sujit Shah via 4D_Tech
Before I commit to a project I though I will find out if 4D can connect to Firebird SQL.. -- xxx "There must be ingenuity as well as intention, strategy as well as strength. " ** 4D Internet Users

Re: Website development path

2017-01-19 Thread Sujit Shah
Already using Lightning 4D. I am waiting for Graham to showcase the bootstrap admin template example. JQWidgets look really cool! When you have to rebuild a VMA in a crowded space - the cloud the technology direction is critical. Single Page Applications with Node.js would be ideal. Reusing 4D

Re: Website development path

2017-01-18 Thread Sujit Shah
Peter That demo is great for those who are familiar with 4D. The one aspect that I struggle with is outputting a modern UI. And for that matter I don't see many examples that demonstrate this either. In 4D this was just a matter of "drag and drop", add the colours, formats, handle the events and

Re: Website development path

2017-01-16 Thread Sujit Shah
Keith Also have a look at https://www.quora.com/What-is-your-choice-of-technology-stack-for-full-stack-web-development-in-2017 and related questions for a broader view On Tue, Jan 17, 2017 at 7:06 AM, Sujit Shah <sujit...@gmail.com> wrote: > There was a demonstration of Angula

Re: Hourly Consulting Rates

2016-12-19 Thread Sujit Shah
On Tue, Dec 20, 2016 at 1:05 AM, Bill Weale wrote: > Isn't this post is simply recognition that we could get along a lot more > easily without IT folks than we could without the building trades folks... > > www > > Sure is. xxx "There must

Re: OPEN DATA FILE

2016-12-19 Thread Sujit Shah
y you do this so I have posted a copy of > the code i use on my drop box > > https://www.dropbox.com/s/j7vb6b6jgrfg5xq/DB_ControlDataFilePath.txt?dl=0 > <https://www.dropbox.com/s/j7vb6b6jgrfg5xq/DB_ControlDataFilePath.txt?dl=0 > > > > Feel free to come back with any ques

OPEN DATA FILE

2016-12-15 Thread Sujit Shah
Does anyone know where 4D Stores the default Data file an application opens with? I know it opens the last Data file opened but where is this information stored? -- xxx "There must be ingenuity as well as intention, strategy as well as strength. "

Re: OPEN URL

2016-12-11 Thread Sujit Shah
a PDF Reader. Anyway I think this will do me for now. If anyone has better suggestions please advise. On Mon, Dec 12, 2016 at 10:11 AM, Sujit Shah <sujit...@gmail.com> wrote: > Just to add the EULA is stored locally upon installation. > > On Mon, Dec 12, 2016 at 10:08 AM, Suj

Re: OPEN URL

2016-12-11 Thread Sujit Shah
Just to add the EULA is stored locally upon installation. On Mon, Dec 12, 2016 at 10:08 AM, Sujit Shah <sujit...@gmail.com> wrote: > At the beginning of the Setup Process I am trying to allow the user to > Print the EULA. The EULA is in PDF format so my idea is to simply Op

OPEN URL

2016-12-11 Thread Sujit Shah
At the beginning of the Setup Process I am trying to allow the user to Print the EULA. The EULA is in PDF format so my idea is to simply Open the PDF in the default program. When I do this OPEN URL(Valid URL of EULA) It does nothing. At least on this computer. Is there a better (more reliable)

Re: How to Invoke Web Area Object Method?

2016-12-07 Thread Sujit Shah
Thanks this worked well. This is what I did (Pseudo Code) In Form Method: If(Next Or Previous Record) Load The Record etc.. WA EVALUATE JAVASCRIPT (*;$webArea;"location.reload()") bRecordChanged:=true End if In Web Area OM: Case of :(bRecordChanged) | (Event=on Load) $file:=Get 4D

Re: Does 4D have Token Placeholders?

2016-11-27 Thread Sujit Shah
It is a very nice Type Ahead Routine. Thanks On Mon, Nov 28, 2016 at 6:15 PM, Bertrand SOUBEYRAND <soubl...@soub.org> wrote: > > > Le 27 nov. 2016 à 23:55, Sujit Shah <sujit...@gmail.com> a écrit : > > > > What I need is something like this > > > >

Re: Encrypt non-4D Decrypt 4D

2016-11-27 Thread Sujit Shah
original string from a hash string, > whatever algorithm you use. > > the PHP "crypt" function doesn't encrypt, you are looking at the wrong PHP > function. > http://php.net/manual/en/function.openssl-private-encrypt.php > > > 2016/11/26 22:20、Sujit Shah <suj

Encrypt non-4D Decrypt 4D

2016-11-26 Thread Sujit Shah
I am looking for a way to store a value in MySQL encrypted using PHP I then want to decrypt this in 4D Will GENERATE ENCRYPTION KEYPAIR work? The crypt() function returns a hashed string using DES, Blowfish, or MD5 algorithms.

Re: Facebook Post

2016-11-25 Thread Sujit Shah
Oh no! On Fri., 25 Nov. 2016 at 5:56 pm, Keisuke Miyako <keisuke.miy...@4d.com> wrote: > yes, there are simpler ways! > I have a working example, > but it is for a 4D event scheduled next year... > > > 2016/11/25 14:10、Sujit Shah <sujit...@gmail.com> の

  1   2   >