Hi all, I have to send html-emails with images in the body from my Powerbuilder- application (Client-Server-Application on Microsoft-XP, Vista) and like to...
Thanks Ian. That seems to be the solution for me, to have all global functions in a separate PBL. and I'm proceeding that way. By the way I'm using SQL...
Ian - According to Shekar: "> The API-Tooltip utility does not work properly for Tabular ... Which is why he created the PB-6 Tooltip file. I've never used...
Manfred, Yes, take a look System.Net.Mail(http://msdn.microsoft.com/en-us/library/system.net.mail(VS.80).aspx) Bruce ... From: PowerObject@yahoogroups.com...
Hi Olan, Yes I agree that for datawindows it's not a straightforward implementation but it can be done. Our datawindow tooltips works for all type of ...
You can manually check in/out objects by modifying the *.PRP files in the repository drive. 0 - means checked in. 1 jb - means check out by jb ... From: Ian...
1. Create an EXTERNAL dw object with all of the columns in the file 2. lds = CREATE n_ds (or datastore or datawindow) lds.DataObject = <new dwo from step...
Hello, I need to have a messagebox with just the OK button, but I do not want the button to be defaulted. It should not accept Enter key or Spacebar press, it...
Create your own window with a button on it, perhaps? ________________________________ From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On...
Hi All, Â Can you give me the one Senario of Set Trans() and Set Transobject(). Â Its very urgent for me. Can any one help me for the above? Â Thanks in...
Yes i agree this is very essey soln thanks for this but i need to import file which is having | as colmn. seprator and mulitiple files (different width) i...
You can import any file as long as the columns in your DWO match. The easiest thing is to have one string column of characters and specify the import as...
Always use SetTransObject() and you'll be fine. From the PowerBuilder HELP file: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SetTrans Usage In most cases, use the...
Hi guys, I'm having a problem in doing a full rebuild of our application it is a japanese powerbuilder migrated from pb8 to pb9, when i full rebuild it ...
Hi Ram, In all the years I've been working with PowerBuilder (since version 3) the only time this question has come up is in a job interview. In all the...
Do you simply rebuild the application or are you compiling a new executable ? Compiling a new executable is not the same thing than simply rebuild the...
Hi, Using following steps : 1). define that csv file in odbc excel. 2). create table in database as per col.in your csv files. 3). use datapipeline to...
Did the application open (the exe version) during the compilation? ... From: PowerObject@yahoogroups.com [mailto:PowerObject@yahoogroups.com] On Behalf Of...
Hi everyone: When I retrieve information from a DropDownDataWindow, the value in the database is'2200, and when it assigns the value in the field is'220000'....
Check the FORMAT of the data on the Format tabpge of the dropdown. Olan ... Hi everyone: When I retrieve information from a DropDownDataWindow, the value in ...
Thanks for the tip, i will try it again and let you know the result. ... executable ? ... rebuild the application, although the compiling process involves a ...
Try droping the field from the datawindow and re-selecting it. Seems the length in the database has been reduced after creating the DW. Shivaprakkash ... ...
Hello, In one of the field having a DDDW (data value is integer, display value is char) when I try to setText in Editchanged event it assigns the value of data...