{"id":25,"date":"2007-12-10T12:51:54","date_gmt":"2007-12-10T03:51:54","guid":{"rendered":"http:\/\/knowhow.hirohiro716.com\/?p=25"},"modified":"2007-12-10T12:51:54","modified_gmt":"2007-12-10T03:51:54","slug":"ms-access%e3%81%aeshift%e3%82%ad%e3%83%bc%e6%8a%bc%e3%81%97%e3%81%aa%e3%81%8c%e3%82%89%e8%b5%b7%e5%8b%95%e3%82%92%e7%84%a1%e5%8a%b9%e3%81%ab","status":"publish","type":"post","link":"https:\/\/weblog.hirohiro716.com\/?p=25","title":{"rendered":"MS Access\u306eshift\u30ad\u30fc\u62bc\u3057\u306a\u304c\u3089\u8d77\u52d5\u3092\u7121\u52b9\u306b"},"content":{"rendered":"<pre class=\"brush: vb; title: ; notranslate\" title=\"\">\n&#039;Shift\u30ad\u30fc\u6709\u52b9\u7121\u52b9\u3092\u5207\u308a\u66ff\u3048\u308b\u95a2\u6570\nFunction ChangeProperty(strPropName As String, propType, propValue) As Integer\n    Dim dbs As Database, prp As Property\n    Const conPropNotFoundError = 3270\n    Set dbs = CurrentDb\n    dbs.Properties(propName) = propValue\n    ChangeProperty = True\nEnd Function\n\n&#039;Shift\u30ad\u30fc\u3092\u6709\u52b9\u306b\u3059\u308b\u5834\u5408\nChangeProperty &quot;AllowBypassKey&quot;, dbBoolean, True\n\n&#039;Shift\u30ad\u30fc\u3092\u7121\u52b9\u306b\u3059\u308b\u5834\u5408\nChangeProperty &quot;AllowBypassKey&quot;, dbBoolean, False\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&#039;Shift\u30ad\u30fc\u6709\u52b9\u7121\u52b9\u3092\u5207\u308a\u66ff\u3048\u308b\u95a2\u6570 Function ChangeProperty(strPropName As String, propType, propValue) As Integer Dim d [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-25","post","type-post","status-publish","format-standard","hentry","category-vb-vba"],"views":2614,"_links":{"self":[{"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=\/wp\/v2\/posts\/25","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=25"}],"version-history":[{"count":0,"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=\/wp\/v2\/posts\/25\/revisions"}],"wp:attachment":[{"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=25"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=25"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/weblog.hirohiro716.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=25"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}