[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Runtime error with Charts in SQR
Resending the original mail...............
please help!
-----Original Message-----
From: Maheshwari, Amit
Sent: 05 October 2001 09:35
To: SQR-USERS@list.iex.net
Subject: Runtime error with Charts in SQR
Hi all,
This is the first time I am using Charts in SQR.I am facing a runtime
error.The platform is UNIX.
Here is my code :
!*************************
Begin-Setup
create-array
name=a1 size=12
field=amount:number
End-Setup
Begin-Procedure Main
Let #i =0
Let #k =0
Let #j =100
while #i < 11
Let #j = #j+100
Let a1.amount(#i) = #j
Let #i=#i +1
Let #k =#i
end-while
while #k > 0
Let #L = a1.amount(#k)
Let #k =#k -1
end-while
print-chart (15, 20)
title= 'Green City Store Sales'
sub-title= '(Second Quarter)'
chart-size= (50, 28)
type= pie
data-array= a1
data-array-column-count= 1
data-array-row-count= 7
3d-effects= yes
fill= color
End-Procedure
!*************************
The runtime error is :
*** Internal Coding Error ***
(SQR 6352) INTERNAL: Unsupported option/request (0) in (nGetActualValue).
SQRT: Program Aborting.
!*************************
I might be using this charts option incorrectly.Can someone help me in this.
Thanks in advance
amit
****************************************************************************
*
This message is confidential and for use by the addressee only. If you
are not the intended recipient, you must not use, disclose, distribute,
copy, print, or rely on this message. Please notify the sender by
return email and then delete the message from your computer. Royal Skandia
accepts no responsibility for changes made to this message after it was
sent nor for any loss or damage from receipt or use.
Royal Skandia Life Assurance Limited - a member of the Skandia Group of
Companies - Reg No: 24916 Isle of Man - Registered Office: Skandia
House, Finch Road, Douglas, Isle of Man IM99 1NU, British Isles - Regulated
by the Personal Investment Authority for UK Investment Business -
Member of the Association of International Life Offices.
Internet: http://www.royalskandia.com
****************************************************************************
*
*****************************************************************************
This message is confidential and for use by the addressee only. If you
are not the intended recipient, you must not use, disclose, distribute,
copy, print, or rely on this message. Please notify the sender by
return email and then delete the message from your computer. Royal Skandia
accepts no responsibility for changes made to this message after it was
sent nor for any loss or damage from receipt or use.
Royal Skandia Life Assurance Limited - a member of the Skandia Group of
Companies - Reg No: 24916 Isle of Man - Registered Office: Skandia
House, Finch Road, Douglas, Isle of Man IM99 1NU, British Isles - Regulated
by the Personal Investment Authority for UK Investment Business -
Member of the Association of International Life Offices.
Internet: http://www.royalskandia.com
*****************************************************************************