Title.PDF

Size: px
Start display at page:

Download "Title.PDF"

Transcription

1 WebServer Option Ver 2.0: IIS Web VisualBasic 6 MapExpert WebServer MetaWare Research

2 WebServer Option 2.0 WebServer Option 1.0 WebServer Option Ver 2.0 MapExpert Ver 4.45 MapExpert Ver 4.45 WebServer Session WebServer Ver 2.0 Web MapExpert Ver 4.45 Application.ServerLogin (Session, 0) Application.ServerLogout (Session, 0) Application.ServerCheckSession (Session, 0) Application.ServerOpenMapDB (Session, 1, mapdbname, carddbname) Application.ServerMapDB (Session, 1) Application.ServerMapDBImageToFile (Session, 1, x, y, WebFolder & "/images/" & pngfilename) Session.SessionID WebServer Ver 2.0 MapExpertVer4.45 Session 2001 MetaWare Research 1

3 MapExpert WebServer MapExpert/PRO MapExpert/SuperPRO, WebServer MapServer IIS (Web ) Web MapExpert MapServer MapExpert MapExpert WebServer MapExpert WebServer MapServer NT-Server 4.0 (SP4) WebServer IIS 4.0 (Internet Information Server) IIS Ver5.0 ASP IIS4 Windows IIS5.0 MapServer IIS MapExpert HTML MapExpert WebServerOption 2001 MetaWare Research 2

4 MapExpert PNG (Portable Network Graphic) Web Netscape Navigator 4.6 Microsoft Internet Explorer 4.0 PNG (Portable Network Graphic) MapServer MapExpert WebServer MapExpert MapExpert MapExpert IIS MapExpert MapExpert WebServer MapExpert WebServer WebServer MapExpert WebServer MapExpert WebServer MapExpert/PRO MapExpert WebServer 2001 MetaWare Research 3

5 Application.ActiveMapDB Application.ServerMapDB( ) MapExpert WebServer MapExpert IIS MapExpert 2001 MetaWare Research 4

6 MapServer MapServer MapServer IIS IIS MapServer (MapExpert + WebServer ) MapServer NT4 ServicePack 4 IIS 4.0 Windows2000 IIS 5.0 IIS 5.0 IIS5.0 Windows Windows NT 4.0 Server, Windows 2000 Professional, Windows 2000 Server VisualBasic 6.0 VisualBasic 6.0 Windows 2000 Professional, Windows 2000 Server ASP VBScript Windows IIS MapServer MapServer ASP *.DLL MapExpert MapExpert C: MAPEX32 MapServer MapExpert DB MapServer MapServer Runtime Setup.EXE MapServer C: MAPEX32 WEBAPP *.ASA, *.ASP *.DLL ASP 2001 MetaWare Research 5

7 MapServer ASP global.asa mapex.dll VB WebClass Global.asa Web C:/MAPEX32/WEBAPP Application("folder") = "c:/mapex32/webapp" MapExpert C:/mapex32/webapp/images VB6 WebClass MSWCRJP.DLL, MSWCRUN.DLL, VB6JP.DLL Windows MapServer URL Web Web C: MAPEX32 WEBAPP Windows mapserver 2001 MetaWare Research 6

8 MapServer C: mapex32 webapp ActiveX.DLL EXE CGI 2001 MetaWare Research 7

9 MapServer MapExpert Web MapServer MapServer MapServer 2001 MetaWare Research 8

10 MapServer MapServer MapExpert MapExpert MapExpert Login Logout MapExpert MapExpert WebServer Login Web Logout Logout Web Logout Logout PNG MapServer 2001 MetaWare Research 9

11 MapServer MapServer images png MapServer MapServer MapServer MapServer IIS MapExpert MapExpert IIS MAPEX32.exe MapExpert World Wide Web IIS MapExpert MAPEX32.EXE World Wide Web MapServer MapExpert 2001 MetaWare Research 10

12 MapServer MapServer MapServer MapServer ASP (ActiveServerPage) VBScript VisualBasic6 WebClass VisualBasic 6 WebClass IIS ASP (Active Server Pages) VBScript VB6 WebClass VB6 VBScript ASP VisualBasic VisualBasic MapExpert ActiveX API HTML VBScript WebClass VB ActiveX DLL VB ASP VB6 MapServer WebSource.exe C:/MAPEX32/WebSrc GLOBAL.ASA Application("folder") = "c:/mapex32/websrc" Project1.Vbp 2001 MetaWare Research 11

13 MapServer mapex123 MapExpert mapex123 mapex123 NT, Win2000 Administrator mapex123 VB6 MapServer MapServer MapServer global.asa Application_OnStart 2001 MetaWare Research 12

14 MapServer Sub Application_OnStart On Error Resume Next ' ' Web ' MapExpert API Application("folder") = "d:/inetpub/wwwroot/mapsvr" ' VB 'MapExpert 0 Application("debug") = 0 Application("count") = 0 ' Application.Lock if (Application("debug") = 0) then Dim mapex ' MapExpert Set mapex = Server.CreateObject("MapExpert32.Application") if (mapex is Nothing) Then ' Else Dim ret ret = mapex.serverinitialize(application("folder")) If (ret <> 0) Then End If End If Set Application("mapex") = mapex Else Set Application("mapex") = Nothing End if Application.UnLock End Sub Application_OnStart VBScript MapExpert Server.CreateObject IIS Web MapExpert MapExpert ServerInitialize( ) MapExpert ServerInitialize WebServer VB MsgBox VBScript MapExpert Application( folder ) Application ( folder ) Web 2001 MetaWare Research 13

15 MapServer Sub Application_OnEnd ' IIS Dim mapex Set mapex = Application("mapex") Application.Lock ' MapExpert if (Not (mapex is Nothing)) Then call mapex.quit Set Application("mapex") = Nothing End if Application.UnLock End Sub MapServer WebServer Application_OnEnd MapServer MapExpert Application_OnStart Application_OnEnd MapServer Session VBScript Session Sub Session_OnStart On Error Resume Next ' Session.Timeout = 20 Application.Lock count = Application("count") Application("count") = count + 1 count = Application("total") Application("total") = count + 1 End Sub Application.UnLock Application( count ) Application( total ) Session.Timeout 2001 MetaWare Research 14

