Re: CASE statement = True but it behaves as though it's False

2019-10-06 Thread Garri Ogata via 4D_Tech
Hi Pat, This should work and is possibly easier to fix or change. For style purposes I like using multi-line if I think something could grow more than 3 or using an array and then find in array to verify. I also want you to know that yes we are interested.  $t:="" //Only these columns are

Re: CASE statement = True but it behaves as though it's False

2019-10-06 Thread Garri Ogata via 4D_Tech
hmmm... now that I look at it you could also just do this //Only these columns are valid for override $bValidColumn:=(\ ($hbf="b") | \ ($hbf="f") | \ ($hbf="h") ) if ($bValidColumn) ptra2tCellStylesBody->{$row}{$ElementOrder}:=$t End if From: 4D_Tech

Re: post-icon conversion

2019-10-06 Thread Chip Scheide via 4D_Tech
you can apply the transparent option with having t convert from pict. just modify the code to run through all the library pictures with out regard to picture type > tom, > since i've already run the conversion, do i have to restore from a backup > to do it again? > i can't post images to the

Re: post-icon conversion

2019-10-06 Thread Mike Kerner via 4D_Tech
tom, since i've already run the conversion, do i have to restore from a backup to do it again? i can't post images to the nug, right? On Sat, Oct 5, 2019 at 10:46 PM Tom Benedict via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Mike, > > Here’s the method I use to convert the Picture Library. I