Re: T24: Problem witn OFS Records delimiter

2009-11-25 Thread firas
Hi, Thik you for your response, My problem is not in the request but in the response data , if i receive data like this : %COMPANY//1,,@ID::@ID/ COMPANY.NAME::COMPANY.NAME, XY0010001 COMPANY 1, XY0010002 COMPANY 2, no problem but i have response data like this :

Re: T24: Problem witn OFS Records delimiter

2009-11-25 Thread VK
Hi, yes as I've suspected the software you're using to parse the response fails to tell one comma from another :) What about replacing commas in data to something else? You can do it in OUT.MSG.RTN On Nov 25, 10:35 am, firas yengui.fi...@gmail.com wrote: Hi, Thik you for your response, My

Re: T24: Problem witn OFS Records delimiter

2009-11-24 Thread Beni gilbert
Hi, In R07 the (?) replaces (,) operator. But in G14 the (?) will not replace the (,) operator. For R07 () operator is not recognised in OFS mesage. The following are the pblms in OFS message, G14 - comma operator R07 - double quotes operator Regards, Beni S. Gilbert On Mon, Nov 23, 2009 at

Re: T24: Problem witn OFS Records delimiter

2009-11-23 Thread Jane
you can use question marks(?) to replace commas(,) in the OFS request message cheers On Thu, Nov 19, 2009 at 3:44 PM, firas yengui.fi...@gmail.com wrote: Hello I'm using R09, jbase 5.0 on AIX, I am yengui Firas, a new T24 developer I want to use OFS ENQUIERY.SELECT , in the fields’

Re: T24: Problem witn OFS Records delimiter

2009-11-23 Thread Joy_base
ENQUIRY.SELECT are mainly used for querying t24, hence, I don't see how , (commas) will pose a challenge. Can you send a sample of the OFS string you want to pass? A sample OFS ENQUIRY.SELECT message from the tSS goes thus; jbase -- tSS ENQUIRY.SELECT,,INPUTT/123456,CURRENCY-LIST On Nov 19,

Re: T24: Problem witn OFS Records delimiter

2009-11-23 Thread VK
Hi, are you trying to get some data via ENQUIRY.SELECT and you wish to replace commas that divide the output? E.g.: %COMPANY//1,,@ID::@ID/COMPANY.NAME::COMPANY.NAME, XY0010001 COMPANY 1, XY0010002 COMPANY 2, To: %COMPANY//1,,@ID::@ID/COMPANY.NAME::COMPANY.NAME, XY0010001

Re: T24: Problem witn OFS Records delimiter

2009-11-20 Thread Ram shankar
Hi, Replace with ? (question mark) wherever , comma is used in the field values of the OFS message. Thanks Many Regards, Ram On Thu, Nov 19, 2009 at 1:14 PM, firas yengui.fi...@gmail.com wrote: Hello I'm using R09, jbase 5.0 on AIX, I am yengui Firas, a new T24 developer I want to use

T24: Problem witn OFS Records delimiter

2009-11-19 Thread firas
Hello I'm using R09, jbase 5.0 on AIX, I am yengui Firas, a new T24 developer I want to use OFS ENQUIERY.SELECT , in the fields’ value there are comma (in STANDARD.SELECTION for example: SUNR(xxx,) ...etc) , or the comma is the OFS record separator. It's possible to change the comma