B4X FEED Can Define 2 tag sender for button on customview?

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

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن practicalsoftمی باشد و موضوع آن: Can Define 2 tag sender for button on customview? است. این موضوع تا کنون 18 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Can Define 2 tag sender for button on customview?
آغاز کننده موضوع practicalsoft
تاریخ شروع
پاسخ‌ها
0
بازدیدها
18
پسندها
0
آخرین ارسال توسط PracticalSoft
Jun 6, 2020
11,559
4,422
hi to all
i have project by sql server and customlist view?
please help me on this:
can define 2 tag to send for button click rom clv?
i have no problem with btn.tag.
but the text of edittext is big problem.
tnx all
برای دیدن تصاویر باید ثبت نام کنید


Sub Activity_Create(FirstTime As Boolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("spin")



Dim rs As JdbcResultSet

rs = cntmod.sql1.ExecQuery("SELECT dbo.FCustomer.customerCode,dbo.FCustomer.customerName,dbo.FCustomer.etebar,dbo.Person.phoneNo1,dbo.Person.address FROM dbo.FCustomer INNER JOIN dbo.Person ON dbo.FCustomer.person_ID = dbo.Person.id; ")
Do While rs.NextRow
Dim p As B4XView = xui.CreatePanel("")

p.LoadLayout("itemlable")
p.SetLayoutAnimated(0,0,0,CustomListView1.AsView.Width,200dip)
.
.
.
.
Label7.Text = (rs.GetString("phoneNo1"))
Button1.Tag = (rs.GetString("customerCode"))
...
Click to expand...



 

عقب
بالا