اذهب الي المحتوي
أوفيسنا

توضيح كود


على

الردود الموصى بها

السلام عليكم

اريد شرح وتوضيح لهدا الكود لم يعمل معي لاظهار

صفوف الليست بوكس في التكست بوكسات بالفورم

ما الخطاء

Sub ListBox1_Click()
On Error Resume Next
FileTextBox.Visible = True
TybeTextBox.Visible = True
DaysTextBox.Visible = True
FromTextBox.Visible = True
ToTextBox.Visible = True
NotesTextBox.Visible = True
CommandButton1.Visible = True
DeleCommandButton.Visible = True
SaveCommandButton.Enabled = False
ii = 3
For i = 0 To Me.ListBox1.ColumnCount
Me.Controls("TextBox" & ii).Value = Me.ListBox1.List(ListBox1.ListIndex, i)
ii = ii + 1
Next
End Sub
 

رابط هذا التعليق
شارك

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

زائر
اضف رد علي هذا الموضوع....

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • تصفح هذا الموضوع مؤخراً   0 اعضاء متواجدين الان

    • لايوجد اعضاء مسجلون يتصفحون هذه الصفحه
×
×
  • اضف...

Important Information