Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
did when I downloaded and ran it. > > 1) opens to the demo dialog > 2) closed the dialog > > > and I'm in design. If you hit the Mode/Design menu command first just close > the dialog. > > On Thu, Aug 2, 2018 at 7:52 AM mferguson--- via 4D_Tech < > 4d_tech@lists

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
ot;User Interrupt" menu and select the Go to Design Mode > option. On the Mac it is control-option-click. Not sure about Windows. > > John DeSoi, Ph.D. > > >> On Aug 2, 2018, at 10:55 AM, mferguson--- via 4D_Tech <4d_tech@lists.4d.com> >> wrote: &

Re: Memory leak with dynamic variables in list boxes?

2018-07-26 Thread mferguson--- via 4D_Tech
s like it should be simple, but I’m missing something. I’d appreciate an example from anyone who has this working. Michael > On Jul 26, 2018, at 7:48 AM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Michael, > > On Thu, Jul 26, 2018 at 6:32 AM mfergu

Re: Memory leak with dynamic variables in list boxes?

2018-07-27 Thread mferguson--- via 4D_Tech
nge it to numeric by replacing it using VARIABLE TO VARIABLE. > > 2018/07/27 7:34、mferguson--- via 4D_Tech > <4d_tech@lists.4d.com<mailto:4d_tech@lists.4d.com>>のメール: > Seems like it should be simple, but I’m missing something. > > > > **

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
e code. Just download the database zip. > You have to close the demo dialog to get into design mode (because the > dialog is opened with the On startup database method). > > On Thu, Aug 2, 2018 at 6:25 AM mferguson--- via 4D_Tech < > 4d_tech@lists.4d.com> wrote: > >> Hi

Re: Memory leak with dynamic variables in list boxes?

2018-08-01 Thread mferguson--- via 4D_Tech
Hi, I have tried and I am unable to get Miyako’s suggestion to work in compiled, even after modeling after his description and the example he linked to. If anyone has a working example of assigning dynamic variables to a footer so that SET FOOTER CALCULATION works, I’d really appreciate fairly

Re: Memory leak with dynamic variables in list boxes?

2018-08-02 Thread mferguson--- via 4D_Tech
structure. > > nothing special, just did what was suggested in the previous post. > > https://github.com/4D-JP/4d-tips-office-document-information/releases/tag/iNUG-180802 > > 2018/08/02 11:32、mferguson--- via 4D_Tech > <4d_tech@lists.4d.com<mailto:4d_tech@li

Memory leak with dynamic variables in list boxes?

2018-07-26 Thread mferguson--- via 4D_Tech
Hi, We have a memory leak in our v15.6 Windows database and have narrowed it down to a listbox where the columns are dynamically added using LISTBOX INSERT COLUMN. The header and footer variables are nil pointers, in accordance with the documentation. And to reference these variables for the

How to tie 4D to barcode readers?

2018-08-24 Thread mferguson--- via 4D_Tech
Hi, I am familiar with plugins to print barcodes, but don’t know what interface is needed to get 4D to read barcodes from barcode wands, etc. Does anyone have advice or recommendations? Thanks, Michael Ferguson Objective Systems

Connection to 4D via ODBC makes connection but cannot see tables

2018-09-02 Thread mferguson--- via 4D_Tech
Hi, I am using LibraOffice, the open source equivalent Microsoft Office, to make an ODBC connection to a v16 database. LibraOffice sees the 4D ODBC 32 bit driver and verifies the connection on test, but says that there are no tables in the database. I have not set up the 4D password system so

Sum Function will not add first in series

2018-09-14 Thread mferguson--- via 4D_Tech
Hi, A customer reports about v15: " when you Sum a field, if there’s only 1 record, the resulting value is returned as a 0 no matter if the field is <>0.” Has anyone encountered this? Thanks Michael Ferguson ** 4D Internet

Up-down arrows not working on mac

2019-03-12 Thread mferguson--- via 4D_Tech
Hi, A client of ours can’t get his up-down arrows to work on his Mac within our application under v16. I have tried setting the shortcuts on the buttons and also tried by setting the shortcuts on the form load with OBJECT SET SHORTCUT. Nothing works. I suspect that the problem is caused by a

San Jose 4D training roommate?

2019-09-01 Thread mferguson--- via 4D_Tech
Hi, Anyone going or sending an associate to the San Jose 4D training 9/30-10/4? I’d like to split the cost of a room for 5 days beginning 9/29. Respond soon so we can get the best rates. Thanks, Michael Ferguson ** 4D

Re: iNug archives are available at the 4D Knowledgebase

2020-08-04 Thread mferguson--- via 4D_Tech
Thanks Kirk, I use KB a lot, but missed the KB archive of Nug postings. I’ll be checking it out to see if I can download anything I’m missing. :) Michael > On Aug 4, 2020, at 1:23 PM, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > A lot of us have built our own database of

Re: Change list values in a listbow coloumn

2020-08-04 Thread mferguson--- via 4D_Tech
As Kirk pointed out the 4D Forum is another great resource. It has convenient search and tag features, but the thing I miss is there doesn’t appear to be a way to download the posts or the archive. On the other hand, email clients allow you to view all of the Nug posts offline. I supplement

Miyako's plugin vs CryptoKey

2021-05-12 Thread mferguson--- via 4D_Tech
Hi, I have used Miyako’s HMAC-SHA256 with success, but how do I the same thing to get $t_Signature using 4D’s new native CryptoKey command? Thanks, Michael $t_BaseString:=$t_Realm+"&"+$t_Consumer_Key+"&"+$t_Token+"&"+$t_Nonce+"&"+$t_Epoch_TimeStamp