Allied Systems, LLC
509-327-5311
427 W Sinto
Spokane, WA 99201
Contact Us
 

Allied Systems

Knowledge is Power.

Implementation and Custom Development

Hi! I'm Bob, Allied's Implementation and Custom Development resource. My job is to make sure our customers get their software installed and running properly. 

I have over 25 years of experience in the technical and manufacturing industries. This includes implementation and technical project management of financial and manufacturing packages for Fortune 100 customers as well as smaller businesses in the western states and Canada.

I also provide custom development, when necessary, using the latest development tools and products including Microsoft SQL Server, Visual Basic, and .NET, as well as Oracle.

Please call me at 509-327-5311 or toll free at 1-877-584-1543, or email me for more information.

 



Allied Systems was founded on the principle that Computer and telecommunications services need not be either complicated or confusing . We provide full-service Computer Networks along with voice/data systems ...in addition to offering products and services from several of the nation's premier long distance carriers, telecommunications service providers, and software developers.


What's Happening:

Training Calendar

Seminars

<% ' Text Hit Counter Example By www.PowerASP.com ' Declare variables Dim ObjCounterFile, ReadCounterFile, WriteCounterFile Dim CounterFile Dim CounterHits Set ObjCounterFile = Server.CreateObject("Scripting.FileSystemObject") 'Path to where the writable file is CounterFile = Server.MapPath ("trainingcounter.txt") Set ReadCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) If Not ReadCounterFile.AtEndOfStream Then CounterHits = Trim(ReadCounterFile.ReadLine) If CounterHits = "" Then CounterHits = 0 Else CounterHits = 0 End If ReadCounterFile.Close Set ReadCounterFile = Nothing 'Add one to number of hits in file to log the current visitor CounterHits = CounterHits + 1 'Input current number into the text file Set WriteCounterFile= ObjCounterFile.CreateTextFile (CounterFile, True) 'Set WriteCounterFile= ObjCounterFile.OpenTextFile (CounterFile, 1, True) WriteCounterFile.WriteLine(CounterHits) 'Close Connections WriteCounterFile.Close Set WriteCounterFile = Nothing Set ObjCounterFile = Nothing 'Display number of hits %>