Powered by Zoomin Software. For more details please contactZoomin

OpenEdge ABL API Reference

OpenEdge.DataAdmin.Message.SaveRequest

  • Last Updated: January 15, 2026
  • 1 minute read
    • OpenEdge
    • Version 12.8
    • Documentation
Namespace: OpenEdge.DataAdmin.Message
Type: Class SaveRequest
Parent Classes:
Inherits: DataAdminMessage
Implements: ISaveRequest


File:SaveRequest
Author(s):hdaniels
Created:Thu Sep 30 2010
/*
constructor public SaveRequest (h as handle ):
super (h).
end constructor.
constructor public SaveRequest (h as handle, pcurl as char ):
super (h,pcurl).
end constructor.
constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ):
super (ctnxtid,h,pcurl).
end constructor.



Constructor Summary
  Options Name Purpose
  SaveRequest (character, character, handle) /* constructor public SaveRequest (h as handle ): super (h). end constructor. constructor public SaveRequest (h as handle, pcurl as char ): super (h,pcurl). end constructor. constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ): super (ctnxtid,h,pcurl). end constructor. */

Constructor Detail
Top

SaveRequest (character, character, handle)

/*
constructor public SaveRequest (h as handle ):
super (h).
end constructor.
constructor public SaveRequest (h as handle, pcurl as char ):
super (h,pcurl).
end constructor.
constructor public SaveRequest (ctnxtid as char,h as handle, pcurl as char ):
super (ctnxtid,h,pcurl).
end constructor.
Parameters:
name CHARACTER
 
ctnxtid CHARACTER
 
h HANDLE
 


TitleResults for “How to create a CRG?”Also Available inAlert