Show / Hide Table of Contents

    SaveDataToBlob Procedure

    Codeunit Text File Exporter

    Saves the provided data in a TempBlob. The data is formatted according to the settings in FileSettingsCode.

    Overloads

    Name Description
    SaveDataToBlob(Code[20]; Record "QWETB Text Buffer" temporary; Codeunit "QWETB Temp Blob") Saves the provided data in a TempBlob.
    SaveDataToBlob(Code[20]; Record "QWETB Text Buffer" temporary; Codeunit "Temp Blob") Saves the provided data in a TempBlob.
    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Codeunit "QWETB Temp Blob") Saves the provided data in a TempBlob.
    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Codeunit "Temp Blob") Saves the provided data in a TempBlob.
    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB Fixed Width Column" temporary; Codeunit "QWETB Temp Blob") Saves the provided data in a TempBlob.
    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB Fixed Width Column" temporary; Codeunit "Temp Blob") Saves the provided data in a TempBlob.
    SaveDataToBlob(Code[20]; Record "QWETB Text Buffer" temporary; Record "QWETB tTempBlob" temporary) Saves the provided data in a TempBlob record.
    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB Fixed Width Column" temporary; Record "QWETB tTempBlob" temporary) Saves the provided data in a TempBlob.
    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB tTempBlob" temporary) Saves the provided data in a TempBlob.

    SaveDataToBlob(Code[20]; Record "QWETB Text Buffer" temporary; Codeunit "QWETB Temp Blob") Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in FileSettingsCode.

    Signature

    SaveDataToBlob(FileSettingsCode: Code[20]; var TempTextBuffer: Record "QWETB Text Buffer" temporary; TempBlob: Codeunit "QWETB Temp Blob")
    

    Parameters

    FileSettingsCode Code[20]

    The code of the File Settings that should be used for formatting the output. If the provided File Settings has a "Data Type" set to "Fixed Width", the configured Fixed Width Columns will be used.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    TempBlob Codeunit "QWETB Temp Blob"

    The TempBlob that the data is saved to.

    SaveDataToBlob(Code[20]; Record "QWETB Text Buffer" temporary; Codeunit "Temp Blob") Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in FileSettingsCode.

    Signature

    SaveDataToBlob(FileSettingsCode: Code[20]; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var TempBlob: Codeunit "Temp Blob")
    

    Parameters

    FileSettingsCode Code[20]

    The code of the File Settings that should be used for formatting the output. If the provided File Settings has a "Data Type" set to "Fixed Width", the configured Fixed Width Columns will be used.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var TempBlob Codeunit "Temp Blob"

    The TempBlob that the data is saved to.

    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Codeunit "QWETB Temp Blob") Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in TempFileSettings.

    Signature

    SaveDataToBlob(TempFileSettings: Record "QWETB File Settings" temporary; var TempTextBuffer: Record "QWETB Text Buffer" temporary; TempBlob: Codeunit "QWETB Temp Blob")
    

    Parameters

    TempFileSettings Record "QWETB File Settings" temporary

    The File Settings that should be used for formatting the output. If the provided File Settings has a "Data Type" set to "Fixed Width" and the Code field has a value, the configured Fixed Width Columns will be used.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    TempBlob Codeunit "QWETB Temp Blob"

    The TempBlob that the data is saved to.

    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Codeunit "Temp Blob") Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in TempFileSettings.

    Signature

    SaveDataToBlob(TempFileSettings: Record "QWETB File Settings" temporary; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var TempBlob: Codeunit "Temp Blob")
    

    Parameters

    TempFileSettings Record "QWETB File Settings" temporary

    The File Settings that should be used for formatting the output. If the provided File Settings has a "Data Type" set to "Fixed Width" and the Code field has a value, the configured Fixed Width Columns will be used.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var TempBlob Codeunit "Temp Blob"

    The TempBlob that the data is saved to.

    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB Fixed Width Column" temporary; Codeunit "QWETB Temp Blob") Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in TempFileSettings.

    Signature

    SaveDataToBlob(TempFileSettings: Record "QWETB File Settings" temporary; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var TempFixedWidthColumn: Record "QWETB Fixed Width Column" temporary; TempBlob: Codeunit "QWETB Temp Blob")
    

    Parameters

    TempFileSettings Record "QWETB File Settings" temporary

    The File Settings that should be used for formatting the output.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var TempFixedWidthColumn Record "QWETB Fixed Width Column" temporary

    Any Fixed Width Column settings that should be used when formatting the output. This is only valid if TempFileSettings has the "Data Type" set to "Fixed Width"

    TempBlob Codeunit "QWETB Temp Blob"

    The TempBlob that the data is saved to.

    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB Fixed Width Column" temporary; Codeunit "Temp Blob") Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in TempFileSettings.

    Signature

    SaveDataToBlob(TempFileSettings: Record "QWETB File Settings" temporary; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var TempFixedWidthColumn: Record "QWETB Fixed Width Column" temporary; var TempBlob: Codeunit "Temp Blob")
    

    Parameters

    TempFileSettings Record "QWETB File Settings" temporary

    The File Settings that should be used for formatting the output.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var TempFixedWidthColumn Record "QWETB Fixed Width Column" temporary

    Any Fixed Width Column settings that should be used when formatting the output. This is only valid if TempFileSettings has the "Data Type" set to "Fixed Width"

    var TempBlob Codeunit "Temp Blob"

    The TempBlob that the data is saved to.

    SaveDataToBlob(Code[20]; Record "QWETB Text Buffer" temporary; Record "QWETB tTempBlob" temporary) Procedure

    Saves the provided data in a TempBlob record. The data is formatted according to the settings in FileSettingsCode.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
    Deprecated since: 27.0

    Signature

    [Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
    SaveDataToBlob(FileSettingsCode: Code[20]; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var tTempBlob: Record "QWETB tTempBlob" temporary)
    

    Parameters

    FileSettingsCode Code[20]

    The code of the File Settings that should be used for formatting the output. If the provided File Settings has a "Data Type" set to "Fixed Width", the configured Fixed Width Columns will be used.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var tTempBlob Record "QWETB tTempBlob" temporary

    The TempBlob record that the data is saved to.

    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB Fixed Width Column" temporary; Record "QWETB tTempBlob" temporary) Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in TempFileSettings.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
    Deprecated since: 27.0

    Signature

    [Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
    SaveDataToBlob(TempFileSettings: Record "QWETB File Settings" temporary; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var TempFixedWidthColumn: Record "QWETB Fixed Width Column" temporary; var tTempBlob: Record "QWETB tTempBlob" temporary)
    

    Parameters

    TempFileSettings Record "QWETB File Settings" temporary

    The File Settings that should be used for formatting the output.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var TempFixedWidthColumn Record "QWETB Fixed Width Column" temporary

    Any Fixed Width Column settings that should be used when formatting the output. This is only valid if TempFileSettings has the "Data Type" set to "Fixed Width"

    var tTempBlob Record "QWETB tTempBlob" temporary

    The TempBlob record that the data is saved to.

    SaveDataToBlob(Record "QWETB File Settings" temporary; Record "QWETB Text Buffer" temporary; Record "QWETB tTempBlob" temporary) Procedure

    Saves the provided data in a TempBlob. The data is formatted according to the settings in TempFileSettings.

    Deprecated

    This procedure is deprecated and should not be used.

    Reason: Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.
    Deprecated since: 27.0

    Signature

    [Obsolete('Use the overload that takes Codeunit "QWETB Temp Blob" instead. It offers better performance.', '27.0')]
    SaveDataToBlob(TempFileSettings: Record "QWETB File Settings" temporary; var TempTextBuffer: Record "QWETB Text Buffer" temporary; var tTempBlob: Record "QWETB tTempBlob" temporary)
    

    Parameters

    TempFileSettings Record "QWETB File Settings" temporary

    The File Settings that should be used for formatting the output. If the provided File Settings has a "Data Type" set to "Fixed Width" and the Code field has a value, the configured Fixed Width Columns will be used.

    var TempTextBuffer Record "QWETB Text Buffer" temporary

    The data that will be exported.

    var tTempBlob Record "QWETB tTempBlob" temporary

    The TempBlob record that the data is saved to.

    This documentation is generated from Smart Toolbox v27.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX