I am using PB 12.1 Classic on Window 7. When we use datawindow's saveas(), it either displays all files type or one specific file type based on saveastype argument. We need to display only certain filetypes e.g. CSV, Text, Excel, HTML and PSReport. I couldn't find saveas() with array argument for saveastype. Does anyone know if we can filter choices for saveastype argument? Thanks in advance.
Powerbuild 12.1 datawindow Saveas with limited file types option
431 Views Asked by SK_78 At
1
There are 1 best solutions below
Related Questions in SAVE-AS
- Troubleshooting TinyMCE data retention issue
- I have a script creating a google docs from a google sheet table. I want to keep all the script actions but make it save as pdf not as google docs
- excel filename by vba script causes 2 filenames
- Why Does Excel Workbook with VBA and Macros Generate Error Message(s) When Saving?
- File exported from Microsoft Access save as .XLSM
- VBA - Microsoft Print to PDF - Set Save As Path Same As Workbook Location
- SwiftUI: How to use the fileExporter modifier for multiple file types
- Word Document Save as
- Saving xlsm as xlsx with VBA no longer works due to new save prompt
- Open a Save As Dialog Box with a Default Xlsx File Type in Excel VBA
- VBA to Move Private Sub from one workbook to a new Workbook
- SaveAs issue cannot access file
- Can Visual Studio Code be configured to "Save as..." starting in the same folder where the currently open file already exists on a UNC path?
- Where is the ‘Save as’ option in PyCharm on Mac?
- Using VBA, create one single PDF of all the worksheets combined except for two worksheets
Related Questions in DATAWINDOW
- Row changed between retrieve and update. Powerbuilder Error
- PowerBuilder 2019 R3 - Is it the filter method which caused the application to crash?
- How to Copy data with block ctrl+copy from datawindow to Excel
- PowerBuilder: create cross-database DataWindow
- Unable to create new DataWindows in Powerbuilder
- Shifting value in a datawindow PowerBuilder
- How to resize dw_height
- DataWindows not loaded with executable version
- How to create user access using shortcut bar and xplistbar
- Listing rows in a datawindow, and editing a row in another powerbuilder
- Return to SaveAs Dialog Box powerbuilder
- Power builder Data window - Right to left
- open an XML file from powerbuilder
- how to merge to multiple result in one row
- Detail part of the screen is not displaying
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I wrote a PBNI extension that allows you to customize the standard dialog, including removing options you didn't want to display:
http://pbdj.sys-con.com/node/80834