Re: Validate 2 character fields using LIKE

2016-11-10 Thread Su Kaur
Thanks Misi. Thats what I was looking for. Thanks! Kaur ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org "Where the Answers Are, and have been for 20 years"

Re: Validate 2 character fields using LIKE

2016-11-07 Thread Misi Mladoniczky
Hi, You say VALIDATE which seems to indicate that you are running filters in Form A on a transaction, and you need to validate that the last word of field A can be found in Form B. Right? In that case I would suggest that you parse out the last word of the field in Form B and store "DEF" in a

Re: Validate 2 character fields using LIKE

2016-11-07 Thread Joel D Sender
tion Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kaur Sent: Monday, November 7, 2016 10:52 AM To: arslist@ARSLIST.ORG Subject: Validate 2 character fields using LIKE Hi all, I need to write a qualification to validate a field in form A against a field in

Validate 2 character fields using LIKE

2016-11-07 Thread Kaur
Hi all, I need to write a qualification to validate a field in form A against a field in form B using "%" and LIKE.The qualification I have written is $fieldA$ LIKE "%"+'fieldB'+"%" , where fieldA- field in form A fieldB -field in form B fieldA= ABC DEF fieldB=

Re: FTS and Character Fields (with less than 3 characters)

2015-08-31 Thread Kemes, Lisa A DLA CTR INFORMATION OPERATIONS
discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of William Rentfrow Sent: Saturday, August 29, 2015 9:10 PM To: arslist@ARSLIST.ORG Subject: Re: FTS and Character Fields (with less than 3 characters) Is "Ar" in the ignore words list? William Rentfrow wrentf...@strata

Re: FTS and Character Fields (with less than 3 characters)

2015-08-29 Thread William Rentfrow
OPERATIONS Sent: Thursday, August 27, 2015 3:45 PM To: arslist@ARSLIST.ORG Subject: FTS and Character Fields (with less than 3 characters) We are using ARS 8.1 SP2, have an Oracle Database and turned on FTS. I also enabled FTS on the First and Last Name character fields on the CTM:People form

FTS and Character Fields (with less than 3 characters)

2015-08-27 Thread Kemes, Lisa A DLA CTR INFORMATION OPERATIONS
We are using ARS 8.1 SP2, have an Oracle Database and turned on FTS. I also enabled FTS on the First and Last Name character fields on the CTM:People form. Before we enabled FTS and added the FTS property to these two fields, I was able to do a search on First Name = Ar and get back many

Re: Hiding 'resize handle' character fields on midtier

2012-09-18 Thread David Durling
) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jose Huerta Sent: Monday, June 04, 2012 5:35 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields on midtier ** You can solve it with CSS with the next modifications: Go to the mozilla ARSystem CSS. midTierInstallDir\resources

Re: Hiding 'resize handle' character fields on midtier

2012-09-18 Thread Jose Manuel Huerta Guillén
System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] *On Behalf Of *Jose Huerta *Sent:* Monday, June 04, 2012 5:35 PM *To:* arslist@ARSLIST.ORG *Subject:* Re: Hiding 'resize handle' character fields on midtier ** ** ** You can solve it with CSS with the next modifications

Re: Hiding 'resize handle' character fields on midtier

2012-09-18 Thread David Durling
Thanks, I can pass that on to my management J David From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jose Manuel Huerta Guillén Sent: Tuesday, September 18, 2012 4:51 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields

Re: Data validation in character fields

2012-08-23 Thread Axton
@ARSLIST.ORG] On Behalf Of Susan Palmer Sent: Wednesday, August 22, 2012 3:01 PM To: arslist@ARSLIST.ORG Subject: Data validation in character fields ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns

Re: Data validation in character fields

2012-08-23 Thread Axton
: Data validation in character fields ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field should contain - ABC Company but instead it contains

Re: Data validation in character fields

2012-08-23 Thread Mueller, Doug
, August 22, 2012 3:01 PM To: arslist@ARSLIST.ORG Subject: Data validation in character fields ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field should contain - ABC Company

