Re: 4D 15.2 Mac Crashing

2016-09-14 Thread Tim Nevels
when the crash occurred. I’ve done this and the crashing issue I had was resolved immediately after 4D engineering reviewed the the crash info and reported back “you are calling 4D xxx command in xxx method and that is where it

Re: Go watch Thomas Maul's presentation. Now.

2016-09-14 Thread Tim Nevels
. :) Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/arch

Re: No Preemptive processing on client

2016-09-16 Thread Tim Nevels
the complexity of the networking issues. Tim ************ Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group

Re: Output lists

2016-09-16 Thread Tim Nevels
ith my 4D applications. I want them to be as readable and as usable as possible. I’m betting the designers at Apple and Microsoft made good choices on what fonts work best from a UI perspective. Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev..

Re: Form objects remaining disabled between forms

2016-09-17 Thread Tim Nevels
will not happen. Yeah… I know. Now that you think about it, it makes sense :) Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: v13 on Sierra?

2016-09-21 Thread Tim Nevels
ding the v13 client to v15 so that issue will resolve itself. But the v12 client is a problem. Gonna have to figure out a way to get them to upgrade. I hate being so far behind on macOS versions, but I choose a sable work environment over the new macOS versions. Tim *********

Re: v13 on Sierra?

2016-09-21 Thread Tim Nevels
hone on my Mac. I would really like to be able to do that. But you can’t with 10.9. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

Re: v13 on Sierra?

2016-09-21 Thread Tim Nevels
makes it appear this can be done very easily and without the need for 10.9 Server. This could be a good solution. Humm… http://kb.parallels.com/en/118806 Tim ******** Tim Nevels Innovative Solutions 785-749-3444 ti

Re: 4D v15 & Mac OS Sierra

2016-09-21 Thread Tim Nevels
I AM the seat tester for electric chairs. Yes Tom, the shock treatments have been very effective in your case. :) Thank you for being a trailblazer for everyone. Tim ******** Tim Nevels Innovative

Re: v13 on Sierra?

2016-09-21 Thread Tim Nevels
they did with 10.6. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http

Taming The Windows TaskBar

2016-09-23 Thread Tim Nevels
/p57m0EVsA Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com

Re: RECEIVE RECORD overflow?

2016-09-26 Thread Tim Nevels
not available in the new database. I would not expect 4D would have changed how SEND/RECEIVE RECORD works. Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: Value of Deselected Radio Button not updated when Radio Buttons when Using only Object Name

2016-09-29 Thread Tim Nevels
in the next release"? Did you select all the radio buttons and “Group” them? I think that is what needed in this situation. Tim Tim Ne

Re: highlight colors on output forms

2016-09-29 Thread Tim Nevels
ave determined on your own? If users are telling you this, then the solution is simple. Tell them they made this decision with their chosen theme. They can change the highlight color in their theme. Tim ************ Tim Nevels Innovative Solutions 785-749-3444 tim

Re: Diminute font size using Windows 8

2016-10-14 Thread Tim Nevels
nd this by adding program code to change the font sizes of items on the form to a bigger size when running on Windows 8. Tim ******** Tim Nevels Innovative Solutio

Re: URL Encoder

2016-10-21 Thread Tim Nevels
names and field names will allow those to continue to work even if you change the table or field name. Added benefit it also works when using virtual structure table and field names instead of the actual names. Tim Ti

Re: How to determine Spacebar Depressed

2016-10-21 Thread Tim Nevels
how you would handle knowing if the space bar was pressed. Use ON EVENT CALL. Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com *

Re: -50 Error

2016-10-25 Thread Tim Nevels
gate.com/articles/en_US/FAQ/006253en?language=en-em So maybe it is a file with a weird name. Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: Verify - Checking list of deleted records

2016-10-25 Thread Tim Nevels
address table and this will fix your “problem”. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Gro

Re: Does it matter if you lock an IP object before updating?

