Search the web
Sign In
New User? Sign Up
peoplesoft-fans · PeopleSoft Discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Enable one field on display only page   Message List  
Reply | Forward Message #49141 of 50060 |
Re: Sqr Editor


I like crimson editor.
 

--- On Wed, 11/19/08, Tom Hins <thins28@...> wrote:

From: Tom Hins <thins28@...>
Subject: Re: Sqr Editor
To: peoplesoft-fans@yahoogroups.com
Date: Wednesday, November 19, 2008, 9:03 AM






There may be something better but I like UltraEdit and you can open an sqc in
the sqr if you desire.

 

--- On Mon, 11/17/08, Khan Hassan <khassan@adventisthe althcare. com> wrote:

From: Khan Hassan <khassan@adventisthe althcare. com>
Subject: Sqr Editor
To: peoplesoft-fans@ yahoogroups. com
Date: Monday, November 17, 2008, 5:04 PM

holla fellas,

I remember using an editor where when sqr is open it will open all the codes of
the .sqc files in the sqr

if you have any question or if i can be of further assistance please let me know

Thanks
khan
301-315-3105

[Non-text portions of this message have been removed]


















[Non-text portions of this message have been removed]




Wed Nov 19, 2008 2:17 pm

hpshah
Offline Offline
Send Email Send Email

Forward
Message #49141 of 50060 |
Expand Messages Author Sort by Date

I need one field out of 30 activated on a page. I have tried making it display only in security and adding peoplecode to open it up which did not work. I know...
Amy
achristenson...
Offline Send Email
Nov 13, 2008
7:33 pm

Amy, it might be the event that you have the PeopleCode on that is the problem. Try putting it on the PostBuild event, which fires after the page is built. ...
steve walker
vantive_guy
Offline Send Email
Nov 13, 2008
8:17 pm

I have it on component post build. I also tried page peoplecode to make the page display only which it did, and then enable the field afterwords and it did...
Amy
achristenson...
Offline Send Email
Nov 13, 2008
8:19 pm

Why not just make each field display only (by double-clicking each field) except for the one you want enabled? Don ... [Non-text portions of this message have...
don.barclay@...
donbarclay
Offline Send Email
Nov 13, 2008
8:41 pm

It is based on a workflow role... ... field) ... to ... every...
Amy
achristenson...
Offline Send Email
Nov 13, 2008
9:14 pm

Amy,   I have limited it to one field before.  It may not be hitting your criteria.  Here is an example I recently did, this code is in record, row init on...
Tom Hins
thins28
Offline Send Email
Nov 13, 2008
9:49 pm

By the way I have more elaborate code for self service which I do multiple hides, displays, and allow edit or not, so you can do more fields, the code I am...
Tom Hins
thins28
Offline Send Email
Nov 13, 2008
9:51 pm

Thank you; that is what I did as well; I was just trying to avoid entering 50 fields which I went ahead and did. Thank you again for your time. Amy ... ...
Amy
achristenson...
Offline Send Email
Nov 13, 2008
10:01 pm

Well never tried this and it may be a ridiculous idea but could make two subpages identical except for one has the fields editable and the other display only...
Tom Hins
thins28
Offline Send Email
Nov 14, 2008
2:14 pm

May be you can try to control it by PeopleCode based on security. From: peoplesoft-fans@yahoogroups.com [mailto:peoplesoft-fans@yahoogroups.com] On Behalf Of...
Cheng-Squires,Winnie
winniechengs...
Offline Send Email
Nov 14, 2008
7:20 pm

How about dynamically taking all the fields from the panel and disabling every field except the one.. similar code can be found at the Component Post build...
Ashar Rahman
ashar_83
Offline Send Email
Nov 14, 2008
7:20 pm

You also can do in case of your record is TEST &rec = GETRECORD(RECORD.TEST); For &J = 1 To &rec.FieldCount &rec.GetField(&J).Enabled = False; End-For; This...
Fabrizio Guzman
ffgf
Offline Send Email
Nov 14, 2008
7:20 pm

I have a grid on a secondary page and I want all the fields in the grid to be from a derived record. Application Designer is not letting me do it. The...
Greg Coles
Greg.Coles@...
Send Email
Nov 14, 2008
6:57 pm

We hit this wall last week and ended up creating a SQL view to be used on the grid with no updates allowed on the page. HTH Julia ...
Kotlyarker, Julia
julia_kotlya...
Offline Send Email
Nov 14, 2008
6:59 pm

holla fellas, I remember using an editor where when sqr is open it will open all the codes of the .sqc files in the sqr if you have any question or if i can be...
Khan Hassan
mehdihusain
Offline Send Email
Nov 18, 2008
11:27 pm

There may be something better but I like UltraEdit and you can open an sqc in the sqr if you desire.   ... From: Khan Hassan <khassan@...>...
Tom Hins
thins28
Offline Send Email
Nov 19, 2008
2:03 pm

I like crimson editor.   ... From: Tom Hins <thins28@...> Subject: Re: Sqr Editor To: peoplesoft-fans@yahoogroups.com Date: Wednesday, November 19,...
Himanshu Shah
hpshah
Offline Send Email
Nov 20, 2008
7:41 pm

SQR Express will actually open up all the SQC, flatten the whole thing into one file. ... From: Tom Hins <thins28@...> Subject: Re: Sqr Editor To:...
Eric Hsu
ethsu
Offline Send Email
Nov 20, 2008
7:42 pm

In addition to UltraEdit we use SP Debugger for SQR by SparkPath. It will pull in all your included SQCs and allows you to step through each procedure, track...
donna401sbc
Offline Send Email
Nov 20, 2008
7:42 pm

GDay, We use SQR Runner Pro: http://www.sqr-runner.de/ Click on Edit > Analyse SQR > Expand SQR Sounds like what you are looking for? Cheers, Cy ... the codes...
cbharda
Offline Send Email
Nov 20, 2008
7:42 pm

Hi Greg, You can use the installation record. Put only one field of installation record in the grid. Set the field as invisible and display only. You need do...
yopym
Offline Send Email
Nov 18, 2008
11:26 pm

Just use a dynamic view with just a dummy field and nothing in the SQL text. Include the dummy field on the scroll and set the grid to "No Auto Select" and "No...
Jose Ngo
josengo
Offline Send Email
Nov 18, 2008
11:27 pm

Try putting the PeopleCode on the WorkFlow event. That runs well after PostBuild. ________________________________ From: Amy <amy.christenson@...> ...
steve walker
vantive_guy
Offline Send Email
Nov 14, 2008
7:20 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help