search for: companycode

Displaying 3 results from an estimated 3 matches for "companycode".

2010 Jan 25
1
MYSQL grammar diff in 1.6.2.1?
hi, dear all MYSQL commands work well in 1.4.28 edition, but not in 1.6.21 is that the grammar is different between them? extensions.conf exten => s,2,MYSQL(Query resultid ${connid} SELECT\ callerid\ from\ blacklist\ where\ companycode = ${ARG2} and callerid=${ARG1} and blockenabled = 1) cli: -- Executing [s at macro-checkblacklist:2] MYSQL("SIP/1003-00000006", "Query resultid 1 SELECT\ callerid\ from\ blacklist\ where\ companycode = 95040654321 and callerid=1003 and blockenabled = 1") in new stack [Jan 2...
2006 Aug 07
5
Store SOAP::RPC::Driver in user session throws TypeError
...soap/wsdlDriver'' factory = SOAP::WSDLDriverFactory.new(TRANSIDIOM_WSDL_URL) soap = factory.create_rpc_driver soap.wiredump_file_base="#{RAILS_ROOT}/log/transidiom.log" param = %(<Request name="com.wm.ccv.rpgrouter.seagull.CustomerProfileResCom"> <Input> <CompanyCode>110</CompanyCode> <CustomerNumber>2442</CustomerNumber> <UserName>ccvdev2</UserName> <Password>ccvdev2</Password> <LibrarySuffix>ORC</LibrarySuffix> <targetHost>wmasprod</targetHost> </Input> </Request>) result = soap...
2006 Apr 28
1
auto_complete galore
List, I''m using auto_complete with textfield, called CompanyCode. so when you type fx ''0403'' it will show a list with matching company codes, and the respective company name - like so: 040333 - Some company inc 040322 - Another company 040323 - whatever Corp. Anyway, once a user selects one of the entries from the list - the whole text (na...