2016-11-01 Thread Tim Nevels
y chances for a context switch with so many lines of code. I think Kirk was asking about the “<>counter_l := <>counter_l + 1” example not IP array updates. I see no reason to protect simple IP variables that are just getting a value set or retrieving a value. IP arrays are another st

Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Tim Nevels
do it this way to give developers maximum flexibility. But maybe when you compile the code this is very difficult for them to implement. Preemptive worker processes only run preemptively when compiled. And compiled preemptive code has many requirement that compiled

Re: Survey on 4D¹s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Tim Nevels
ensive” commands may need special attention if you are using pointers that will cause the trigger to run. Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Tim Nevels
s into 4 pieces, call 4 workers, wait for them all the finish and then combine everything into a single set of arrays. Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ***

Re: Survey on 4D¹s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Tim Nevels
ger. But I have no idea how much longer it will take. Probably a worthwhile trade-off to get preemptive to work in my triggers. Tim **** Tim Nevel

Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Tim Nevels
ant this too! Tim ************ Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Arch

Re: Does it matter if you lock an IP object before updating?

2016-11-01 Thread Tim Nevels
ow the year but > it was post-Schaumburg. The only command not susceptible to timeslicing is > Semaphore. OK I can accept that. But what about this: <>counter_l := <>counter_l + 1 It does not contain any 4D commands. Can that line of code be time sliced, or will this line of co

Re: Survey on 4D’s strategy for implementing Preemptive Processing / worker processes

2016-11-01 Thread Tim Nevels
re regularly run reports so we know how long they take on average. I can easily put in some debug code to let me run the same report calling the old method and the new method that is preemptive. And this is really just a way for me to try out this new preemptive stuff. I always like to progr

Re: Need help with LEP printing

2016-11-10 Thread Tim Nevels
ogramPath_t+$commandLineParameters_t+$documentPath_t+" "+$printerName_t) Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

Re: Server Backup when running as a Service

2016-11-17 Thread Tim Nevels
up drive mounted or the permissions don’t allow it. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Gro

RE: EXECUTE ON SERVER Attribute - Is there similar for single-user?

2016-12-04 Thread Tim Nevels
ick and simple way to handle the situation. Tim ************ Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group

Re: Memory settings

2016-12-04 Thread Tim Nevels
e operating system to share. In my opinion you don’t need 64bit 4D Server unless you have at least 8GB on the machine. With an 8GB machine you can easily set the 4D data cache to 5,000MB. Tim Ti

Re: About using the same data file in two different structures...

2016-12-04 Thread Tim Nevels
readable with the structure file. UUIDs in the data file and structure file would not match. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: Memory settings

2016-12-05 Thread Tim Nevels
he Adaptive cache setting for deployment of a 4D application to multiple customers? Any of you care to reply to Ferdinando’s question and give home some advice? Tim ************ Tim Nevels Innovative Solutions

Re: Query editor in v15

2016-12-13 Thread Tim Nevels
s that issue with me reverse engineering the query editor binary file format that has held me back. 4D’s license agreement says you’re not supposed to do that. But maybe I’m just being just a little to paranoid. :) Tim ***

Hourly Consulting Rates

2016-12-16 Thread Tim Nevels
privately. Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com

Re: Hourly Consulting Rates

2016-12-17 Thread Tim Nevels
US Dollars) 1. $0 - $50 2. $51 - $75 3. $76 - $100 4. $101 - $150 5. $151 - $200 6. $201 - up And yes I am totally aware that everyone’s rates change based on the job, how busy you are, etc. I’m just just looking for a “basic, average” rate. Tim ****

Re: Hourly Consulting Rates

2016-12-17 Thread Tim Nevels
ist Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/arch

Re: Hourly Consulting Rates

2016-12-17 Thread Tim Nevels
On Dec 17, 2016, at 2:00 PM, Bertrand SOUBEYRAND wrote: > In New York or in Rabat ? Of course for me a New York rate would be more helpful than Rabat, but I’m also curious about 4D rates all over the world. Tim **** Tim Nevels Innovative Solutions

