When using a ‘RasterFormatJPGFilter’ class to filter JPG format in the GxDialog, a JPG list does not appear there.
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM059788
已提交
August 6, 2010
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
9.3.1
编程语言
VBA
操作系统
Windows OS
操作系统版本
2003
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This is very old bug. We do not support VBA any longer.
解决办法
Steps to follow for the workaround:- Follow steps from 1 to 3.- In the code replace << Set pGxObjectFilter = New RasterFormatJPGFilter >> with << Set pGxObjectFilter = New GxFilterRasterDatasets>>- Run the code.- ‘Open JPG images’ dialog box opens.- Browse to the folder where the JPG images are stored.- You will see the JPG images stored.