Microsoft Graph 2000 Chart 
Author Message
 Microsoft Graph 2000 Chart

i have a Microsoft Graph 2000 Chart in A2K with a query for a rowsource that
gets requeried.  but, when the form closes,  a message says that all changes
will be dropped and that i cant save the graph.  i know that and i dont
care. i cant seem to trap it (no number and occurs before unload event),
cant make it stop ( i created a new one and set locked to no BEFORE saving).

any ideas?
JamesSF



Wed, 15 Sep 2004 02:39:17 GMT  
 Microsoft Graph 2000 Chart
James,

Add the following to your Form_Error event and the problem goes away:

Private Sub Form_Error(DataErr As Integer, Response As Integer)
   If DataErr = 2800 Then    'raised by MsGraph
      Response = -1
   End If
End Sub

Steve


Quote:
> i have a Microsoft Graph 2000 Chart in A2K with a query for a rowsource
that
> gets requeried.  but, when the form closes,  a message says that all
changes
> will be dropped and that i cant save the graph.  i know that and i dont
> care. i cant seem to trap it (no number and occurs before unload event),
> cant make it stop ( i created a new one and set locked to no BEFORE
saving).

> any ideas?
> JamesSF



Wed, 15 Sep 2004 05:45:03 GMT  
 Microsoft Graph 2000 Chart


Sat, 18 Sep 2004 00:54:31 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. MS Graph 2000 Chart control

2. Legend formatting for Microsoft Graph 2000-Diagramm

3. Auto formatting chart labels to look stacked- Microsoft 2000

4. Microsoft Graph Chart has white band around border

5. Microsoft Office 2000 Professional - Microsoft Access

6. Graph 2000/VBA

7. MS Graph 2000

8. Access 2000 Graph <==> VB - Plz Help

9. graph 2000

10. Drive VISIO Org Chart Wizard from Access 2000

11. msgraph 2000 chart

12. HELP with dynamic range chart in vba : excel 2000

 

 
Powered by phpBB® Forum Software