Re: Hourly Consulting Rates

2016-12-17 Thread Tim Nevels
rate. Anonomus 4dtoday.com survey is the way to get an answer to my question. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: Hourly Consulting Rates

2016-12-17 Thread Tim Nevels
of America less than $200 an hour for a lawyer is unheard of. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Int

Re: Non-modal window opens behind modal - any way out ?

2016-12-19 Thread Tim Nevels
ow Size” attributes to not allow resizing. (Yeah, I know you still see the resize widget that does nothing at the bottom right corner of the window. You just have to live with that.) Tim ******** Tim Nevels Innovative Solution

RE: pointer and array element issue

2017-01-06 Thread Tim Nevels
ncovered the fact that pointers to individual array elements are not yet fully implemented by the compiler. At least it knows it can’t handle it and gives you an error message. Tim ************ Tim Nevels Innovative Solutions 785-749-

Re: Why does a converted v13 db limit text vars to 32k?

2017-01-06 Thread Tim Nevels
a new area and we need ideas on how to best utilize it. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet

Re: Why does a converted v13 db limit text vars to 32k?

2017-01-06 Thread Tim Nevels
after Rich Gay sold it? Are they still around and doing 4D work? Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: Best way to find something in an array of objects

2017-01-06 Thread Tim Nevels
t to do a “Find in array” on the text array, and then use the corresponding longint array value to retrieve the object array element number. And it scales well with big arrays and b

Re: Why does a converted v13 db limit text vars to 32k?

2017-01-07 Thread Tim Nevels
1st for presentation of many practical examples, and the second > one will be a training day with my friend Add in USA. That is good news. I’ll be attending the Denver Colorado meeting. Look forward to seeing you there and your presentation on new v16 features. Tim *********

Re: Best way to find something in an array of objects

2017-01-07 Thread Tim Nevels
rmance issues with client/server. But it is another option that might be useful in some situations. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com **

Re: OB commands, confirming a few points

2017-01-12 Thread Tim Nevels
ace Program Conference - Corey Goode Presentation https://www.youtube.com/watch?v=vXhulEQib5U Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.

Re: Input form strangeness v15r5

2017-01-14 Thread Tim Nevels
want it to work. What’s that old saying… if you’re given lemons, just make some lemonade. :)+ Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

Re: How to halt execution, to avoid Quit 4D

2017-01-17 Thread Tim Nevels
On Jan 17, 2017, at 7:40 PM, Lee Hinde wrote: > I just updated the license with the 2017 license and I still can't get in. > It's behaving like a compiled system. I get an error alert without > edit/trace option. Hard to tell what is causing the error without seeing the error message dialog box

Optimizing Order By Operations With Multiple Fields

2017-01-26 Thread Tim Nevels
Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive

Re: Why is there not a Month (and Day) Name function?

2016-08-11 Thread Tim Nevels
turns the month name using 4D String command. // CREATED BY: Tim Nevels, Innovative Solutions ©2014 // DATE: 7/12/14 // LAST MODIFIED: // C_TEXT($0) C_LONGINT($1;$monthNumber_l) $monthNumber_l:=$1 C_TEXT($dateString_t) $dateString_t:=String(Add

Re: pdf creator on windows

2016-08-19 Thread Tim Nevels
… Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archive

Re(2): pdf creator on windows

2016-08-19 Thread Tim Nevels
ike Windows 10? It’s out in preview mode now, but I can’t find any details on the built in PDF driver. This would make it so nice for 4D running onTerminal Server. Tim **** Tim Nevels I

RE: Re(2): pdf creator on windows

2016-08-20 Thread Tim Nevels
covered a couple ways of doing this. Thanks Tim. This is exactly what I was looking for! Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

RE: Re(2): pdf creator on windows

2016-08-20 Thread Tim Nevels
job done: // === // PROJECT METHOD: TurnOffPDFCreatorUpdates // PARAMETERS: none // DESCRIPTION: Turns off checking for updates by PDFCreator. // Based on: http://kb.4d.com/assetid=76893 // But you can't update HKEY_LOCAL_MACHINE withou

