Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
Hi All, Can someone help me on saving a datawindow using Ghostscript? Do i need to actually write a script in ghost script and call it in PB code or make a dll...
Hi All, The scenerio is : Iam enabling a button whenever a specific datawindow textbox gotfocus.And Iam disabling that button whenever a specific datawindow ...
... First, which version of PB are you using? That will determine which function works best. Second, which version of Adobe are you using as this will...
Prabu - Move the code out of the LoseFocus event. Keep the command button enabled at all times. When the button is clicked , check the contents of the text...
Milind - This sounds to me like the database does not allow cursors when connected with OBDC. Perhaps there is a setting that will enable cursors when using ...
Rashmi - From a previous post: Ghostscript on PowerBuilder 9 works if you include the "bin" subfolder of Ghostscript in the System-Path or the application...
Hi All, I am trying to save a datawindow in PDF format using Acrobat Distiller (Writer). I have specified file name for datawindow.print.filename property and...
Hi martin, I am using PB 6.5 & ADOBE 5.0. Can you tell me which registry setting i need to do? And also how to get default printer in PB6.5. Thanks and...
Hi Prabu, U want to disable the button after triggered the clicked event, so I suggest you to enable the button when u got focus the text box in the data...
Hi Arie, Just I want to clarify with u about your mail We don't understand what do u mean - the position of dddw is in the middle of the dw (not under the...
Hi Rashmi, Regarding the change of default printer. I think it would be much easier to use "PrintSetup()". My understanding about the registry is that...
Hi vinodh, My requirement is that i do not want user to set default printer. It should be taken care through code. I will internally change default printer to ...
I use this code to set the get default printer // printer installed //then change the default printer. I hope this will help you ... This is for Window 2000 OS...
Hi Jawar, I want to apologize. the dddw we can see in the middle of the window . This is the first time I open the dddw. Everything is perfect: ItemChanged: ...
... is having PK prodid ... I'm planning to modify on the existing data. ie. Only I want to update the image. ... enabled in the Table Definition ... ===== ...
Dear Prabu, U can do one thing... U can always disable the command button, u can enable the same when u got focus the particular text box then u can disable...
Hi All, Please let me know whether, adobe distiller works with citirx version 1.8 on Windows 2000 platform. Also, i want to know how to print and save a...
The modified event for SLE is not quite what I need. The existing modified event seems to trigger after the sle loses focus with the newly entered data. As...
how about using a dw instead, not a very good way but i think will surely solve your problem, i have this kind of requirement also and the time i consume doing...
PBM_Enchange! is the right event to use instead of the Other! event. Also, take a look at PBM_Enupdate! event: http://www.justpbinfo.com/pbtips/newevents.asp ...
Hi Tia, We have a facility in Power builder 8.0 to trigger the change event of SLE object. After u placed the sle control in the window, Declare a user event...
hi all how i can make a News Bar which moving news one by one by using powerbuilder ... Do you Yahoo!? Check out the new Yahoo! Front Page. www.yahoo.com/a ...
Hello . I'm using pb 8.0.4.I'm trying to create dynamically a tree view object reading aa menu object.I want the same hierarchy which my menu has passed to the...