RE: Any way to detect change to 4D Write Pro orientation.

2018-06-25 Thread Piotr Chabot Stadhouders via 4D_Tech
Hi John, I am already using the 4D Write Pro toolbar, and I like it! It also has most things the user needs, and I am also able to modify and extend it. I can't wait for a new version to show up. However, as said, I am talking about programmatically setting defaults, because I don't think users

v13 - Konstant problem

2018-06-25 Thread Chip Scheide via 4D_Tech
I have been using 4DPOP constants editor to create Konstants for my system. One set of Konstants is: Main_Menu : 1 : Listing_Menu : 2 Entry_Menu : 3 Edit_Only_Menu : 4 in my start up code I have this line of code utl_menu_Set_Menu_Bar (Listing_Menu) The Konstant tokenizes, and in the debugger

Re: Server crash in MSVCR120.dll - help with debugging dump file

2018-06-25 Thread Benedict, Tom via 4D_Tech
Hi Adrian, >Recently we've had server crashes on two customer sites with our >application (built with 4D v15R5), and in both cases the Windows event >log is pointing the finger at MSCVR120.dll (version 12.0.21005.1), with >an exception code of 0xc409. >I have a Windows minidump file from one

RE: 4D Write, pictures in page, frozen document, to 4D Write Pro

2018-06-25 Thread Timothy Penner via 4D_Tech
John, if it is a frozen document (HIPPA protected) why is it being saved in a editable format at all? Why not just save the finalized/frozen document as a PDF and store it as a blob? -Tim ** 4D Internet Users Group (4D iNUG)

Server crash in MSVCR120.dll - help with debugging dump file

2018-06-25 Thread Adrian Boone via 4D_Tech
Hi all, Recently we've had server crashes on two customer sites with our application (built with 4D v15R5), and in both cases the Windows event log is pointing the finger at MSCVR120.dll (version 12.0.21005.1), with an exception code of 0xc409. I have a Windows minidump file from one of

RE: 4D Write, pictures in page, frozen document, to 4D Write Pro

2018-06-25 Thread Vance Villanueva via 4D_Tech
Hi John, What are the picture types stored in the blob field (as 4D Write)? Were they saved in Mac or Windows? Are you seeing this issue on both Mac and Windows? You mentioned: I could programmatically reinsert all the pictures found in the write document, but these documents are supposed to

Re: v13+ open multiple methods windows stacked

2018-06-25 Thread Chip Scheide via 4D_Tech
THANKS! On Mon, 25 Jun 2018 02:59:34 -0700 (MST), 4dialog via 4D_Tech wrote: > I use this Sort Windows method. > > > C_LONGINT($Start_Left;$Start_Top;$Left;$Top;$Right;$Bottom) > ARRAY LONGINT($VinduAr;0) > WINDOW LIST($VinduAr) > $Start_Left:=10 > $Start_Top:=80 // Leave enough room for the

Re: v13+ open multiple methods windows stacked

2018-06-25 Thread 4dialog via 4D_Tech
I use this Sort Windows method. C_LONGINT($Start_Left;$Start_Top;$Left;$Top;$Right;$Bottom) ARRAY LONGINT($VinduAr;0) WINDOW LIST($VinduAr) $Start_Left:=10 $Start_Top:=80 // Leave enough room for the Tool bar For ($i;1;Size of array($VinduAr)) If (Window kind($VinduAr{$i})#Modal dialo