what is the purpose?
-
any one please explain the following VB code If Not COMMON_MainForm.rsdbinfo.EOF Then COMMON_MainForm.rsdbinfo.Edit COMMON_MainForm.rsdbinfo!Operationtype = "MREAM" COMMON_MainForm.rsdbinfo.Update COMMON_MainForm.sdboperation = "MREAM" End If Thanks Willington
-
any one please explain the following VB code If Not COMMON_MainForm.rsdbinfo.EOF Then COMMON_MainForm.rsdbinfo.Edit COMMON_MainForm.rsdbinfo!Operationtype = "MREAM" COMMON_MainForm.rsdbinfo.Update COMMON_MainForm.sdboperation = "MREAM" End If Thanks Willington
There's no way to know for sure with the tiny snippet you posted, but it looks like it's modifying records in a recordset.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008