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
Messages 42885 - 42914 of 50059   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
42885
Hi everyone.. the error code thrown for this is 12547 desc of the error is below ORA-12547 TNS:LOST CONTACT Could not sign onto the database with <username>...
chinni bolapati
chinni_748
Offline Send Email
Mar 1, 2006
3:54 pm
42886
Hi all- Is there a way to display the search result automatically without selecting the SEARCH button first? Thanks. Hue Lam hlam@... 312-629-6560...
Hue Lam
hlam0222
Offline Send Email
Mar 1, 2006
3:54 pm
42887
I am working in 8.9 Tools 8.46, and I am trying to hide the page Field Name on a Scroll Area (so the name of the scroll area) with PeopleCode. I am not having...
amy.harvel@...
amy_harvel
Offline Send Email
Mar 1, 2006
4:54 pm
42888
On wich platform are you ? Unix , Windows ? wich oracle version ? patched ? What is the oracle protocol you are using (tcp/ip tgrough oracle listener or...
jean christophe Ottol...
JOTTOLINI
Offline Send Email
Mar 1, 2006
6:09 pm
42889
If you want to hide the scroll area name for everyone, you can go into app designer and do this. You would double click on the scroll area, go to the label...
Paulson, Sammy S. (HSC)
Sammy-Paulson@...
Send Email
Mar 1, 2006
6:09 pm
42890
Lana I just went through this exercise in version 8.9 and what I ended up doing was including both prop_dflt_comp_btn and prop_calc_calc_comp_btn with a Y....
Sherri Hanuszczak
s_hanuszczak
Offline Send Email
Mar 1, 2006
6:11 pm
42891
Close but no Cigar If &field.value = 'A' then Hide Scroll Else Unhide Scroll end-if "Paulson, Sammy S. \(HSC\)" <Sammy-Paulson@...> Sent by:...
amy.harvel@...
amy_harvel
Offline Send Email
Mar 1, 2006
6:14 pm
42892
Can anyone on HRMS 8.3 tell me if table PS_CO_TAXIMP_SETUP exists in their database ? We are Tools 8.18.12 DB2. It's showing on the DDDAUDIT as being in the...
btkittler
Offline Send Email
Mar 1, 2006
8:02 pm
42893
Greetings all, I am on SQL Server 2000, HRMS 8.3 SP1 I am working on a sql statement to get the tax information for the latest period of the latest year. My...
Bob Bridges
rdbjr57
Offline Send Email
Mar 1, 2006
8:02 pm
42894
Is your lookup in a While loop ? If you just execute it once, you will only get one row returned. Brian ... which is ... called,DB ... returning more ... ...
btkittler
Offline Send Email
Mar 1, 2006
8:03 pm
42895
I agree Mr. Paulson answered your question as you stated it. If you wanted to know under certain conditions how you hide the scroll area then you would do as...
Paulson, Sammy S. (HSC)
Sammy-Paulson@...
Send Email
Mar 1, 2006
8:03 pm
42896
It is probably easier to sum the monthly amounts for the year. ... Greetings all, I am on SQL Server 2000, HRMS 8.3 SP1 I am working on a sql statement to get...
Sherri Hanuszczak
s_hanuszczak
Offline Send Email
Mar 1, 2006
8:07 pm
42897
(This is in PS Student Admin 8.1 SP 1, working on PTools 8.20.05...) I am working on a project where we want to catch errors that may occur in an App Engine...
David Thompson-Hall
dgthall
Online Now Send Email
Mar 1, 2006
8:10 pm
42898
Raji, A load-lookup table is not the same as a database table. When you do the lookup, only one row can be returned. I suppose you could consider it...
White . Denise
hispanofila
Offline Send Email
Mar 1, 2006
9:04 pm
42899
Since I don't know your data, I don't know if you need to worry about multi-companies... but, so just pointing out you're ignoring company in your select. ...
Debra Bongard
debra_bongard
Online Now Send Email
Mar 1, 2006
9:18 pm
42900
Mmm what are you talking about precisely ? A stored procedure in the database ? like PL-SQL procudure stored in Oracle DB) in that case it's "out of PS" and...
jerome_cadet
Offline Send Email
Mar 1, 2006
10:22 pm
42901
I have a txt file which has tab space on each line. when I read the file, AE is not reading the tab space. How to read such files using AE. Now I have an Idea...
vadivel_1205
Offline Send Email
Mar 1, 2006
10:22 pm
42902
Bob, For the Balance Period sub-select, you need to join on al the key fields EXCEPT balance_period and balance_qtr. HTH Bob Bridges...
Jim McKeever
jim_mckeever...
Offline Send Email
Mar 1, 2006
10:23 pm
42903
There must be some other qualifier. Try using 'select *' to see all the data and then you might see some other qualifier -- maybe company. ... [Non-text...
Thomas Mccann
mccann759
Offline Send Email
Mar 1, 2006
10:23 pm
42904
What is the structure of your audit record ? I'm surprised that it seems to start with an oprid value directly... there should be some other key fields before...
jerome_cadet
Offline Send Email
Mar 1, 2006
10:23 pm
42905
Hello everyone, I have recently become IT Director of a company that uses Peoplesoft HR and Financials. We are about to upgrade these to newer versions and I...
fjdoyle2002
Offline Send Email
Mar 1, 2006
10:24 pm
42906
In application designer I am trying to design a group of radio buttons for marital status. One problem is that depending on User choice I have to show the...
Gilchrist, Gay
ggilchrist@...
Send Email
Mar 1, 2006
10:24 pm
42907
Am I drunk or &AccrualRowForInsert = &M; and &AccrualRowForInsert = &M; are exactly the same thing ? In that case both <= and >= conditions produce the same...
jerome_cadet
Offline Send Email
Mar 1, 2006
10:24 pm
42908
Hi, I am trying to pull a report out of peoplesoft which would list the last login time for each active users in peoplesoft. I know i can query PSOPRDEFN table...
Giridaran Sundararajan
giridar
Offline Send Email
Mar 1, 2006
10:24 pm
42909
Bob, You need to add some additional keys to your join criteria in the subqueries and also remove BALANCE_PEROD from the criteria of the second subquery. Try...
Ken Wright
kgwrig
Offline Send Email
Mar 1, 2006
10:25 pm
42910
This is true. PS used to deliver the cobol modules compiled for the NT environment, but if you applied a patch to the cobol modules, you had to recompile them...
Doug Nichols
drnicholsattnet
Offline Send Email
Mar 1, 2006
10:35 pm
42911
the best you can do is to modify the portion of the peoplecode login customizing it so it'll insert a row in a customized table everytime smbdy login. Of...
jean christophe Ottol...
JOTTOLINI
Offline Send Email
Mar 1, 2006
10:40 pm
42912
From what I understand, this is due to Oracle's new licensing agreement with MicroFocus. It's very true that the license fees have sky rocketed. The problem is...
Crosby, John
jjcrosby3
Offline Send Email
Mar 1, 2006
10:41 pm
42913
We have licensed the Microfocus COBOL compiler because we have a small number of the programs that are customized (please - no comments about that fact, it is...
Lynds,Rick
rlynds2001
Offline Send Email
Mar 1, 2006
10:55 pm
42914
Sorry, but you don't really have a choice. If you apply any patches that have COBOL modules delivered with them then you will need to recompile. Sometimes...
celder69@...
elderc
Offline Send Email
Mar 2, 2006
2:49 am
Messages 42885 - 42914 of 50059   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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