Re: Data validation in character fields

2012-08-23 Thread Susan Palmer
*To:* arslist@ARSLIST.ORG *Subject:* Data validation in character fields ** ** ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field

Re: Data validation in character fields

2012-08-23 Thread Jason Miller
@ARSLIST.ORG *Subject:* Data validation in character fields ** ** ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field should contain - ABC

Data validation in character fields

2012-08-22 Thread Susan Palmer
Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field should contain - ABC Company but instead it contains - ABC Company ABC Company ABC Company This is purely a human error during

Re: Data validation in character fields

2012-08-22 Thread Susan Palmer
Request System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] *On Behalf Of *Susan Palmer *Sent:* Wednesday, August 22, 2012 5:01 PM *To:* arslist@ARSLIST.ORG *Subject:* Data validation in character fields ** ** ** Hi everyone, On a regular form with a character

Re: Data validation in character fields

2012-08-22 Thread Grooms, Frederick W
:29 PM To: arslist@ARSLIST.ORG Subject: Re: Data validation in character fields ** Hi Fred, That would have never crossed my mine.  I tried using a pipe character, seems I've done that before but maybe it just showed up that way when doing email type filters. I will give this a try and let you

Re: Data validation in character fields

2012-08-22 Thread Joel Sender
: Wednesday, August 22, 2012 3:01 PM To: arslist@ARSLIST.ORG Subject: Data validation in character fields ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field should contain

Re: Data validation in character fields

2012-08-22 Thread Joe Martin D'Souza
Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: Data validation in character fields In the Admin tool, the character used to show up as a wide pipe character. That's probably what you are thinking of. Fred - Original Message - From: Action Request System

Re: Data validation in character fields

