selamlar
firms nesnesinden oluşturulan
Periods koleksiyonundan
Periods.Item(0).Active = True
dönem mutlaka aktif yapıldıktan sonra istediğiniz bilgiyi ekleyebilir ve silebilirsiniz.
Satış faturası silme
Set X = UnityApp.NewDataObject(doSalesDispatch)
if X.delete(ilgili logicalref) then
MsgBox("ilgili kayıt silindi.")
else
MsgBox("ilgili kayıt silinemedi.")
end if
Kolay Gelsin