"memModuleHeaderText": "'+\r\n' Copyright (c) 1994, dMax Creations\r\n' All rights reserved\r\n'\r\n'-",
"memFunctionHeaderText": "'+\r\n' <@> - <Short Procedure Description>\r\n'\r\n' Parameters:\r\n'\r\n' Description:\r\n'\r\n'\r\n' Copyright (c), 1994 dMax Creations\r\n' All rights reserved\r\n'\r\n'-\r\nDim stat As Integer\r\n\r\n On Error Goto <@>Error\r\n'\r\n'",
"memFunctionTrailerText": "'\r\n' Common Exit Point\r\n'\r\n<@>Exit:\r\n Exit Function\r\n'\r\n' Standard Error Handling\r\n'\r\n<@>Error:\r\n Select Case Err\r\n'\r\n Case Else\r\n stat = browser_MessageBox(browser_UNEXPECTED, browser_MB_STOP, True, \" <@> - \" & Str$(Err) & \", \" & Error)\r\n stat = browser_LogError(\"modBrowser\", \"<@>\", Err)\r\n Resume <@>Exit\r\n End Select",
"txtSubString": "<@>",
"ysnDontShowTabWarning": 1,
"memTabWarning": "The Code Builder Add-in requires the Tabbed dialog custom control (TAB.OCX). If the next screen is blank, or otherwise does not appear to work as expected, it means the custom control has not been installed on your system.\r\n\r\nTo install the Tabbed dialog control:\r\n\r\n- Copy TAB.OCX from the companion disk to your Windows\r\n system directory\r\n- Copy OC1016.DLL from the companion disk to your Windows\r\n system directory\r\n- Make sure the [Options] section of the Access initialization file,\r\n MSACC20.INI, contains the entry AllowCustomControls=1\r\n- From form design view, select Edit-Insert Object and click on\r\n the insert Control radio button\r\n- Click on Add Control and specify the location of TAB.OCX\r\n- Click on OK"