2012-08-22 Thread Misi Mladoniczky
: Data validation in character fields ** Hi everyone, On a regular form with a character field I need to be able to validate that there are no 'carriage returns' at the end of the data. Example: The field should contain - ABC Company but instead it contains - ABC Company ABC

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-07-06 Thread ali_md
@ARSLIST.ORG Date: 07/05/2012 11:07 AM Subject:Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form Sent by:Action Request System discussion list(ARSList) arslist@ARSLIST.ORG ** Support did give us a fix to apply directly to the ARSystem.css

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-07-05 Thread Jon Slaven
: 06/29/2012 10:35 AM Subject:Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form Sent by:Action Request System discussion list(ARSList) arslist@ARSLIST.ORG Jon Are you able to view the text beyond the visible text area (when you type in characters more

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-07-05 Thread strauss
To: arslist@ARSLIST.ORG Subject: Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form ** Hi Ali, Apologies for the late response, I was on vacation. You have to install the Stylish plugin for Firefox, and add that as a script (essentially Stylish allows you to add to the CSS

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-07-05 Thread Jon Slaven
: strauss stra...@unt.edu To: arslist@ARSLIST.ORG Date: 07/05/2012 11:07 AM Subject:Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form Sent by:Action Request System discussion list(ARSList) arslist@ARSLIST.ORG ** Support did give us a fix to apply

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-07-05 Thread Rob Dudley
: Tommy Morris tommy.mor...@pinebreeze.com To: arslist@ARSLIST.ORG Date: 06/22/2012 03:46 PM Subject:Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form Sent by:Action Request System discussion list(ARSList) arslist@ARSLIST.ORG

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-29 Thread ali_md
_ Jon Slaven | Amway | 616-787-7132 | jon.sla...@amway.com From: Tommy Morris tommy.mor...@pinebreeze.com To: arslist@ARSLIST.ORG Date: 06/22/2012 03:46 PM Subject:Re: RESOLVED: Scroll Bar randomly appearing in Character Fields

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-22 Thread strauss
, 2012 7:28 AM To: arslist@ARSLIST.ORG Subject: Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form ** We have a support ticket open on this as well. Our specialist tells me it's a CSS issue and how the CSS interacts with FFv13. Defect #SW00432406 logged for it. Another

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-22 Thread Tommy Morris
appearing in Character Fields on INC form ** Thanks for the tip; we had to open an issue on this problem, and on the violently BLACK screen that now appears behind any pop-up or dialog in the mid-tier if using FFv13. That is #SW00432310 according to BMC. I wonder if Mozilla can be held liable

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-22 Thread Jon Slaven
Bar randomly appearing in Character Fields on INC form Sent by:Action Request System discussion list(ARSList) arslist@ARSLIST.ORG ** They probably have a disclaimer buried in the EULA concerning strobe induced seizures. From: Action Request System discussion list(ARSList

Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Jase Brandon
Hello All, 7.6.04 SP2 Windows Today we are having a very strange issue that I've never seen before in 7.6.04 SP2. Scroll Bars are appearing randomly in the 'Summary' field on the Incident form... and in one other custom field we added on the INC form. The only trend I've noticed is that if you

Re: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread David Durling
(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jase Brandon Sent: Friday, June 08, 2012 1:48 PM To: arslist@ARSLIST.ORG Subject: Scroll Bar randomly appearing in Character Fields on INC form ** Hello All, 7.6.04 SP2 Windows Today we are having a very strange issue that I've never seen before

Re: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Jase Brandon
@ARSLIST.ORG] *On Behalf Of *Jase Brandon *Sent:* Friday, June 08, 2012 1:48 PM *To:* arslist@ARSLIST.ORG *Subject:* Scroll Bar randomly appearing in Character Fields on INC form** ** ** ** ** Hello All, 7.6.04 SP2 Windows Today we are having a very strange issue that I've never seen before

Re: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread David Durling
I'm told FF 14 beta has the issue, too. David D. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jase Brandon Sent: Friday, June 08, 2012 1:59 PM To: arslist@ARSLIST.ORG Subject: Re: Scroll Bar randomly appearing in Character Fields on INC form

RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Jase Brandon
*To:* arslist@ARSLIST.ORG *Subject:* Re: Scroll Bar randomly appearing in Character Fields on INC form ** ** ** Hi David - EXACTLY! FF13 is causing the issue. I'm going to try to download FF 12 during the interim and see if that helps. Thanks, Jase On Fri, Jun 8, 2012 at 1:54 PM, David

Re: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread David Durling
: David Durling Sent: Friday, June 08, 2012 2:00 PM To: arslist@ARSLIST.ORG Subject: RE: Scroll Bar randomly appearing in Character Fields on INC form I'm told FF 14 beta has the issue, too. David D. From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG]mailto

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Peters, Ron
the data displayed in the field length? It seems like text fields have always either wrapped text or added scroll bars when the data is larger than the field. Maybe I'm confusing text fields with character fields? From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Goodall, Andrew C
System discussion list(ARSList) [mailto:arslist@arslist.org] On Behalf Of Peters, Ron Sent: Friday, June 08, 2012 1:26 PM To: arslist@arslist.org Subject: Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form ** Pardon my ignorance. I understand the issue being seen

Re: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Jase Brandon
*To:* arslist@ARSLIST.ORG *Subject:* RE: Scroll Bar randomly appearing in Character Fields on INC form ** ** I’m told FF 14 beta has the issue, too. ** ** David D. ** ** *From:* Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] *On Behalf

Re: RESOLVED: Scroll Bar randomly appearing in Character Fields on INC form

2012-06-08 Thread Jase Brandon
is this. What *should* the browser do if “you enter data that is one character longer than the data displayed in the field length”? It seems like text fields have always either wrapped text or added scroll bars when the data is larger than the field. Maybe I’m confusing text fields with character fields

Re: Hiding 'resize handle' character fields on midtier

2012-06-04 Thread Jose Huerta
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of David Durling Sent: 01 June 2012 19:13 To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields on midtier I just now tried the Firefox 13.0 beta

Hiding 'resize handle' character fields on midtier

2012-06-01 Thread David Durling
Hi all, Character fields on our Remedy forms when seen in browsers like Firefox and I think Chrome (not IE) show a little handle at the bottom right that you can drag to resize the field. Here's a link with a discussion about the handles and a screenshot to show what I mean: http

Re: Hiding 'resize handle' character fields on midtier

2012-06-01 Thread David Durling
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Joe Martin D'Souza Sent: Friday, June 01, 2012 11:29 AM To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields on midtier I didn't know this was even

Re: Hiding 'resize handle' character fields on midtier

2012-06-01 Thread Grooms, Frederick W
] On Behalf Of David Durling Sent: Friday, June 01, 2012 11:01 AM To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields on midtier Thanks, Joe, I tried changing that (it was on the view properties - the only view, so I got the right one), flushed midtier cache, but they're

Re: Hiding 'resize handle' character fields on midtier

2012-06-01 Thread benny shell
handle' character fields on midtier Thanks, Joe, I tried changing that (it was on the view properties - the only view, so I got the right one), flushed midtier cache, but they're still there. I notice the resize handles are seen on BMC's support site when you view your tickets. Maybe that's

Re: Hiding 'resize handle' character fields on midtier

2012-06-01 Thread Joe Martin D'Souza
Subject: Re: Hiding 'resize handle' character fields on midtier I see it in BMC's SupportWeb with Firefox, but I don't see it on our local Mid-Tier pages so maybe it is a 7.5 thing. Our Mid-Tier is 7.6.04 (SP2) on Linux using Apache/Tomcat Fred -Original Message- From: Action Request System

Re: Hiding 'resize handle' character fields on midtier

2012-06-01 Thread David Durling
! David -Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Joe Martin D'Souza Sent: Friday, June 01, 2012 1:56 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields on midtier David, I just

Re: Hiding 'resize handle' character fields on midtier

2012-06-01 Thread David Sanders
:13 To: arslist@ARSLIST.ORG Subject: Re: Hiding 'resize handle' character fields on midtier I just now tried the Firefox 13.0 beta as well as 12.0 and still see the handles, so it's probably something they changed with ARS 7.6.x. Benny's suggestion about customizing CSS is an idea, but since

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-25 Thread L G Robinson
...@shyle.netwrote: ** Thanks.. I’ll appreciate that actually.. Joe *From:* L G Robinson n...@ncsu.edu *Sent:* Tuesday, April 24, 2012 12:20 PM *Newsgroups:* public.remedy.arsystem.general *To:* arslist@ARSLIST.ORG *Subject:* Re: I think I just found a sweet bug on character fields

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-25 Thread Joe Martin D'Souza
: Wednesday, April 25, 2012 5:11 PM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: I think I just found a sweet bug on character fields that are Edit Masked... ** Hi Joe, I have submitted a bug report. We get our support from ColumnIT, so they will have

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-24 Thread L G Robinson
Hi Joe, I was able to reproduce the behavior that you describe below on my 7.6.03 Patch 002 201107191530 system. The only difference I see from what you described is the invisible expand box that you described as being on the left. Mine is on the right... just where the real expand box would be,

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-24 Thread Joe Martin D'Souza
it starts getting a higher priority to get fixed Joe From: L G Robinson Sent: Tuesday, April 24, 2012 11:52 AM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: I think I just found a sweet bug on character fields that are Edit Masked... ** Hi Joe, I was able

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-24 Thread L G Robinson
Hi Joe, I have no immediate need for that functionality, but I'll be happy to file the bug report anyway, just to help give it some traction. Hope this is helpful. Larry On Tue, Apr 24, 2012 at 12:07 PM, Joe Martin D'Souza jdso...@shyle.netwrote: ** Larry, Thank you for responding..

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-24 Thread Joe Martin D'Souza
Thanks.. I’ll appreciate that actually.. Joe From: L G Robinson Sent: Tuesday, April 24, 2012 12:20 PM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: I think I just found a sweet bug on character fields that are Edit Masked... ** Hi Joe, I have

I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-23 Thread Joe Martin D'Souza
Would someone be kind enough to verify this before I report it? I am on ARS 7.6.03. Create a Character field of length 30 or so (less than the length that enables the Expand Box by default which is 69 I think..). Assign the display property of Edit Masked to it.. Try it out, on the WUT and or

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-23 Thread Jason Miller
Hi Joe, 7.6.04 SP2 I was not able to reproduce this. I never saw the see unmasked text. One difference it appears between version; I was not able to show the Expand Box on a field that is set to Edit Masked. The Expand Box option is read only once the Display Type is set to Edit Masked. If I

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-23 Thread Joe Martin D'Souza
not have a problem on 7.6.04.. Give me 20 - 25 to compose that mail and put together some screen shots.. Joe From: Jason Miller Sent: Monday, April 23, 2012 2:58 PM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: I think I just found a sweet bug on character

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-23 Thread Sinclair, Keith
think I just found a sweet bug on character fields that are Edit Masked... ** Hi Joe, 7.6.04 SP2 I was not able to reproduce this. I never saw the see unmasked text. One difference it appears between version; I was not able to show the Expand Box on a field that is set to Edit Masked

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-23 Thread Joe Martin D'Souza
Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: I think I just found a sweet bug on character fields that are Edit Masked... ** Hey Joe, I, too, was unable to reproduce this and I’m on ARS 7.6.3 build 001, Client tool 7.6.4 Sp3. Keith From: Action

Re: I think I just found a sweet bug on character fields that are Edit Masked...

2012-04-23 Thread Joe Martin D'Souza
in the attachments to make sense of this email. please request them from me and I will be more than happy to send From: Sinclair, Keith Sent: Monday, April 23, 2012 3:33 PM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: I think I just found a sweet bug on character fields

Re: Large Character Fields even Larger?

2012-04-05 Thread Kemes, Lisa
] On Behalf Of Joe Martin D'Souza Sent: Wednesday, April 04, 2012 4:55 PM To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** Have the DBA's converted the data to unicode? That would explain the additional space requirement.. Joe From: Kemes, Lisamailto:lisa.ke...@te.com Sent