16 MapServer Session.Timeout Timeout MapExpert Sub Session_OnEnd On Error Resume Next ' Dim count Dim mapex Dim ret Application.Lock Set mapex = Application( mapex ) ret = mapex.serverlogout (Session, 0) MapServer 2.. count = Application("count") Application("count") = count - 1 End Sub Application.UnLock MapServer Application( count ) WebClass Session WebClass Session IIS WebClass Session WebClass VB6 statemanagement wcnostate wcretaininstance MapServer wcretaininstance wcretaininstance WebClass Session URL *.ASP WebClass HTML Session WebClass wcretaininstace WebClass WebClass_Initialize WebClass_Start WebClass_BeginRequest WebClass_EndRequest WebClass_Terminate WebClass_FatalErrorResponse WebClass HTML WebClass WebClass WebClass_Initialize WebClass_Start WebClass_BeginRequest WebClass_EndRequest 2001 MetaWare Research 15

17 MapServer WebClass MapFirstPage HTML MapPage_Respond MapPage_Respond 2001 MetaWare Research 16

18 MapServer WebClass MapServer Cookie WebClass Session Session Cookie Cookie WebClass Cookie Off Cookie ErrorMessageCookie Session (Logout) MapServer Timeout ErrorMessageTimeOut MapServer ErrorMessageLicenseOver URL Cookie Cookie URL MapServer Lock / Unlock MapServer MapExpert IIS Session Lock / Unlock MapExpert MapExpert_Lock, MapExpert_UnLock MapExpert MapExpert 2001 MetaWare Research 17

19 MapServer MapServer HTML MapServer MapExpert global.asa Application("debug") = 1 IE MapExpert_Lock #Const CompileVersion MapExpert_Lock IIS MapExpert MapExpert global.asa Application("debug") = 0 MapExpert IIS OS mapexsrv.asp mapex.dll DLL '#Const CompileVersion = 1 MapExpert_Lock, MapExpert_UnLock DLL IIS MapExpert DLL IIS NT DLL DLL VB6 VB6 Web 2001 MetaWare Research 18

20 WebServer WebServer WebServer MapExpert IIS WebServer WebServer MapExpert Application.ServerInitialize WebServer MapExpert/PRO Web WebServer DB API DB WebServer MapExpert Application.ActiveMapDB WebServer Nothing WebServer DB DB 2 WebServer Application.ServerInitialize (localpath) WebServer Application.ServerLogin (Session, 0) Application.ServerLogout (Session, 0) Application.ServerCheckSession (Session, 0) WebServer Ver 2 Session ServerCheckSession Session Application.ServerSideScreenSize (x, y) 800 x 600 x, y Application.ServerOpenMapDB (Session, 1, mapdbname, carddbname) DB DB 2001 MetaWare Research 19

21 WebServer ServerOpenMapDB API DB DB DB Applicatoin ServerCloseMapDB Application.ServerMapDB (Session, 1) DB Application.ActiveMapDB WebServer Application.ActiveMapDB Application.ServerMapDBImageToFile (Session, 1, x, y, WebFolder & "/images/" & pngfilename) Application.ServerWorkArea ( Z: ) RamDisk Z: MapExpert Ve r.4.11 RamDisk Windows 2000 RamDisk 3 Application.ServerMapDBImageToFile ( ) API HTML MapExpert ' Call MapExpert_Lock ' MapExpert Call gmapexpert.servermapdb(session, Session("map")).ServerRedraw ' ret = gmapexpert.servermapdb(session, Session("map")). _ DrawIcon(keido, ido, iconid, s, 1, 255, 255, 255) ' ret = gmapexpert.servermapdb(session, Session("map")). _ DrawText(keido, ido, 0, 0, 12, 1, 16 / s, 0, 1, string, 0, 0, 255) ' et = gmapexpert.servermapdbimagetofile(session, Session("map"), gmapxsize, gmapysize, pngfilename) ' ret = gmapexpert.servermapdb(session, Session("map")).GetWindowCenter(name, x, y) 'ret = MapExpert.ServerMapDB(Session, 1).MapToGlobalPos(MapName, x, y, keido, ido) Call MapExpert_UnLock 2001 MetaWare Research 20

22 WebServer ServerMapDBImageToFile ( ) ServerMapDB (, ).ServerRedraw ServerRedraw ServerMapDBImageToFile WebServer DrawIcon, DrawText ServerMapDB (Session, 1) DrawIcon (keido As Double, ido As Double, iconid As Long, iconscale As Intenger, framesize As Integer, red As Integer, green As Integer, blue As Integer) Keido, ido IconID IconScale 2 FrameSize, red, green, blue (iconid) MapExpert MapExpert, C: mapex32 icons system.tab System.tab DrawText (keido As Double, ido As Double, fonttype As Integer, fontstyle As Integer, fontsize As Integer, place As Integer, offset As Integer, tateflag As Integer, fillflag As Integer, string As String, red As Integer, green As Integer, blue As Integer) Keido, ido IconID IconScale 2 FrameSize, red, green, blue DrawPoints (points As Variant, pointnum As Long, radius As Integer, fillflag As Integer, shape As Integer, red As Integer, green As Integer, blue As Integer) Points Variant PointNum Points Radius FillFlag Shape Red, green, blue Dim Points(100, 2) As Double ' Dim vpoint As Variant Points(1,1) = Points(1,2) = : Points(10,1) = Points(10,2) = MetaWare Research 21

23 WebServer vpoint = Points ret = gmapexpert.servermapdb(session, 1).DrawPoints(vpoints, 10, 5, 0, 255,255,255) DrawLine (points As Variant, pointnum As Long, linetype As Integer, closeflag As Integer, patterntype As Integer, red As Integer, green As Integer, blue As Integer) Points Variant PointNum Points linetype closeflag 0 patterntype Red, green, blue 2001 MetaWare Research 22

24 MapExpert 2001 MetaWare Research 23

Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8

Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3. Form Cookie...6 2.4....7 2.5. HTTP...7 3. STEPS Web...8 3.1....8 2001/1/11 Web Simplified Techniques for Econometric Plannings & Simulations for WWW Fujiwara Takamichi 97-5075 N-23 Web...1 1....2 1.1....2 1.2....3 1.3. STEPS...4 2. Web...5 2.1. Web...5 2.2....5 2.3.

