CFFToDatabase

------- Kullanımı

Function ModulFile_CFFToDatabase(cff As Object, IsNewDoc As Bool, r_sayac As Number) As Bool
 'This is called when a cff is to be committed to the database
 'All database operations inside this function are transacted
 Dim rs As Object
 ModulFile_CFFToDatabase:=True
EndFunction

Parametreler cff As Object IsNewDoc As Bool r_sayac As Number Geri Dönüş Değeri Bool Dikkat Edilecek Hususlar ----- Örnek

-----

Örnek Açıklaması -----

Last updated