Re: Large Character Fields even Larger?

2012-04-05 Thread LJ LongWing
Of Kemes, Lisa Sent: Thursday, April 05, 2012 9:03 AM To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** Possibly. I was able to move the data from our current production (7.6.04 SP2) to our old production 7.1p7 and run my workflow and I didn't get any errors. It looks

Re: Large Character Fields even Larger?

2012-04-05 Thread Kemes, Lisa
To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** Lisa, As I move through the upgrades over the years I often start experiencing issues with my application that I didn't have before the upgrade. As I dig into the issues I find one of two things 1 - The problem I'm

Re: Large Character Fields even Larger?

2012-04-05 Thread LJ LongWing
I hate those.but I can't really complain to BMC about it J From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kemes, Lisa Sent: Thursday, April 05, 2012 9:33 AM To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** Thanks

Large Character Fields even Larger?

2012-04-04 Thread Kemes, Lisa
We upgraded from ARS 7.1 p7 to 7.6.04 SP2 and I'm found that one of my large character fields that I've set to 9 (for example) is getting errors that the Character String exceed maximum size allowed: 536870919 when I try to set it. It only happens to those records that do have quite

Re: Large Character Fields even Larger?

2012-04-04 Thread Kemes, Lisa
, April 04, 2012 1:27 PM To: arslist@ARSLIST.ORG Subject: Large Character Fields even Larger? ** We upgraded from ARS 7.1 p7 to 7.6.04 SP2 and I'm found that one of my large character fields that I've set to 9 (for example) is getting errors that the Character String exceed maximum size allowed