More information

C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_

C++ ++ Wago_io.dll DLLDynamicLinkLibrary Microsoft VisualBasic Visual C Wago_io.dll Wago_io.dll Wago_io.dll WAGO_OpenCommPort WAGO_CloseCommPort WAGO_ Ethernet, CDROM DLL Setupexe Setup.exe WAGOIO Wago_io wago2002 WAGO_IO DLL WAGO_IO.DLL Windows Windows System32 Wago_io.dll Program Files Wago_io Wago_io Readme.txt C Sample.exe Wago_dll.h C Config.def

More information

untitled

untitled Web Ver3 2005 7 1. Web...1 2. Web...2 3. Web...3 4....5 5. ActiveX...9 6. Java...11 7. Netscape Plug-in... 15 8. COM... 19 9. Web API... 20 10.... 21 1. Web for WindowsCSV HTML 1 2. Web Web Web / for WindowsHTML

More information

CSV ToDo ToDo

CSV ToDo ToDo intra-mart ver4.0 2003/05/02 1. ( 10 imode ConceptBase imode CSV ToDo ToDo 2. intra-mart ver4.0 Java Sun JDK1.3.1 WebServerConnector Java DDL intra-mart intra-mart Java OS (1 Web Web intra-mart 2 Sun ONE

More information

ホームページ (URL) を開く 閉じる 益永八尋 VBA からホームページを開いたり 閉じたりします ホームページを開くはシート名 HP_Open で操作し ホームページを閉じるはシート名 "HP_Close" で操作します ホームページを開く方法はいくつかありますがここでは 1 例のみを表示します なお これは Web から入手したサンプルプログラムから使い勝手が良いように修正 追加したものです

More information

eDeveloper

eDeveloper Microsoft Windows Vista TM Magic edeveloper V9 Plus Microsoft Windows Vista 1 MSE Magic Software Enterprises Ltd. MSJ Magic Software Japan K.K. MSE MSJ MSE MSJ MSE MSJ MSE MSJ MSE MSJ MSE MSJ Microsoft

More information

untitled

untitled -1 - -2 - -3 - -4- -5 - -6 - -7- -8 - -9 - - 10 - -11 - - 12 - - 13 - - 14 - Microsoft, Windows, Windows NT, Office, Microsoft Outlook, Internet Explorer, MSN, Microsoft Corporation Netscape, Netscape

More information

Windowsクライアント管理の重要性と 工数削減のテクニック

Windowsクライアント管理の重要性と 工数削減のテクニック Windows Windows 16bit Windows OS FAT Windows 95 Windows 98 Windows 98 SE Windows Me 32bit Windows OS NTFS Windows NT Windows 2000 Windows XP Professional Windows 9x Me ESC Windows 9x Me GP ACL Windows

More information

JavaとVisual Basicを使ったWebサービスの実装

JavaとVisual Basicを使ったWebサービスの実装 JavaVisual Basic Web moto@sag.hitachi-sk.co.jp http://www.hitachi-sk.co.jp/ Web? Web Web Web Web Web Web SOAP Web Web Web SOAP MicrosoftIBM Web Web SOAP, UDDI, WSDL EJB Java Java Java Assam Commerce Server

More information

1.5 1...1 1.1... 1 1.2... 1 2... 2 2.1... 2 2.2 DB... 2 3... 3 3.1... 3 3.2... 3 4 DB... 4 4.1... 4 4.2... 6 4.3... 7 4.3.1.... 7 4.3.2.... 7 4.3.3.... 9 4.3.4.... 10 4.3.5.... 12 4.3.6.... 13 4.3.7....

More information

intra-mart Web for SellSide ver /03/31 Oracle MS-SQL Server IBM DB2 MS-SQL Server IBM DB2 Client Side JavaScript Server Side JavaScript URL -

intra-mart Web for SellSide ver /03/31 Oracle MS-SQL Server IBM DB2 MS-SQL Server IBM DB2 Client Side JavaScript Server Side JavaScript URL - intra-mart Web for SellSide ver3.1.0 2002/03/31 Oracle MS-SQL Server IBM DB2 MS-SQL Server IBM DB2 Client Side JavaScript Server Side JavaScript URL - intra-mart intra-mart intra-mart - 1 - intra-mart

More information

94 expression True False expression FalseMSDN IsNumber WorksheetFunctionIsNumberexpression expression True Office support.office.com/ja-jp/ S

94 expression True False expression FalseMSDN IsNumber WorksheetFunctionIsNumberexpression expression True Office   support.office.com/ja-jp/ S Excel VBA a Excel VBA VBA IsNumeric IsNumber SpecialCells SpecialCells MSDNMicrosoft Developer NetworkIsNumeric IsNumber SpecialCells IsNumeric VBA IsNumericexpression SpecialCells 94 expression True False

More information

CommandMatrix_8230E

CommandMatrix_8230E 4. USB 4. USB 4.1 USB2.0 Full Speed USB (Universal Serial Bus) USB 4.2 USB : USB2.0 Full Speed : USB B : A112010 USB(A) -USB B 1 m ID: MYID 1 127 : : ASCII : ASCII : ADC USB 4.3 USB 4.3.1 ADC USB ADC USB

More information

受動的攻撃について

受動的攻撃について 1 Microsoft Internet Explorer 5.01 and Access 2000 VBA Code Execution Vulnerability Eiji James Yoshida zaddik@geocities.co.jp penetration technique research site http://www.geocities.co.jp/siliconvalley/1667/index.htm

More information

Windows Web Windows Windows WinSock

Windows Web Windows Windows WinSock Windows kaneko@ipl.t.u-tokyo.ac.jp tutimura@mist.t.u-tokyo.ac.jp 2002 12 4 8 Windows Web Windows Windows WinSock UNIX Microsoft Windows Windows Windows Windows Windows.NET Windows 95 DOS Win3.1(Win16API)

More information

InterSafe Personal_v2.3 ユーザーズガイド_初版

InterSafe Personal_v2.3 ユーザーズガイド_初版 InterSafe Personal v2.3 1. 3 1-1. 4 1-2. 5 InterSafe Personal 5 1-3. InterSafe Personal 6 6 7 8 2. 9 2-1. 10 2-2. 14 2-3. 17 17 17 2 18 19 21 3. 22 3-1. 23 23 3-2. [ ] 24 [ ] 24 [ ] 24 3-3. [ ] 25 [ ]

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. Bento FileMaker, Inc. FileMaker

More information

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド

EPSON Offirio SynergyWare PrintDirector 取扱説明書 導入ガイド Offirio SynergyWare PrintDirector K L Microsoft WindowsNT Operating System Version4.0 Microsoft Windows 2000 Operating System Microsoft Windows Server 2003, Standard Edition Microsoft Windows Server 2003,

More information

石井.PDF

石井.PDF 1 2 5 11 15 20 2 copyright copyright 17 18 3 18 19 2 10 4 5 50 50 WIPO 17 15 6 1995 CD PC PP 7 CD 59 CD CD 8 9 10 11 12 20 13 14 WWWWorld Wide Web 15 WWW Netscape Navigator Internet Explorer Web 16 17

More information

ii

ii Excel VBA VBA 2002 ii CONTENTS 1 2 3 4 5 6 7 8 9 10 1 2 2 EXVBA2_2002 1-2 1-2.xls 12 Sub () Dim FstValue(6) As Integer Dim NextValue(6) As Integer Dim TtlValue(6) As Integer Dim i As Integer Set WS =

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

オンラインによる 「電子申告・納税等開始(変更等)届出書」 提出方法

オンラインによる 「電子申告・納税等開始(変更等)届出書」 提出方法 18 2 1 OS 2 OS WWW OS Windows 2000 Professional Windows XP (Home Edition) Windows XP (Professional Edition) WWW Microsoft Internet Explorer 6.0 Windows 98 Windows Me WindowsNT OS e-tax 3 Internet Explorer

More information

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV

10/ / /30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20 6. http, CGI Perl 11/27 7. ( ) Perl 12/ 4 8. Windows Winsock 12/11 9. JAV tutimura@mist.i.u-tokyo.ac.jp kaneko@ipl.t.u-tokyo.ac.jp http://www.misojiro.t.u-tokyo.ac.jp/ tutimura/sem3/ 2002 11 20 p.1/34 10/16 1. 10/23 2. 10/30 3. ( ) 11/ 6 4. UNIX + C socket 11/13 5. ( ) C 11/20

More information

untitled

untitled Visual Basic.NET 1 ... P.3 Visual Studio.NET... P.4 2-1 Visual Studio.NET... P.4 2-2... P.5 2-3... P.6 2-4 VS.NET(VB.NET)... P.9 2-5.NET... P.9 2-6 MSDN... P.11 Visual Basic.NET... P.12 3-1 Visual Basic.NET...

More information

1...1 2...2 2.1...2 2.2...2 2.3...2 3...4 3.1...4 3.1.1...4 3.1.2...6 4...8 4.1...9 4.2...10 4.3...11 4.3.1 W32/Lovsan.worm.gen...13 4.3.2 W32/Lovsan.worm.a...17 4.3.3 W32/Lovsan.worm.e...20 4.3.4 W32/Nachi.worm...23

More information

fiš„v3.dvi

fiš„v3.dvi (2001) 49 2 261 275 Web 1 1 2001 2 21 2001 4 26 Windows OS Web Windows OS, DELPHI, 1. Windows OS. DELPHI Web DELPHI ALGOL PASCAL VISUAL BASIC C++ JAVA DELPHI Windows OS Linux OS KyLix Mac OS (ver 10) JAVA

More information

My関数の作成演習問題集

My関数の作成演習問題集 Excel Sum,Average,Max 330 BMI Excel My Excel VBA Visual BASIC Editor AltF11 Visual BASIC Editor My Function Function -1- Function ( As Single, As Single) As Double Function Funciton Funciton As Single

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 11 2004-2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. FileMaker, Inc. FileMaker FileMaker,

More information

1. 入力画面

1. 入力画面 指定した時刻に指定したマクロ (VBA) を実行するプログラム (VBA) 益永八尋 様々な業務を行っている場合には 指定した時刻に指定したマクロ (Macro VBA) を実行したくなる場合がある たとえば 9:00 17: 00 や 1 時間 6 時間間隔に指定したマクロ (Macro VBA) を実行する この様な場合に対応できるように汎用性の高いプログラムを作成した この場合に注意する必要があるのは

More information

P X-M PowerChute Business Edition v7.0.5 Basic 84 E

P X-M PowerChute Business Edition v7.0.5 Basic 84 E P-2416-211X-M 04-00 PowerChute Business Edition v7.0.5 Basic 84 E PowerChute Business Edition v7.0.5 Basic P-2416-211X-M 04-00 PowerChute Business Edition v7.0.5 Basic PowerChute Business Edition v7.0.5

More information

untitled

untitled FeliSafe for Windows Ver.2.02 11 2012 1 11 Yutaka Electric Mfg.Co.,Ltd. Windows NT / 2000 / XP / 2003 / Vista / 2008 / 7Windows 95 / 98 / 98SE / ME Microsoft Corporation FeliSafe 1. 2. 3. 4. 5. 6. ...

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Copyright 2000-2011 SEIKO EPSON CORPORATION 1...1 1.1...1 1.2...1 1.3...2 2...4

More information

FileMaker Server Getting Started Guide

FileMaker Server Getting Started Guide FileMaker Server 13 2007-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

Systemwalker Desktop Patrol V15 資産管理集計機能 説明書

Systemwalker Desktop Patrol V15 資産管理集計機能 説明書 Systemwalker Desktop Patrol V15 20147 1... 3... 5... 10... 37... 41... 53 2... 62... 64... 65... 73 Systemwalker Desktop Patrol PC Life Cycle ManagementLCM PC OS PC OS PC PC PC PC Systemwalker Desktop

More information

橡vb_kikai0.PDF

橡vb_kikai0.PDF Visual Basic OS Windows Visual Basic GPIBRS232C A/D Visual Basic Windows Visual Basic Visual Basic Visual Basic Visual Basic Windows GUI( ) OS Visual Basic Form Form 1 Visual Basic Microsoft Visual Basic

More information

BASICとVisual Basic

BASICとVisual Basic Visual Basic BASIC Visual Basic BASICBeginner's All purpose Symbolic Instruction Code Visual Basic Windows BASIC BASIC Visual Basic Visual Basic End Sub .Visual Basic Visual Basic VB 1-1.Visual Basic

More information

intra-mart ver /10/31 1. / intra-mart 3.2 AND intra-mart (JavaMail ) ( )

intra-mart ver /10/31 1. / intra-mart 3.2 AND intra-mart (JavaMail ) ( ) intra-mart ver3.2 2002/10/31 1. / intra-mart 3.2 AND intra-mart (JavaMail ) (2002 3 ) 2. intra-mart ver3.2 intra-mart ver3.2 BMv3.2 intra-mart ver3.2 Java Sun JRE1.3.1(J2EE JDK1.3.1) Web Web intra-mart

More information

untitled

untitled 1 All Rights Reserved,Copyright C (2000-2008) e-marketplace A HA e-ingbiz.com All Rights Reserved,Copyright C (2000-2008) 2 ( 3 All Rights Reserved,Copyright C (2000-2008) EXCEL BU EXCEL All Rights Reserved,Copyright

More information

2 2 2 6 9 9 10 14 18 19 21 22 22 Java 23 24 25 25 26 30 31 32 39 46 53 55 58 2 2.0 2.0R Ver.2.0R Java Java 2.0 2.0R 2.0R 2.0 Ver2.0 2.0R Ver2.0R 19 Sun Sun Microsystems Java Java Sun Microsystems, Inc.

More information

ユレシス社アプリケ-ション

ユレシス社アプリケ-ション 1-1. EURESYS Solutions evision Multicam Driver Euresys Solutions2004/1 CD Picolo Multicam Driver evision Studio/ evaluter Euresys Solutions2006/1 CD Multicam for Picolo Driver CD 3.8.3 Multicam for Picolo

More information

インストールマニュアル

インストールマニュアル EPSON OPOS ADK (1) (2) (3) (4) (5) (3) Microsoft Windows Windows Vista Windows Server Visual Basic Visual C++ EPSON ESC/POS Bluetooth Bluetooth SIG,Inc. Copyright 2000-2017 Seiko Epson Corporation 1...1

More information

Windows2000 Edge Components V Edge Components V Java Edge Components

Windows2000 Edge Components V Edge Components V Java Edge Components WebSphere Application Server V5.1 Edge Components V5.1 / CBR Method Ver. 1.0 - Windows 2000 - 1.... 3 2. Windows2000 Edge Components V5.1... 4 2.1.... 4 2.2.... 4 3. Edge Components V5.1... 5 3.1.... 5

More information

HTML Flash Alt 2

HTML Flash Alt 2 1 HTML Flash Alt 2 [ ] [ ] HTML CSS [ ] 3 1 BGM 4 TAB IT 5 Ver1.0 HTML HTML HTML HTML URL HTML HTML.HTML.HTM 6 HTML h1 h6 *1 HTML title *1 7 HTML img ALT *1 *1 ALT HTML img ALT ALT img ALT ALT * - ALT

More information

( ) ID - 2 -

( ) ID - 2 - intra-mart Web for BuySide ver3.1 2002/11/29 1. Web ver3.1 ver3.2 ver3.1 ver3.2 ver3.2 ) Ver2.2 ( ) CD - 1 - 2.2 3.1 2.2 3.1 2.2 3.1 ( ) ID - 2 - 2.2 3.1 v2.2 00:00:00 2.2 ( ) - 3 - 2. intra-mart Web for

More information

B 5 (2) VBA R / B 5 ( ) / 34

B 5 (2) VBA R / B 5 ( ) / 34 B 5 (2) VBAR / B 5 (2014 11 17 ) / 34 VBA VBA (Visual Basic for Applications) Visual Basic VBAVisual Basic Visual BasicC B 5 (2014 11 17 ) 1 / 34 VBA 2 Excel.xlsm 01 Sub test() 02 Dim tmp As Double 03

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

NetIQ White Paper

NetIQ White Paper Contents 1... 1 2... 2 3... 6 AppManager 3.4J 4.0J 4... 9 5 Web... 11 6... 12 7... 13 Appendix SQL Server 21 1.1 March 25, 2002 1 NetIQ AppManager 3.4J AppManager 4.0J AppManager 1.1 AppManager3.4J 4.0J

More information

SmartLMSユーザーズガイド<講師編>

SmartLMSユーザーズガイド<講師編> SmartLearning Management System SmartLMS (1) (2) (3) (4) (3) (5) Microsoft MS PowerPoint DirectX Windows Windows NT Windows Media Microsoft Corporation Intel Pentium Intel Corporation NEC 2003-2004 NEC

More information

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要 Oracle Application Server 10g Release 3 10.1.3 Oracle HTTP Server Oracle 2005 12 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 3 Oracle HTTP Server... 4 Apache : HTTP v1.1... 4 Apache 2.0...

More information

インストール取扱説明書

インストール取扱説明書 Kabayaki for Windows version 1.2.1 2 Kabayaki for Windows 7 13 13... 15 19 19 Kabayaki for Windows... 21 Kabayaki,... 21 ActivePerl... 22 Apache HTTP Server... 23 (IIS)... 23 Windows NT 4.0... 24 Windows

More information

biz-Stream v4 各種機能別動作環境一覧表

biz-Stream v4 各種機能別動作環境一覧表 biz-stream v4 各 種 機 能 別 動 作 環 境 一 覧 表 2016 年 3 月 ライブラリ および COMサーバ 1 4.0.0 4.1.0 4.1.1 4.1.3 0 Java 環 境 JDK/JRE 1.2.2 以 上 (JDK/JRE 1.4.2 以 上 推 奨 ) サウンド 機 能 を 利 用 する 場 合 はJDK/JRE 1.3.1 以 上 JDK/JRE 1.4.2

More information

橡Win31だけでも公開講座テキスト

橡Win31だけでも公開講座テキスト Windows3.1 (Windows) Windows Windows Windows Windows Windows Netscape Navigator Windows 1 Windows 1 2-1 2 2-2 2 2-3 3 2-4 3 (1)TAB (2) 2-5 4 2-6 4 2-7 5 1-1Windows 5 3-1 6 3-2 6 (1) (2) (3) (F) (4) (E)

More information

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window

H H H H H H H H Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Window H14.8.1 H15.9.15 H16.4.1 H19.7.1 H20.7.1 H20.12.1 H21.5.1 H22.4.1 Windows IC USB WindowsXP+FZ1360 WindowsXP+FZ1350 J2SE Runtime Environment 5.0 Windows98,Me Windows Vista FZ-1360 IC Windows 7 WindowsNT4.0

More information

コンピュータ概論

コンピュータ概論 5.1 VBA VBA Check Point 1. 2. 5.1.1 ( bug : ) (debug) On Error On Error On Error GoTo line < line > 5.1.1 < line > Cells(i, j) i, j 5.1.1 MsgBox Err.Description Err1: GoTo 0 74 Visual Basic VBA VBA Project

More information

untitled

untitled ST0001-1- -2- -3- -4- BorderStyle ControlBox, MinButton, MaxButton True False True False Top Left Height,Width Caption Icon True/False -5- Basic Command1 Click MsgBox " " Command1 Click Command1 Click

More information

Install.PDF

Install.PDF Oracle OLAP Server R6.3 for Windows NT Oracle OLAP Server R6.3 for Sun SPARC Solaris 1 1. 4 1.1....4 1.2....4 2. Windows NT 5 2.1....5 2.1.1. ID... 5 2.1.2. (Windows NT )... 9 2.2....10 2.2.1. Oracle OLAP

More information

82801pdf.pqxp

82801pdf.pqxp PC Contents Chapter 1 PC / Chapter 2/ 1 2 SMS WAN BITS Chapter 3 SMS 2003 SMS SMS SMS 2003 2 6 8 9 9 10 11 12 13 14 16 17 17 18 19 19 20 20 21 22 24 24 25 25 26 26 27 28 PC PC PC PC PC IT 1 1 PC PC PC

More information

DTPer のスクリプトもくもく会スピンオフ! VBScript の概要 Excel VBA から InDesign を動かす お ~ まち

DTPer のスクリプトもくもく会スピンオフ! VBScript の概要 Excel VBA から InDesign を動かす お ~ まち DTPer のスクリプトもくもく会スピンオフ! VBScript の概要 Excel VBA から InDesign を動かす お ~ まち 自己紹介 世界で唯一の自動組版インストラクター職業訓練校のWebインストラクター活動拠点 :https://cs5.xyz イチからわかる! InDesign JavaScript 指南書 https://cs5.booth.pm/ DTPer のスクリプトもくもく会スピンオフ!

More information

AccessVBA−‹ŠpŁÒ-flO“Z

AccessVBA−‹ŠpŁÒ-flO“Z Microsoft Access 1 2 Private Sub After5days_Click( ) msg = Date + 5 MsgBox mag End Sub 3 Me.Filter = " =' " & Me! & "'" 4 5 Private Sub _Click() If IsNull(Me!) Then MsgBox " " Me!.SetFocus Me!.Dropdown

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション プロシージャ プロシージャの種類 Subプロシージャ Functionプロシージャ Propertyプロシージャ Sub プロシージャ Subステートメント~ステートメントで囲まれる 実行はするけど 値は返さない 途中で抜けたいときは Exit Sub を行なう Public Sub はマクロの実行候補に表示される Sub プロシージャの例 Public Sub TestSubProc() Call

More information

untitled

untitled IT IT IT IT 1 IT 2 Software as a Service (SaaS 3 ) IT SaaS 4 SaaS SaaS PC SaaS SaaS Web SaaS ID IT SaaS IT 1 2 3 Software as a Service ASP(Application Service Provider) SaaS 4 ASPIC SaaS SaaS SaaS SaaS

More information

untitled

untitled StiLL StiLL Excel VBA IT Excel2000 2003 StiLL StiLL! Excel2007 StiLL -- -- Excel!!!! DB CSV VBA VBA ' VBA Public Sub SampleProgramDAO1() Dim SheetName As String Dim strname As String SheetName = "Sheet2"

More information

D0090.PDF

D0090.PDF 400. 1 1 1 3 500g 180cm A A 0g 500g 500g 500g 0.2 0.3 cm 500g 1kg 12 2 4 2 1 2 1 500g 500g 500g 2 A FreeFall 2 VBEditor 1 1 Option Explicit Declare Sub Sleep Lib "kernel32" (ByVal dwmilliseconds As Long)

More information

Excel Excel Excel = Excel ( ) 1

Excel Excel Excel = Excel ( ) 1 10 VBA / 10 (2016 06 21 ) Excel Excel Excel 20132 20 = 1048576 Excel 201316 100 10 (2016 06 21 ) 1 Excel VBA Excel Excel 2 20 Excel QR Excel R QR QR BLASLAPACK 10 (2016 06 21 ) 2 VBA VBA (Visual Basic

More information

NetIQ White Paper

NetIQ White Paper Contents Contents... 1 APPMANAGER 4.3J... 1 1... 1 2.... 2 2.1...2 2.1.1...2 2.1.2...3 2.1.3...6 2.2...7 2.2.1...7 2.3...9 Appendix... 13 AppManager 2GB...13 MDAC...14 AppManager 4.3J 1.1 March 19, 2003

More information

untitled

untitled (Excel 2002) 1 2 3 4 D E (Q ) 10(R ) () 5 6 7 8 9 10 Microsoft,Windows,Windows NT, Microsoft Office,Microsoft Outlook,Internet Explorer,MSN Microsoft Corporation Netscape, Netscape Navigator, Netscape

More information

PowerPoint プレゼンテーション

PowerPoint プレゼンテーション 配列とコレクション 配列の使い方 固定配列 動的配列 コレクションの使い方 今日の目的 固定配列の宣言例 プロシージャレベル Dim arybuf(0 To 5) As Long モジュールレベル Private arybuf(0 To 5) As Long Public arybuf(0 To 5) As Long 固定配列の宣言例 プロシージャレベル Dim arybuf(0 To 5) As

More information

オンラインテスト

オンラインテスト 1. 2. JavaScript 3. Perl 4. CGI 1. WWW HTML WWW World Wide Web HTML Hyper Text Markup Language XML, XHTML Java (.java) JavaApplet (.class,.jar) JavaServlet (.jsp) JavaScript (.html) CGI (.cgi) SSI (.shtml)

More information

第3回_416.ppt

第3回_416.ppt 3 3 2010 4 IPA Web http://www.ipa.go.jp/security/awareness/vendor/programming Copyright 2010 IPA 1 3-1 3-1-1 SQL #1 3-1-2 SQL #2 3-1-3 3-1-4 3-2 3-2-1 #2 3-2-2 #1 3-2-3 HTTP 3-3 3-3-1 3-3-2 Copyright 2010

More information

D0120.PDF

D0120.PDF 12? 1940 Stanislaw Ulam John von Neumann Cellular Automaton 2 Cellular Automata 1 0 1 2 0 1 A 3 B 1 2 3 C 10 A B C 1 ExcelVBA 1 1 1 1 0 1 1 B7 BD7 road1 B8 BD31 board 0 Road1 50 board 0 1 0 1 Excel 2 2

More information

SOC Report

SOC Report VBScript エスケープ法について N T T コミュニケーションズ株式会社 IT マネジメントサービス事業部セキュリティオペレーションセンタ 2009 年 05 月 26 日 Ver. 1.0 1. 調査概要... 3 2. HTML 上の JAVASCRIPT のエスケープ法... 3 3. HTML 上の VBSCRIPT のエスケープ法... 4 3.1. VBSCRIPT での文字列リテラルに対してのエスケープの基本...

More information

Lesson 1 1 EXVBA2000 Lesson01 Lesson01.xls 2

Lesson 1 1 EXVBA2000 Lesson01 Lesson01.xls 2 Excel2000VBA L e a r n i n g S c h o o l 1 Lesson 1 1 EXVBA2000 Lesson01 Lesson01.xls 2 3 Module1:(General)- Public Sub () Dim WS As Object Dim DiffDate As Integer Dim MaxRows As Integer, CopyRows As Integer

More information

Flash Player ローカル設定マネージャー

Flash Player ローカル設定マネージャー ADOBE FLASH PLAYER http://help.adobe.com/ja_jp/legalnotices/index.html iii................................................................................................................. 1...........................................................................................................

More information

対応OS一覧表

対応OS一覧表 HULFT Manager for Windows (Ver.6.3.7) 2008 年 8 月 27 日現在 OS CPU 備考 Windows XP Home Edition Windows Server 2003, Standard Edition Windows Server 2003, Enterprise Edition Windows Server 2003 R2, Standard

More information

Step 1. Step 2. Step 3. Step 1. Step 2. Step 3. 1 2 3 ' Dim cn As New ADODB.Connection Dim rs As New ADODB.Recordset 'Connection 'Recordset ' cn.open "Driver={Microsoft Access Driver (*.mdb)};dbq=" &

More information

MicroGDS V

MicroGDS V MicroGDS V11.2 2012 1 1 MicroGDS V11.2 MicroGDS V11(SP1) 1. 2. API 1. SketchUp8 DXF/DWG DWG AutoCAD 2011 AutoCAD 2010 - SOLID 100% - AutoCAD2011 - - AutoCAD MicroGDS AutoCAD 90% 30% MicroGDS FABT30 DWG

More information

Microsoft PowerPoint - Visualプログラミング

Microsoft PowerPoint - Visualプログラミング 流れの制御構造 多方向分岐 プログラムの制御構造は下記の 6 つ (1) 連接 ( 連なり ) (2) 所定回数反復 ( 一定回数の繰り返し ) (3) 判断 ( 分かれ ) (4) 多方向分岐 (5) 前判定反復 (6) 後判定反復 上記以外は使ってはいけない. 141 if 文による多方向に分岐する処理 (1) Sub elseif2() Dim a As Integer a = Range("A1").Value

More information

ORCA (Online Research Control system Architecture)

ORCA (Online Research Control system Architecture) ORCA (Online Research Control system Architecture) ORCA Editor Ver.1.2 1 9 10 ORCA EDITOR 10 10 10 Java 10 11 ORCA Editor Setup 11 ORCA Editor 12 15 15 ORCA EDITOR 16 16 16 16 17 17 ORCA EDITOR 18 ORCA

More information

csv csv

csv csv 2009 1 9 2 1. 1 2. 2 2.1......................................... 2 2.2 csv.................................... 3 2.3 csv.................................. 3 3. 4 3.1.........................................

More information

2 X Y Y X θ 1,θ 2,... Y = f (X,θ 1,θ 2,...) θ k III 8 ( ) 1 / 39

2 X Y Y X θ 1,θ 2,... Y = f (X,θ 1,θ 2,...) θ k III 8 ( ) 1 / 39 III 8 (3) VBA, R / III 8 (2013 11 26 ) / 39 2 X Y Y X θ 1,θ 2,... Y = f (X,θ 1,θ 2,...) θ k III 8 (2013 11 26 ) 1 / 39 Y X 1, X 2,..., X n Y = f (X 1, X 2,..., X n,θ 1,θ 2,...) (y k, x k,1, x k,2,...)

More information

1 Web 1W e b Q Pay-easy 2 31 Web :00 315:00 15:00 315:00 Q 515:00 Q 9 30 Q :00 6:00 21:00 6:

1 Web 1W e b Q Pay-easy 2 31 Web :00 315:00 15:00 315:00 Q 515:00 Q 9 30 Q :00 6:00 21:00 6: 1 Web 1W e b109 00 19 00 Q Pay-easy 2 31 Web 10 10 10 15:00 315:00 15:00 315:00 Q 515:00 Q 9 30 Q 13 00 1 1 11 3 5 35 5 13 2:00 6:00 21:00 6:00 2 8 00 23 00 12/31 8 00 19 00 8 00 15 00 8 00 21 00 15 00

More information

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A

CAS Yale Open Source software Authentication Authorization (nu-cas) Backend Database Authentication Authorization to@math.nagoya-u.ac.jp, Powered by A Central Authentication System naito@math.nagoya-u.ac.jp to@math.nagoya-u.ac.jp, Powered by Adobe Reader & ipod Photo March 10, 2005 RIMS p. 1/55 CAS Yale Open Source software Authentication Authorization

More information

45 VBA Fortran, Pascal, C Windows OS Excel VBA Visual Basic Excel VBA VBA Visual Basic For Application Microsoft Office Office Excel VBA VBA Excel Acc

45 VBA Fortran, Pascal, C Windows OS Excel VBA Visual Basic Excel VBA VBA Visual Basic For Application Microsoft Office Office Excel VBA VBA Excel Acc \n Title 文 系 学 生 のための VBA プログラミング 教 育 についての 考 察 Author(s) 五 月 女, 仁 子 ; Soutome, Hiroko Citation 商 経 論 叢, 46(1): 45-60 Date 2010-10-31 Type Departmental Bulletin Paper Rights publisher KANAGAWA University

More information

スライド 1

スライド 1 b-pac 活用資料 Web アプリケーション編 ブラザー工業株式会社 2018 Brother Industries, Ltd. All Rights Reserved. 1 目的と対象者 目的 : Web からラベルを印刷するためのシステム構成とコーディング例を紹介します 対象者 : Web プログラミングに関する知識を有する開発者 2018 Brother Industries, Ltd. All

More information

簡単ViX講座

簡単ViX講座 Explorer HTML TWAIN WIA IE4 Windows Windows 2000/Me ViX ViX ViX OS GIF - 1 - ViX K_OKADA http://homepage1.nifty.com/k_okada/ 1 CD-ROM ViX ViX Lhasa Windows Lhasa ViX ViX ViX - 2 - ViX ViX OK ViX Lhasa

More information

D0020.PDF

D0020.PDF n 3 X n Y n = Z n 17 1995 300 n n 2 3 2 a b c c 2 a 2 b 2 600 2000 322 3 15 2 3 580 3 1 5 4 3 2 1 300 2 1 2 1 1 ExcelVBA 2 VBA 1 VBA 2 API Sleep ExcelVBA 2 100 60 80 50 ExcelVBA API Sleep 3 100 60 (80

More information

GPS携帯端末を用いた近隣バス停位置と

GPS携帯端末を用いた近隣バス停位置と GPS S003036 2004 2 13 ... 3... 4 2.1...4 2.2...5 2.3...6... 8 3.1 DBMS...8 3.1.1 DBMS...8 3.1.2...9 3.1.3...10 3.2 Web...10 3.2.1 Web...10 3.2.2 JDBC... 11 3.3...11 3.3.1 SQL... 11 3.3.2 Java...12 3.4...12

More information

devkit.book

devkit.book Bibliotheca21 Development Kit Version 2 3020-7-244 P-24D3-AC24 Bibliotheca21 Development Kit for ASP Version 2 02-00 OS Windows 2000 Windows Server 2003 Windows XP Microsoft Microsoft Corp. Microsoft Internet

More information

Moldplus_Server_4.12

Moldplus_Server_4.12 Moldplus Server 4.12 04.12.2008... 3 MOLDPLUS SERVER V4.12... 4 VERSION 4.12 WHAT S NEW...5... 7... 9... 15 A.WINDOWS VISTA WINDOWS XP SERVER... 15 B. WINDOWS VISTA... 18... 23 XML... 24... 27 1.1 MOLDPLUS

More information

PC Link Tool PC Link Tool PC Link Tool PC Link Tool

PC Link Tool PC Link Tool PC Link Tool PC Link Tool Ver. 1.04 ... 3 1.... 3 1.1. PC Link Tool... 3 1.2. PC Link Tool... 4 1.3.... 4 2.... 5 2.1.... 5 2.2. PC Link Tool... 6 2.3. PC Link Tool... 7 3....11 3.1.... 11 3.2.... 13 3.3.... 14 3.4.... 19 3.5....

More information

SANworks

SANworks 2002 1 15 1 2002 1 MA8000/EMA12000 RAID MA8000/EMA12000 SAN SAN SAN (HSG ) HSG80/60 SAN RAID Compaq Insight FRU Web 189715-001 GBIC-SW 1 (2m) 234457-B21 (5m) 234457-B22 (15m) GBIC-SW 1 380561-B21 (Fabric

More information

sinfI2005_VBA.doc

sinfI2005_VBA.doc sinfi2005_vba.doc MS-ExcelVBA 基礎 (Visual Basic for Application). 主な仕様一覧 () データ型 主なもの 型 型名 型宣言文字 長さ 内容 整数型 Integer % 2 バイト -32,768 32,767 長整数型 Long & 4 バイト -2,47,483,648 2,47,483,647 単精度浮動小数点数 Single 型!

More information

Ver.2.00

Ver.2.00 Ver.2.00 ... 3 1.... 3 1.1. PC Link Tool... 3 1.2. PC Link Tool... 4 1.3.... 4 2.... 5 2.1.... 5 2.2. PC Link Tool... 6 2.3. PC Link Tool... 7 3.... 12 3.1.... 12 3.2.... 14 3.3.... 15 3.4.... 20 3.5....

More information

16 3 1....1 2....3 3....5 4....6 1....7 2....8 3....11 4....13 1....15 2....17 PRTR...20...23...30...35 1. 1 2 2. / / 29 / / 29 29 3 PRTR () () 29 29 * 29 4 3. 4 1 6 30 (1) 35 13 (2) 14 (3) PRTR 23 ID

More information

I

I SR-SaaS I. - 1 - 1. 1-1) URL 1-2) ID SAAS - 2 - 1-3) - 3 - 2. 2-1) RemoteApp SR-SaaS 2-2) RemoteApp 2-3) : SAAS SSZK9999 ID SAAS OK - 4 - 2-4) RemoteApp 2-5) SR-SaaS - 5 - II. Windows - 6 - 1. Windows

More information

untitled

untitled 1522800T-B FeliSafe /Lite NW Ver.5.0 2 2010 7 8 Yutaka Electric Mfg.Co.,Ltd. Windows NT / 2000 / XP / 2003 / Vista / 2008 / 7 Windows 95 / 98 / 98SE / ME Microsoft Corporation FeliSafe 1. 2. 3. 4. 5. 6.

More information

NW-E062 / E063 / E062K/ E063K

NW-E062 / E063 / E062K/ E063K / FM / 112 NW-E062 / E063 / E062K/ E063K 59 70 1 USB USB / MD CD MD CD 111 x- x- 112 NW-E062 / E063 / E062K/ E063K / FM / 112 NW-E062 / E063 / E062K/ E063K / FM / 112 MD CD MD CD x- CD 29 31 47 52 111

More information

2

2 0. 92a --------------------------------------------------------- ---------------------------------------------------- 1. 1-1. 1-2. 1-3. 2. 2-5. 1 2 a ---------------------------------------------------------

More information