PeopleCode

how to hide a cancel button in a DOMODEL page

Hi,

I am trying to hide a cancel button in a DOMODEL page. Any one pls help me

Thanks,
Hari

Updating a file using a Peoplecode in Application Engine

Hi All,
Is there anyway to update a file text using an appengine.In the attachment text file,i need to erase the lines starting with "N1" and "PER" and update the number count in the line starting with "SE"(the number between the stars) and update the file.Im getting error while using Get Position and SetPosition. Any Help Appreciated..

Thanks,
Ashok K.

Peoplesoft HTML Area Issue

Hi All,
Im designing a page in Peoplesoft with an object HTML Area.Im able to expand the root and 1st level child nodes.When im trying to expand 1st level child im getting the child leaves along with a repeated 1st level child node as

First | Previous | Next | Last | Left | Right
-ERPA_AK_AE_6
-Records
+Records
ERPA_AK_APP_6

Where ERPA_AK_APP_6 is the Record present in the Project ERPA_AK_AE_6.Im fetching the records from the project using "CreateSQL".Im trying so that the 1st level child node(Record) should not expand again.Please help me..

hiding row in a grid with two levels 0 and 1

Hello. I'm new to Peoplesoft and new to this community. I am trying to hide a row within a grid. I found this code on this site:Local Rowset &Level1;

&Level1 = GetLevel0()(1).GetRowset(Scroll.PERSON_ADDRESS);
For &i = 1 To &Level1.ActiveRowCount
&AddrType = FetchValue(Scroll.PERSON_ADDRESS, &i, PERSON_ADDRESS.ADDRESS_TYPE);
If &AddrType <> "HOME" Then
&Level1(&i).Visible = False;
End-If;
End-For;

I'm confused on where to place this code. Could someone help please?

Thanks

Invoking web service method from peoplesoft

Hi

I need to consume a third party web service, one its method's input parameter is a byte array. I tried lot of ways to crack this, but i couldn't make it. Can any one please suggest me how to do this?....

Thanks in advance

Search Page record count

Hello All,
When we try to do the blank search in any peoplesoft search page, Peoplesoft returns the default 300 rows. My client requirement is to restrict it from 300 to 100. I'm using HCM Peopletool 8.47. This is very urgent. Any help is highly appreciated.

How to display more than two lines of error message

Hi all,

my requirement is display an errormessage that contains more than 3 lines of message.when i try to create an error message in mesage catalouge (message text) it is accepting only one line of message.

i have given remaining message in Explain field in message catalogue and saved .
but iam getting error message like message text and below that explanation msg

i have concatinated these two message but still iam getting in same format.

can any one help me on this issue

Thanks,
preethi

Is it posiible to write code for OK and Cancel buttons in secondary page

Hello Everyone,

Is it possible to wrte code for Ok and Cancel buttons which will be popped up by defaultly for the secondary page.

Thanks in advance.

PutAttachment fails on network drive

I'm having an issue with the PutAttachment in an App Engine. I can get it to work when the file is on the local drive (C:, D:), but it fails when the file I want to copy is on a network drive.

I'm doing a FileExists, so the process does find the file, and the process does end successfully with a return code of 0, but the file on the network drive doesn't get copied.

Any ideas?

Can anyone please explain me in detail about debugging process and its ways with scenario if possible

Hi,
can any one explain me about how to do debugging and its uses with one scenario

Thanks in advance.....