Customer Query

Hybrid Application :: Customer Detail

Company (<%=c_Customer.CustomerID%>) <%=c_Customer.cCompany%>
Contact <%=c_Customer.cContact%>
<%=c_Customer.cContTitle%>
Address <%=c_Customer.cAddress%>
<%=ALLTRIM(c_Customer.cCity) + [ ] + ALLTRIM(NVL(c_Customer.cRegion,[])) + [ ] + ALLTRIM(c_Customer.cPostal)%>
<%=ALLTRIM(c_Customer.cCountry)%>
Phone<%=c_Customer.cPhone%>
Fax<%=NVL(c_Customer.cFax,[])%>
Orders:
Order ID OrderDate Required Shipped Freight Ship To
<%=OrderID%> <%=OrderDate%> <%=RequiredDa%> <%=ShippedDat%> <%=Freight%> <%=ShipName%>
<%=ShipAddres%>
<%=ShipCity + [ ] + NVL(ShipRegion,[]) + [ ] + ALLTRIM(NVL(ShipPostal,[])) + [ ] + ShipCountr%>