Hi folks,

nun habe ich es schon genauso wie im Entwicklerhandbuch nachvollzogen und beim Ausführen meiner Methode kommt der Error Code 101 (file not found").
Das kann ich nun gar nicht nachvollziehen! Warum Error Code 101???

Habt ihr eine Idee?

  dim f as folderitem
  f=GetSaveFolderItem(ImageTypes.Jpg,"test")
  if f<>nil then
    f.SaveAsPicture Canvas1.Backdrop
  end if
Exception err as NilObjectException
  MsgBox "Error Code: " + str(f.LastErrorCode)


bye
Klemens

Antwort per Email an