Re: Large Character Fields even Larger?

2012-04-04 Thread Kemes, Lisa
) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kemes, Lisa Sent: Wednesday, April 04, 2012 1:57 PM To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** Sorry, I meant to say that I increased it to 200,000 I just increased it again to 450,000 still same error message. Thanks! Lisa

Re: Large Character Fields even Larger?

2012-04-04 Thread Grooms, Frederick W
What is the largest amount of data in that field? From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kemes, Lisa Sent: Wednesday, April 04, 2012 1:02 PM To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** Nevermind, when I

Re: Large Character Fields even Larger?

2012-04-04 Thread Kemes, Lisa
287,351 characters Thanks! Lisa From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Grooms, Frederick W Sent: Wednesday, April 04, 2012 2:44 PM To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even

Re: Large Character Fields even Larger?

2012-04-04 Thread Joe Martin D'Souza
Have the DBA’s converted the data to unicode? That would explain the additional space requirement.. Joe From: Kemes, Lisa Sent: Wednesday, April 04, 2012 2:50 PM Newsgroups: public.remedy.arsystem.general To: arslist@ARSLIST.ORG Subject: Re: Large Character Fields even Larger? ** 287,351

Date format in character fields

2010-09-29 Thread Raido Oja
Hi, I have a filter that is setting a date field to a charater field. The date ends up in a different format on 2 (seemingly) identical severs. Any ideas where the date format is being picked up when setting dates to character field in filters? Thanks Raido

