I am attempting to incorporate the #Last-Page variable into my heading so I can print out page x of y. The variable, however, is not accumulating any value --...
498
SNafissi@...
Oct 1, 1999 2:15 pm
Hi, I don't know if it is possible to print "page # of #" in the heading section, but I do know that it is possible to do it in the footing section as follows:...
499
Durgar Masanam
dmasanam@...
Oct 1, 1999 10:40 pm
Hi, Any one knows in which SQR/SQC this procedure is written. Thanks, Durga....
500
AlanOtani
ATOI@...
Oct 1, 1999 10:41 pm
Karen: Last-page is a function/command, not a reserved word variable . . . This has worked for me in the past: page-number ( , 120, ) 'Page No. ' ...
501
Krishna Reddy Gaddam
reddygk@...
Oct 1, 1999 10:41 pm
Hi Karen, #Last-Page is not a reserved variable. See the following code: .... page-number (1,37) 'Page ' ! Will appear as last-page () ' of ' '.' ! "Page...
502
eGroups.com Poll Resu...
improvisations@...
Oct 3, 1999 4:31 am
Here are the results of the vote: 1. Managing data conversions 11 2. Intro to Reporting Tools 12 3. Into to PeopleSoft - Complete, includes PeopleTools...
503
Bryan deSilva
improvisations@...
Oct 3, 1999 4:32 am
Well, as you can see by now, the poll is closed and you’ve chosen SQR. Thanks to everyone who voted. It was close, but SQR it is. Don’t worry if it ...
504
Van Horn, Barbara
barbara.van-horn@...
Oct 4, 1999 7:09 pm
An excellent book on SQR is "SQR in PeopleSoft and Other Applications" by Galina and Vlad Landres. I got it through Amazon for $39.92 (total cost including...
505
Bryan deSilva
improvisations@...
Oct 4, 1999 9:16 pm
I agree with Barbara about the SQR book. It will be the main tool for this study group. We’re still investigating other sources of information for places in...
506
krutberg@...
Oct 5, 1999 2:37 am
In general, what does the $xv_ prefix connote in SQR variables? Thanks. Karen...
507
Nicks, Roxanne
Roxanne.Nicks@...
Oct 5, 1999 3:28 pm
Does anyone know where I can find documentation on the differences between Federal Release 7.5 and 7.51? Roxanne Nicks 512-460-5196...
508
Robert Torreano
torreano@...
Oct 5, 1999 4:17 pm
Have you tried the release notes on Customer Connection?...
510
krutberg@...
Oct 5, 1999 4:17 pm
When I run a customized SQR on the client to a file, it runs perfectly. I included code to reference a customized SQC to print out the last page # (not sure if...
511
Sreeni Reddy
sreenireddy@...
Oct 5, 1999 7:22 pm
Hi Karen There is a problem with that. If u run to a file u wont get the error. but when u send it to a printer u get the error. I had the same problem, dont ...
512
Shonda R. Johnson
Shonda-Johnson@...
Oct 5, 1999 7:22 pm
This is a great book!!! Shonda R. Johnson Rapid Application Development Specialist Information Technology The University of Oklahoma, Health Sciences Center ...
513
SNafissi@...
Oct 5, 1999 7:22 pm
Hi, Go to PRINTERS in WIN95 environment and rename your default-printer to LPT1. Then on your run-control panel, choose PRINTER and type LPT1 in it and that ...
514
MLR4@...
Oct 6, 1999 12:34 am
When and where does your usergroup meet. I live in the Atlanta area. Thanks. Marjorie Ranlglin mlr4@... This electronic message contains information from...
515
Krishna Reddy Gaddam
reddygk@...
Oct 6, 1999 12:34 am
Hi Karen, These may effect your SQR: 1). Make sure that flag "-ziv" is not present in SQR flags (Otherwise,you have to make some changes to standard SQC files...
516
Pam Lantzy
plantzy@...
Oct 6, 1999 1:19 pm
Hi. I am looking into using Visual SourceSafe to store SQRs, Cobol, html, etc. We are running HE 7.5 on unix but have Process Schedulers running on NT and ...
517
Sinyard, Lisa
Lisa.sinyard@...
Oct 6, 1999 1:19 pm
This group does not meet face to face, it is strictly an email users group. People post questions and then users can respond and network with one another. It...
518
Rishi Ranjan
rishiranjan@...
Oct 6, 1999 5:53 pm
Can you reference tree nodes in SQR in a manner similar to the way the tree nodes are accessed in PS/Query, or in any manner that would provide the same...
519
GINA BONNER
GBONNER@...
Oct 6, 1999 9:08 pm
We are using HRMS 7.02 currently and have recently had a request to pay flexible spending reimbursements via direct deposit. Has anyone already been through...
520
kelly.c.mcmullen@...
Oct 6, 1999 9:08 pm
Use the Tree Table Select table groups to be able to interpret tree data using tools such as SQR. There is a separate table for each length of field on which a...
521
wades@...
Oct 6, 1999 11:01 pm
I've been going crazy using dates in an SQR. I have dates that are in the format OCT 10 1999. I need to compare these dates to see if one is < or = or > =....
522
kathy_cipriani@...
Oct 6, 1999 11:01 pm
I don't believe there is any connection between the payroll direct deposit and the FSA module currently. It would probably take some customization to make it...
523
Sreeni Reddy
sreenireddy@...
Oct 6, 1999 11:01 pm
Hi Do any of you know any IVRs (IVR = Interactive Voice Response systems) that work with PeopleSoft HR systems Thanks in Advance Sreeni ...
524
Robert Torreano
torreano@...
Oct 7, 1999 2:34 am
TALX and Edify have been favorites in the field. What areas do you plan to use this for? Base Benefits? BenAdmin? Other? If you are using this for...
525
kathy_cipriani@...
Oct 7, 1999 2:34 am
PeopleSoft has business partnerships with TALX's and Edify. PeopleSoft also has many customers in production who is uding this technology. If you have access...
526
Dana_S_Kranz@...
Oct 7, 1999 2:34 am
What is your database platform, i.e., MS SQL Server, Oracle, etc???? The conversion of dates are different with each. Will need this information before the...
527
John Rosenburg
john_rosenburg@...
Oct 7, 1999 2:34 am
You can use the DATETIME.SQC that Peoplesoft delivers to convert the date from native format to a format that you can compare with (e.g. YMD). I think the ...