markfay
Posts: 19 Joined: 7/14/2005 From: Naperville IL Status: offline
|
RE: FrontPage DB Edit Error - 4/21/2008 15:52:01
Thanks very much for your help! I hope this is what you are looking for...
fp_sQry="UPDATE ContentsInventory SET ToolkitID = ::ToolkitID:: , ActivityDate = ::ActivityDate:: , CompanyID = ::CompanyID:: , DateEntered = '::DateEntered::' , RevisedBy = ::RevisedBy:: , EnteredBy = ::EnteredBy:: , Quantity = '::Quantity::' , ItemName= '::ItemName::' , ItemDescription = '::ItemDescription::' , PurchaseLocation = '::PurchaseLocation::' , Make = '::Make::' , Model = '::Model::' , PurchaseDate = '::PurchaseDate::' , SerialNumber = '::SerialNumber::' , ReplacementValue = '::ReplacementValue::' , Age = '::Age::' , Receipt = '::Receipt::' , Betterment = ::Betterment:: , BettermentDescription = '::BettermentDescription::' , SalesTax ='::SalesTax::' , ExtendedValue = '::ExtendedValue::' , DepreciationCategoryID = ::DepreciationCategoryID:: , LimitCategoryID = ::LimitCategoryID:: , InitialValue = '::InitialValue::' , InitialValueEnteredBy = ::InitialValueEnteredBy:: , RevisedValue = '::RevisedValue::' , Location = ::Location:: , Status = '::Status::' , FirstYearDepreciation = '::FirstYearDepreciation::' , OtherYearsDepreciation = '::OtherYearsDepreciation::' , MaxDepreciation = '::MaxDepreciation::' , FlatRateDepreciation = '::FlatRateDepreciation::' , DepreciatedValue = '::DepreciatedValue::' , Shipping = '::Shipping::' , TMFShare = '::TMFShare::' , PaymentValue = '::PaymentValue::' , PayAsReplacement = ::PayAsReplacement:: , SalesTaxYesNo = ::SalesTaxYesNo:: , PaidAmount = '::PaidAmount::' , UpdateDepreciation = '::UpdateDepreciation::' , ItemDisposition = '::ItemDisposition::' WHERE (InventoryID = ::InventoryID::)"
fp_sDefault="ToolkitID=0&CompanyID=0&DateEntered=&ActivityDate=&RevisedBy=0&EnteredBy=0&Quantity=&ItemName=&ItemDescription=&PurchaseLocation=&Make=&Model=&PurchaseDate=&SerialNumber=&ReplacementValue=&Age=&Receipt=&Betterment=&BettermentDescription=&SalesTax=&ExtendedValue=&DepreciationCategoryID=0&LimitCategoryID=0&InitialValue=&InitialValueEnteredBy=0&RevisedValue=&Location=0&Status=&FirstYearDepreciation=&OtherYearsDepreciation=&MaxDepreciation=&FlatRateDepreciation=&DepreciatedValue=&Shipping=&TMFShare=&PaymentValue=&PayAsReplacement=0&SalesTaxYesNo=0&PaidAmount=&UpdateDepreciation=&ItemDisposition=&InventoryID=0"
fp_sNoRecords=""
fp_sDataConn="claimtoolkit_allmerica"
fp_iMaxRecords=1
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&InventoryID=3&ToolkitID=3&CompanyID=3&DateEntered=135&ActivityDate=135&RevisedBy=3&EnteredBy=3&Quantity=202&ItemName=130&ItemDescription=203&PurchaseLocation=200&Make=202&Model=202&PurchaseDate=135&SerialNumber=202&ReplacementValue=6&Age=202&Receipt=202&Betterment=6&BettermentDescription=200&SalesTax=6&ExtendedValue=6&DepreciationCategoryID=3&LimitCategoryID=3&InitialValue=6&InitialValueEnteredBy=3&RevisedValue=6&Location=3&Status=202&FirstYearDepreciation=6&OtherYearsDepreciation=6&MaxDepreciation=6&FlatRateDepreciation=6&DepreciatedValue=6&Shipping=6&TMFShare=6&PaymentValue=6&PayAsReplacement=11&SalesTaxYesNo=11&PaidAmount=6&UpdateDepreciation=135&ItemDisposition=200&"
fp_iDisplayCols=16
fp_fCustomQuery=True
BOTID=0
fp_iRegion=BOTID
%>
|