Re: How to verify a PDF within 4D?

2016-08-22 Thread Tim Nevels
for such a thing but I do so little PHP I'm not sure I'd recognize > it if I found it. Are you attaching the pdf to an email and it is the receiver of the email that reports the pdf is corrupted? Tim ************ Tim Nevels Innovative So

Re: Re: How to find 2 digit years in legacy Database.

2016-08-25 Thread Tim Nevels
e entry filter to require entering 4 digit years. This can make obvious data entry errors immediately seen and corrected. Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ***

Re: Show form on startup

2016-08-25 Thread Tim Nevels
this > table and form to come up by default. I found an undocumented feature in v15.2 that might help you. If your Caps Lock is on when you start up, the window you are looking for will be displayed. Tim Ti

Re: How to find 2 digit years in legacy Database.

2016-08-28 Thread Tim Nevels
on Jan 19, 2038. I’ll now include the 3 “magic characters" JPR in this post to trigger his email filter to flag this post as something he might be interested in reading. Being the author of DataAnalyzer I bet he knows the new 4D v11 date and time formats. Do you know JPR? Tim ****

Re: How to find 2 digit years in legacy Database.

2016-08-29 Thread Tim Nevels
urrent time) INSERT INTO TheTable (TheTimeStamp) VALUES (:$timeStamp_t) What is is the magic to put a 4D time stamp text var into a SQL TIMESTAMP column? Tim ******** Tim Nevels Innovative Solutions 785-7

RE: How to find 2 digit years in legacy Database.

2016-08-29 Thread Tim Nevels
The 4D SQL engine is so strict. I wish it would recognize the timestamp format that 4D itself provides via the “String” command. But wishing does no good, and feature requests do only slightly more good. At least now I know how to massage a 4D timestamp into a format the 4D SQL engine acc

Re: Upgrading 2004 to v15

2016-08-31 Thread Tim Nevels
luck. :) Tim ************ Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com

Re: 4D Shell or not so much...?

2016-08-31 Thread Tim Nevels
make some of the above changes I mentioned. That’s how I do things. Tim ************ Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D

Re: 4D Shell or not so much...?

2016-08-31 Thread Tim Nevels
is being maintained by Walt Nelson now. The website only talks about 4D v11/v12/v13. Not sure what his plans are and what new 4D technologies he plans to add to Foundation. You’d have to ask Walt about that. Tim ******** Tim Nevels Innovative Solutions 785

Re: Go watch Thomas Maul's presentation. Now

2016-09-02 Thread Tim Nevels
ed to rush in getting the new cache system out. The current one is working just fine. Better to make the new version rock solid first and then release it. I think that’s the right approach. Tim ******** Tim Nevels Innovative Solu

Re: Timeout in tiks

2016-09-06 Thread Tim Nevels
lay interval. I have to admit I’d be hard pressed to site a useful real world case where you want/need to delay a process for even a single millisecond. But it is now supposedly possible with 4D v15+. Tim ************ Tim Nevels Innovative So

Re: Design Environment Jankyness in 15.2 Mac

2016-09-06 Thread Tim Nevels
ettings for Mouse would make this less of an issue. But I only notice these problem in 4D. I’ve come to the conclusion that it is just the result of old men with fat, sloppy fingers that is causing the problem. Of course… I could be wrong. :) Tim ***********

Re: Go watch Thomas Maul's presentation. Now.

2016-09-13 Thread Tim Nevels
$8,500 in 1991. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive:

RE: SFTP - Native to 4D?

2017-09-13 Thread Tim Nevels via 4D_Tech
-transfer/wsftp-client Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: htt

RE: Server Process "Frozen"-ish

2017-09-13 Thread Tim Nevels via 4D_Tech
ll want to be. It’s just going to take a few more years, if you want my honest opinion. Wow… this turned out to be a lot longer post than I expected. But it might be helpful to less experienced 4D developers. Tim ***