Re: Date format in character fields

2010-09-29 Thread Misi Mladoniczky
Hi, When you change regional settings, you must apply them to everything. It is not allways apparent which settings the unserlying system user running the AR Server is using... You can set envoronment variables for ARDATE etc in the armonitor.cfg before the Remedy-service is started. The

Re: Date format in character fields

2010-09-29 Thread raido . oja
Thanks for the advice. I have resolved the issue by adding an ARDATE environment variable. Cheers Raido On Sep 29, 2010 1:58pm, Misi Mladoniczky m...@rrr.se wrote: Hi, When you change regional settings, you must apply them to everything. It is not allways apparent which settings the

Re: Expand Box for character fields... bug maybe???

2009-09-10 Thread Haines, Ricki
From: Joe DeSouza [mailto:joe_rem...@yahoo.com] Sent: Wednesday, September 09, 2009 6:19 PM To: ARS Discussion List Cc: Haines, Ricki Subject: Re: Expand Box for character fields... bug maybe??? Hello Ricki, That's odd.. It doesn't work for me.. How

Re: Expand Box for character fields... bug maybe???

2009-09-10 Thread Joe DeSouza
: Thursday, September 10, 2009 8:23:21 AM Subject: RE: Expand Box for character fields... bug maybe??? Hi Joe,   No problem with the CC.  Your environment is the same as mine except we use SQL rather than Oracle.  And I still do most of my development in the Admin tool (works just as well in 7.5

Expand Box for character fields... bug maybe???

2009-09-09 Thread Joe DeSouza
Listers, I guess its my turn to bug the list for a bit :-) I have noticed this a few days ago but thought I'd bring this up with Remedy Support later but before I do wanted to see what I hear from you guys here.. I have character fields where I have the Expand Box hidden.. WORKS with SINGLE

Re: Expand Box for character fields... bug maybe???

2009-09-09 Thread Grooms, Frederick W
) on Solaris w/Oracle. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Joe DeSouza Sent: Wednesday, September 09, 2009 12:20 PM To: arslist@ARSLIST.ORG Subject: Expand Box for character fields... bug maybe??? ** Listers

Re: Expand Box for character fields... bug maybe???

2009-09-09 Thread LJ Longwing
Joe, What server/client version? _ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Joe DeSouza Sent: Wednesday, September 09, 2009 11:20 AM To: arslist@ARSLIST.ORG Subject: Expand Box for character fields... bug maybe??? ** Listers, I

Re: Expand Box for character fields... bug maybe???

2009-09-09 Thread Haines, Ricki
: Expand Box for character fields... bug maybe??? Content-Type: multipart/alternative; Listers, I guess its my turn to bug the list for a bit :-) I have noticed this a few days ago but thought I'd bring this up with Remedy Support later but before I do wanted to see what I hear from you

Re: Expand Box for character fields... bug maybe???

