No. |
Name of Entity
|
Type |
Date Entity was initially filed by NFH |
Secretary of State |
FEIN |
D & B |
Pre existing bank |
NFH Status |
| ")
response.Write(" ") response.Write(" " & counter & "") response.Write(" | ")
'name of corporation
response.Write(" ")
response.Write(" ") response.Write(" " & left(rs("name"), 5) & "..." & "") response.Write(" | ")
'type
response.Write(" ")
response.Write(" ") response.Write(" " & rs("ir_corporation_type") & "") response.Write(" | ")
'date filed
response.Write(" ")
response.Write(" ") response.Write(" " & rs("ir_date_filed") & "") response.Write(" | ")
'sos status
response.Write(" ")
response.Write(" ") response.Write(" " & rs("title") & "") response.Write(" | ")
'ein
response.Write(" ")
response.Write(" ") response.Write(" " & left(rs("ba_ein_number"), 2) & "-..." & "") response.Write(" | ")
dim dunns
if rs("dnb_flag")>0 then
dunns = "Yes"
else
dunns = ""
end if
'db
response.Write(" ")
response.Write(" ") response.Write(" " & dunns & "") response.Write(" | ")
'bank account
dim account
if rs("bank_account") > 0 then
account = left(rs("ba_banking_institution"),10)
else
account = left("No Acct",10)
end if
response.Write(" ")
response.Write(" ") response.Write(" " & account & "") response.Write(" | ")
dim status
status = ""
if rs("bank_account_closed") > 0 then
if rs("bank_account") > 0 then
status = "Closed"
end if
else
status = "Open"
end if
dim nfhStatNum
dim nfhStatus
dim statNum
nfhStatNum = rs("nfh_status")
statNum = rs("ir_active")
if statNum = 128 then
nfhStatus = "Sold - " & rs("transfer_out_date")
else
if nfhStatNum = 2 then
dim statusDate
statusDate = rs("nfh_status_date")
if datediff("d", statusDate, Date()) <= 30 then
nfhStatus = "New - " & DatePart("m", rs("nfh_status_date")) & "/" & DatePart("yyyy", rs("nfh_status_date"))
else
nfhStatus = ""
end if
elseif nfhStatNum = 1 then
nfhStatus = "Hold - " & DatePart("m", rs("shelf_hold_status_date")) & "/" & DatePart("yyyy", rs("shelf_hold_status_date"))
'elseif nfhStatNum = 3 then
' nfhStatus = "N/A"
else
nfhStatus = ""
end if
end if'nfh status
response.Write(" ")
response.Write(" ") response.Write(" " & nfhStatus & "") response.Write(" | ")
counter = counter + 1
rs.MoveNext
loop%>
Under Repair 11 04 2009
*Special Features
"New" available less than 30 days
For further information regarding available shelf companies contact;
Wayne Andre
Director Client Services
702-732-7570, ext. 1009
or
Conner O'Shea
Shelf
Manager
702-732-7570, ext. 1007
About Us | Site Map | Privacy Policy | Contact Us | © 1993 - 2010 Nevada First Holdings, Inc.