Re: Server Process "Frozen"-ish

2017-09-14 Thread Tim Nevels via 4D_Tech
this bug has been fixed. This could spread to others and give v16 a very bad name. Nobody wants that. Especially 4D Inc. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timne

Re: Server Process "Frozen"-ish

2017-09-15 Thread Tim Nevels via 4D_Tech
4D we need to look at”, I think you are expecting too much. Opening a tech support case for the bug is the first step in getting it worked on and fixed. Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.

Re: 4D v16.2 false record locks

2017-09-19 Thread Tim Nevels via 4D_Tech
list of locked record — I’m sure 4D Server keeps a list of this somewhere internally — and if it finds a locked record that is not linked to a currently connected user, it unlocks it. That would fix this issue and not require a 4D Server restart. Tim *********

Re: 4D v16 issues

2017-09-22 Thread Tim Nevels via 4D_Tech
nd too? Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://

Re: 4D v16 issues

2017-09-22 Thread Tim Nevels via 4D_Tech
his before. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: htt

Re: Making LOG EVENT thread-safe

2017-09-26 Thread Tim Nevels via 4D_Tech
e day. How do you handle the situation where the stand-alone log writer app crashes, is not running due to a machine restart, or for whatever reason goes deaf and stops responding to the HTTP calls? You certainly don’t want any possibility of losing some logging information. Tim ***

Re: [ANN] 4D Summit - Early Bird Registration Open

2017-09-26 Thread Tim Nevels via 4D_Tech
n’t that be nice? Wouldn’t that be unexpected? Wouldn’t that be a big deal? It’s so big that Laurent Ribardière himself will be there with JPR to talk about it. I don’t have any inside information. Nobody from 4D has told me anything. I’m just speculating.

Re: [ANN] 4D Summit - Early Bird Registration Open

2017-09-27 Thread Tim Nevels via 4D_Tech
ering team are building. > Just trust me, if you come to the Advanced Training day, you will not regret > every millisecond you will spend with us, for it will save you days (and > more) of programming. No question about it, I will definitely be there. Tim

RE: Love 4D's math interpretation...

2017-09-28 Thread Tim Nevels via 4D_Tech
umentation and it says nothing about math operators working differently in compiled and interpreted. http://doc.4d.com/4Dv16/4D/16.2/Operators.300-3433570.en.html You guys MUST must include this in the documentation. Tim ******** Tim Nevels Innovative

Re: 4D v16.2 false record locks

2017-10-03 Thread Tim Nevels via 4D_Tech
ed. That’s my opinion. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ:

Re: 4D v16.2 false record locks

2017-10-03 Thread Tim Nevels via 4D_Tech
cause we live and work in the real world. Tim **** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group

Re: 4D v16.2 false record locks

2017-10-03 Thread Tim Nevels via 4D_Tech
to agree with you. 4D Inc. sucks. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Arch

Re: What to do about users who won't follow instructions?

2017-10-04 Thread Tim Nevels via 4D_Tech
. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http:/

Re: 4D v16.2 false record locks

2017-10-06 Thread Tim Nevels via 4D_Tech
over and over again to keep writing to files does it work and there is no file lock issues? Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com ***

Re: NB: Pre-emptive mode hassle

2017-10-10 Thread Tim Nevels via 4D_Tech
much easier. And keep those summary long. They usually contain a lot of valuable information. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 timn

Re: NB: Pre-emptive mode hassle

2017-10-10 Thread Tim Nevels via 4D_Tech
seful new command I’ve found. And it works from any type of process. So super useful for interprocess communication. No more CALL PROCESS(-1) or using IP variables. Just CALL FORM($winRef_l;”methodName”;param1;param2;…). So clean and nice. Tim **

Re: NB: Pre-emptive mode hassle

2017-10-11 Thread Tim Nevels via 4D_Tech
ser interfaces to database solutions. I never realized you don’t care about UI stuff and actively avoid it. It explains a lot. You are a code monster and backend database monster. If 4D is not advancing the language and the database you think it is sitting still. Too bad they can’t see