2009-09-09 Thread Joe DeSouza
choice of a web server which uses Tomcat 5.5.25 as the jsp engine.. Cheers Joe From: Grooms, Frederick W frederick.w.gro...@xo.com To: arslist@ARSLIST.ORG Sent: Wednesday, September 9, 2009 1:30:55 PM Subject: Re: Expand Box for character fields... bug maybe

Re: Expand Box for character fields... bug maybe???

2009-09-09 Thread Joe DeSouza
environment I also use FireFox 3.5 for fun although its not a standard here. JSP Engine: Tomcat 5.5.25 I am yet to see a type of client in my environment where the expand box hides on multiple rows character fields. Change them to single row and it hides.. I am yet to trust the new Development Studio

Re: Text Editor for worklog and large character fields

2008-03-20 Thread Brian Goralczyk
Don't even play games just go get Ultraedit. I have dealt with log files that are multi-gigs in size and it has some REALLY great functionalities. Heck, I should get commission from those people. Brian Goralczyk On Thu, Mar 20, 2008 at 1:45 PM, Fossett, Darrel [EMAIL PROTECTED] wrote: ** We

Conversion between Character fields and Date fields.

2008-03-07 Thread Jerry Niman
Dear listers, I have been having an issue where I was trying to read a value from a character field into a date field. Try as I might, I couldn't get correct behaviour for years in the early part of the century (this was necessary as I was trying to capture dates of birth). I tried setting

Re: Conversion between Character fields and Date fields

2008-03-07 Thread Jerry Niman
Roy, Thanks, but I already have a work-round - I am looking for support to encourage BMC to provide the functionality as native. Jerry Jerry NimanTel+44 (0)161-247 1474 Head of Information and Communication Technology Services Email [EMAIL

Large Character Fields

2008-01-08 Thread John Kovalcik
Listers, I have quite a few character fields that are 255 characters in length. The majority of them came with the Helpdesk application and are in the 25xxx field ID range. Would there be any performance benefit in reducing these to only the necessary size. For example, a zTmp

Re: Large Character Fields

2008-01-08 Thread LJ LongWing (Head)
Kovalcik Sent: Tuesday, January 08, 2008 10:49 AM To: arslist@ARSLIST.ORG Subject: Large Character Fields ** Listers, I have quite a few character fields that are 255 characters in length. The majority of them came with the Helpdesk application and are in the 25xxx field ID range

Re: Large Character Fields

2008-01-08 Thread Axton
. -- *From:* Action Request System discussion list(ARSList) [mailto: [EMAIL PROTECTED] *On Behalf Of *John Kovalcik *Sent:* Tuesday, January 08, 2008 10:49 AM *To:* arslist@ARSLIST.ORG *Subject:* Large Character Fields ** Listers, I have quite a few character fields

Character Fields as Dropdowns in 6.3...Fixed?

2007-08-21 Thread Kaiser Norm E CIV USAF 96 CS/SCCE
Anyone know if the issue about the CLEAR option not showing up in character fields set as dropdowns has been fixed by a patch in 6.3? I see patches 21 and 22 are out, but the description is blank. Another annoyance concerning character fields as dropdowns-the X and Y coordinates do not work

Re: Character Fields

2006-10-19 Thread Carey Matthew Black
Lisa, The only way I know to change the color of the text in a character field is to put on colored glasses. On the other hand... If you can use a View field to display the text then you can use as much HTML and flaming/spinning icons as you might ever want to. On the other, other hand...

Re: Character Fields

2006-10-19 Thread Kemes, Lisa
@ARSLIST.ORG Subject: Re: Character Fields Lisa, The only way I know to change the color of the text in a character field is to put on colored glasses. On the other hand... If you can use a View field to display the text then you can use as much HTML and flaming/spinning icons as you might ever want

Re: Character Fields

2006-10-19 Thread Shawn Stonequist
Lisa, Depending on what version of Remedy you are using, there are two solutions: 1) In Remedy 6.3, you can use an Active Link 'Change Field' to change the color 2) This one will take a little more work, but in Remedy 4.5 you can give your character field no label, then create Text fields that