Product : Engine, Version : 4.1.6.1028, ArticleID : 41023368

Bug : Problem in SaveToMemory or CreateFromMemory

Article41023368
TypeBug
ProductEngine
Version4.1.6.1028
Date Added1/8/2004
FixedYes [1/8/2004]
Submitted bySteve Smith
Keywords

Subject

Problem in SaveToMemory or CreateFromMemory

Summary

After this code

Private Sub cmdSaveRest_Click() 
Dim barray As Variant 
Dim size As Long 

  size = vd.ActiveDocument.SaveToMemory(barray) 
  Call vd.ActiveDocument.CreateFromMemory(barray, size) 
  Call vd.CommandAction.Zoom("E", "USER", "USER") 
End Sub 
calling xreflayercontrol the control crashes

Solution

fixed in 4.1.6.1029