ユーザ用ツール

サイト用ツール


msaccess

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
次のリビジョン
前のリビジョン
msaccess [2020/11/03 22:14] – [レポートの印刷かプレビューを判定] nabezomsaccess [2020/11/08 14:49] (現在) nabezo
行 1: 行 1:
 ====== msaccess ====== ====== msaccess ======
-MicrosoftAccess+Microsoft Access 
 + 
 +===== パススルー ===== 
 +http://ast2001.blog107.fc2.com/blog-entry-23.html?sp 
  
 ===== レポートの印刷かプレビューを判定 ===== ===== レポートの印刷かプレビューを判定 =====
行 13: 行 17:
     Dim Http     Dim Http
     Dim buf As String     Dim buf As String
-    Dim targetURI As String +    Dim targetURI As String   
-     +  
   'POSTサンプル   'POSTサンプル
     targetURI = "http://sample.com/piyo.cgi"     targetURI = "http://sample.com/piyo.cgi"
行 24: 行 27:
     buf = StrConv(Http.ResponseBody, vbUnicode)     buf = StrConv(Http.ResponseBody, vbUnicode)
     Set Http = Nothing     Set Http = Nothing
- 
   'GETサンプル   'GETサンプル
     targetURI = "http://sample.com/piyo.cgi?id=" & text_id & "&pw=" & text_pw     targetURI = "http://sample.com/piyo.cgi?id=" & text_id & "&pw=" & text_pw
msaccess.1604409246.txt.gz · 最終更新: 2020/11/03 22:14 by nabezo