When I try to run a custom developed SQR program, which has a bar chart, the error ”Unsupported Grafcap device –SQR 6458” was reported by the SQR engine.. Even when I tried with bar100.sqr program, which is a delivered SQR, the same error exists. Later I found the solution. There are three things to be considered while running any program with bar/pie/histogram etc.
a).stimages.dll
b).Libsti.ini
c).SQR File Path
a).Stimages.dll
The code was provided by a guest by the name of Nate. I wanted to post the code as a blog entry to give it more visibility. The original forum question is http://compshack.com/forum/peoplesoft/peoplesoft-technical/sending-meeti...
I haven't used/tested the code, so please provide your feedback in the comments section below if you have.
I had the need to count an occurrence of a specific character in a string and after tossing some ideas back and forth between a couple of my colleges, we came up with the below two SQLs. You pass a string and identify the character you are looking to count its occurrence. In both SQLs below, I'm trying to count how many times does ">>" exists in string "This is>>a string>>to look into>>". The answer of course is 3 times.
SQL Option 1:
Following is the query that can be useful to find out all records under a specified component. All it requires is the component name, and type of record you want to check For example pass value as "0" to retrieve only record type as 'Table' under specified component
Here comes a sql beautifier web site for the readers who don’t know about this.
We can format the sql in a second by using this. Give a try and will see the difference in sql. Useful to understand the sql in easier way.
http://www.dpriver.com/pp/sqlformat.htm
Regards,
Hari.A
Here is an online SQL learning website with Interpreter
http://sqlcourse.com/create.html
This will be useful for all beginners.
Regards,
Hari.A
Many of you have might see an Error - Not able to update own data on PS delivered components
"You are not allowed to upadte your own data
You attempted to save a record containing an EMPLID field whose value matched the value defined in your operator profile.Contact other authorized user to update your data or contact your system adm."
Here is a quick way to overide that
Open the RowInit PeopleCode on the EMPLID field
AllowEmplidChg(true);
Nvision user manual
Regards,
Hari.A
Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
Recent comments
2 years 28 weeks ago
2 years 33 weeks ago
2 years 33 weeks ago
2 years 34 weeks ago
2 years 35 weeks ago
2 years 35 weeks ago
2 years 37 weeks ago
2 years 39 weeks ago
2 years 42 weeks ago
2 years 48 weeks ago