Date: prev next · Thread: first prev next last


 プログラムでエラーが発生しました。
どなたかわかる方教えてください

Dim sSql As String
1)この部分は配列の設定だと思います
        Dim oDraw As Object
        Dim oForm As Object
        Dim oResult As Object
        Dim sValue As String
        Dim oTextbox2 As Object

2)この部分はフォームの読み込みの設定だと思います
        oDraw=ThisComponent.getDrawPage()
        oForm=oDraw.getForms().getByName("form")

3)この部分はbasicでSQl文の設定でIDと同じtexxbox1の値の読み込みだと思います

        sSql ="select ""商品名"" from ""t_test"" where ""ID"" =  '" &
oForm.getByName("textbox1").text & "';"

4)この部分はSQL文の結果を変数に代入していると思います
        oResult =
ThisDataBaseDocument.DataSource.getconnection("","").createstatement.executequery(sSql)

5)この部分はループ文だと思いますが よくわかりません
下記a~bの構文の意味が分かりません
      a).next()
      B)oResult.getString(1)

' msgbox(sSql)

        While oResult.next()
        sValue = oResult.getString(1)
        Wend

6)この部分はtextboox2の値を変数に入れていると思いますが?
' msgbox( sValue)
        oTextbox2 = oForm.getByName( "textbox2" )
        oTextbox2.Text = sValue


エラーが発生したのは 4)の部分で
BASICランタイムエラー 変数の未定義が発生しました
よろしくお願いします。

-- 
Unsubscribe instructions: E-mail to users+unsubscribe@ja.libreoffice.org
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/ja/users/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.