![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I am trying to write a code where there are 25 non visible lable on a form. I want to make that lable visible if recordset has a value to write. while (Not (rs.EOF)) me.lbl1.visible = true me.lbl1.caption = rs![Pat] rs.MoveNext ' if rs.movenext is ture then i want to show second lable and wirte a vlue 'in that lable ' me.lbl2.visible = true 'me.lbl2.caption = rs![Pat] Wend Can anyone hlp me please , Thank You ! SAP |
![]() |
| Thread Tools | |
| Display Modes | |
| |