Hello i have a custom object I created and it i am trying to clone it with an identical object but it seems the object is by reference.
Here is just a sample of what I am doing to give you an idea possibly what I am looking for.
My object has one property that I can read and write to. (get set) named ID. It also has a constructor.
local myobject:myobject &oID = create myobject:myobject();
&oID.ID="cool1";
local myobject:myobject &oID2 = create myobject:myobject();
&oID2=&oID;
&oID2.ID="NOTCool";
Hello,
I am new to PeopleSoft dev.
I am have a test screen i am using to build this with a simple button. When I click the button i have the following code firing:
Local NDC_EX_CONUS:NDC_EX_CONUS &teeter;
Local number &steeter;
&teeter = &aConusData [2];
WinMessage(&steeter);
SQLExec(&teeter.WriteEXLocation(3));
WinMessage("ga ga : " | &steeter);
WinMessage("Length of array of conus extracts: " | &aConusData.Len);
The error I get is happening at the SQLExec. Here is what the writeexlocation method code is:
method WriteEXLocation
| Title | Under | Posted on |
|---|---|---|
| MD5 - SHA checksum of a file. | PeopleSoft Technical | 02/07/2012 - 5:29am |
| nVision Tabular Report through PIA with prompts | PeopleSoft Technical | 02/02/2012 - 10:07pm |
| Can we create an AE to mass update Position - Jobcode data? | PeopleSoft Technical | 01/18/2012 - 3:11am |
| Pay Components on job data can be defaulted and setup based on the rules? | PeopleSoft Functional | 01/05/2012 - 4:58am |
Recent comments
19 hours 12 min ago
1 week 11 hours ago
1 week 19 hours ago
1 week 2 days ago
1 week 2 days ago
1 week 2 days ago
1 week 6 days ago
2 weeks 8 hours ago
2 weeks 8 hours ago
2 weeks 1 day ago