Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

LEAD Raster Dialog File Object is appending an empty char
Started by matthew.gaskill@tylertech.com at 04-16-2008 16:59. Topic has 2 replies.

Print Search « Previous Thread Next Thread »
  04-16-2008, 16:59
matthew.gaskill@tylertech.com is not online. Last active: 5/13/2008 7:37:46 PM matthew.gaskill@tylertech.com

Top 500 Posts
Joined on 04-08-2008
Posts 9
LEAD Raster Dialog File Object is appending an empty char
Reply Quote
When calling the LEAD Raster Dialog File Object (14.0), I choose a file; and the FileName property now has an empty character appended to the end of the string.

This did not occur in v13. I am upgrading by code to version 14.5. Is this a bug with leadtools or am I doing something wrong


Here is my Code:

Call DialogKernal.InitDlg(1)


oFileDlg.Filter = "JPEG|*.jpg|BMP|*.bmp|GIF|*.gif"
oFileDlg.EnableShowPreview = True
oFileDlg.UIFlags = 64
oFileDlg.FileDlgFlags = 512
oFileDlg.DialogTitle = "Open A File"
oFileDlg.FilterIndex = 0
oFileDlg.InitialDir = "C:\"
oFileDlg.Bitmap = 0

Call oFileDlg.ShowOpenDlg (0)

file.value = oFileDlg.FileName

Call DialogKernal.FreeDlg()
   Report 
  04-17-2008, 10:56
Qasem Lubani is not online. Last active: 11/9/2008 3:40:25 PM Qasem Lubani



Top 10 Posts
Joined on 08-13-2006
Posts 1,135
Re: LEAD Raster Dialog File Object is appending an empty char
Reply Quote
I have tested the issue here and I noticed a problem. Can you please send an email to support@leadtools.com from a valid email address so that I can report the issue under you name. Please mention this forum post in your email.
Qasem Al-Lubani
LEAD Technical Support
www.leadtools.com
   Report 
  04-20-2008, 9:54
Qasem Lubani is not online. Last active: 11/9/2008 3:40:25 PM Qasem Lubani



Top 10 Posts
Joined on 08-13-2006
Posts 1,135
Re: LEAD Raster Dialog File Object is appending an empty char
Reply Quote
I have reported the issue under incident 6921AMN. If you would like to ask about the status in the future, please refer to the incident number. I will also notify you as soon as our engineers update the incident status.


Qasem Al-Lubani
LEAD Technical Support
www.leadtools.com
   Report 
Post
LEAD Support Fo... » Developer » Common Dialogs » LEAD Raster Dialog File Object is appending an empty char

Powered by Community Server, by Telligent Systems