Problem with ZINT Plugin

2017-10-12 Thread Tim Nevels via 4D_Tech
RRAY($optionNames_al;ZINT_NO_BACKGROUND) APPEND TO ARRAY($optionValues_at;"1") // get barcode image $image_c:=ZINT ($barcode_t;ZINT_Format_PNG;BARCODE_CODE128;$optionNames_al;$optionValues_at;$textData_t) Tim Ti

Re: Subrecords with subrecords

2017-10-13 Thread Tim Nevels via 4D_Tech
n the case where you need to fix something or write something new. Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

Re: Subrecords with subrecords

2017-10-13 Thread Tim Nevels via 4D_Tech
etails’SerialNumber:=[InventoryItem]SerialNumber) This is all just a hack to get you through a conversion process. Tim ******** Tim Nevels Innovative Solut

iPhone Panties

2017-10-13 Thread Tim Nevels via 4D_Tech
Something totally off topic, but made me laugh. My girlfriend sent me this picture: http://myweb.midco.net/~timnevels/iPhonePanties.png Tim Tim Nevels Innovative Solutions 785-749-3444 timnev...@mac.com

Re: iPhone Panties

2017-10-14 Thread Tim Nevels via 4D_Tech
future. iPhone Panties has got to be the ultimate gag gift for that special someone. Tim ******** Tim Nevels Innovative Solutions 785-749-3444 ti

Re: right click in text variable gets menu with cut copy paste

2017-10-14 Thread Tim Nevels via 4D_Tech
which is to support // Cut, Copy and Paste in the current object. // CREATED BY: Tim Nevels, Innovative Solutions ©2016 // DATE: 4/1/16 // LAST MODIFIED: // C_TEXT($1;$menuRef_t) C_TEXT($2;$methodName_t) If (Count p

Re: Anyone using 4D Write Pro with a semblance of success?

2017-10-16 Thread Tim Nevels via 4D_Tech
e the 4D Write code so we can run on version X.X of macOS or Windows. Anybody heard comments from Apple or Microsoft as to when they will kill support for 32bit applications? Tim ******** Tim Nevels Innova

Re: Problem with ZINT Plugin

2017-10-17 Thread Tim Nevels via 4D_Tech
> On Oct 17, 2017, at 2:00 PM, Keisuke Miyako wrote: > >> 2017/10/13 6:27、Tim Nevels via 4D_Tech <4d_tech@lists.4d.com> のメール: >> Does anyone see anything wrong with this code: >> $image_c:=ZINT >> ($barcode_t;ZINT_Format_PNG;BARCODE_CODE128;$optionNames_al;$o

Re: Problem with ZINT Plugin

2017-10-18 Thread Tim Nevels via 4D_Tech
ers are bitmap, not text. Now I understand. In our application we are only printing raw barcodes with no text below. So native PNG should work just fine. Tim ******** Tim Nevels Innovative Solutions 785-74

Re: Server Process "Frozen"-ish

2017-10-18 Thread Tim Nevels via 4D_Tech
than normal. So it misses the next 1 second interval. Could you change the interval to 5 seconds? Give it some “breathing room” to make sure it goes deeply asleep before it is awakened again. Tim *

Re: QUERY into variable vs. Records in Table

2017-10-19 Thread Tim Nevels via 4D_Tech
us all the time on the client side to setup the selection info and make the shadow copy of the current record. Everything is small bits of time, but they all add up when you do it thousands of times. Tim ************ Tim Nevels Innovative Solutions 785-749-3444

Re: v13 - Renaming a Directory via code.

2017-10-20 Thread Tim Nevels via 4D_Tech
= // PROJECT METHOD: RenameFolder // PARAMETERS: $0 = error message // $1 = path to folder // $2 = new folder name // DESCRIPTION: Renames a folder by calling the operating system // to do the work. If rename was successful return blank; otherwise // return err

  1   2   3   4   5   >