B4X FEED error when enterpressed textbox

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: error when enterpressed textbox است. این موضوع تا کنون 31 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع error when enterpressed textbox
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
31
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
hello everybody
can help me...

this myTable

CodeItem, ProdName
000001, Bread
000002, egg

example, when i fill the codeitem textbox with type "000001" and then ENTER
the ProdName textBox will show "Bread"

Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
Dim SQL1 As SQL
Dim Csr1 As Cursor
End Sub

Sub edtcditem_EnterPressed
mdlConn.CSR1=mdlConn.SQL1.ExecQuery("select * from myTabel where PartCode = '" & edtCdItem.Text & "'")
If mdlConn.CSR1.RowCount > 0 Then
ToastMessageShow("The Item is Found...",True)
edtProdName.Text = CSR1.GetString("ProdCode")
Else
ToastMessageShow("the Item Not Found",True)
End If
End Sub

its always error, when i try running affter fill type the code item textbox

but when i delete/non active the sintaks ( Bold text ), is succes running

any solution .... ?? thx :)

 

عقب
بالا