Closed July 3rd
Monday, June 29th, 2009Platypus Support, Sales and Printing will be closed on July 3rd for observation of Independence Day.
We will return to regular business hours on Monday, July 6th, 2009.
Platypus Support, Sales and Printing will be closed on July 3rd for observation of Independence Day.
We will return to regular business hours on Monday, July 6th, 2009.
A customer requested that we add driving directions to Platypus. This can easily be accomplished using a Scripting Command which is already built into Platypus. Below is the example. Enjoy!
sub main
Address_Type=”billing”
Start_Address=”800 Louisville St, Starkville, MS 39759″
For x = 1 To AddressType.ListCount
If Trim(LCase(AddressType.List(x,1))) = Trim(LCase(Address_Type)) Then
AddressType.ListItemId = x
AddressType.InteractiveChange()
End_Address=Address.txt_addr1.value
End_Address=End_Address+”,”+Address.txt_addr2.value
End_Address=End_Address+”,”+Address.txt_city.value
End_Address=End_Address+”,”+Address.txt_state.value
End_Address=End_Address+”,”+Address.txt_zip5.value
Exit For
End If
Next
lparm=”http://maps.yahoo.com/#q1=”+Escape(Start_Address)+”&q2=”+Escape(End_Address)
set WshShell = CreateObject(“WScript.Shell”)
wshShell.Run lparm
set WshShell=nothing
end sub
The Platypus 6 Server installation set has been updated to install Microsoft SQL Server 2005 Service Pack 3 Express Edition. For more details on Service Pack 3, check out the links below.