Hi,
I had written code to open the excel application through powerbuilder using oleobject. My code was protecting a range of excel cells. It was working fine on excel 2007. Now my machine has excel 2010. Oleobject open function is giving error at open function. How can I correct that...
Here is the code for protect/unprotect excel cell range using password.
Long li_return,li_row,li_col
String docpath,filename,data
Boolean lb_get
Oleobject ole_excel,ole_sheet
//To get the file path
li_return = GetFileOpenName("Select File",docpath,filename,"XLS","EXCEL...
Hi Sybase guys,
Please solve my problem. I am creating a procedure where using a dynamic select query. Procedure is like this
-----------------------------
Create or Replace Procedure Test_proc3(
@Zip_Code varchar(12),
@CollectiondateFROM varchar(12),
@CollectiondateTo...
P5/Ken,
I am unable to understand the meaning of the two command in unix
$var#pattern
$var##pattern
$var%pattern
$var%%pattern
What I read on the internet is
$var#pattern - remove the shortest match prefix pattern
from string.
$var##pattern - remove the longest match prefix pattern from...
Hi Ken,
Thanks for your reply. I need to run the job at 45 min time interval. For example if I set the test.sh file in cron starting at 00:00 then it should run at 00:00 AM then 00:45 AM then 01:30 AM then 02:15 AM then 03:00 AM then 03:45 AM etc. I mean at 45 minutes of time interval. To do...
Hi All,
I am trying to set the job run time for .sh file from every 1 hour to 45 min time interval, but unable to set the time. I want to run the job after 45 min time interval.
I tried these two methods to set the time
0-59/45 * * * * * * * * exec /appl/prod/bin/test.sh >/dev/null 2>&1...
Hi All,
I am not sure whether I am asking this on right forum or not but I have problem while setting the cron job.
I am trying to set the job run time for .sh file from every 1 hour to 45 min time interval, but unable to set the time.
I tried these two methods to set the time
0-59/45 * * * *...
Hi All experts,
I have one question..
When I change the column size of a table in database. I need to do change in all dataobjects where this column is being used. Is there any way in powerbuilder where at one shot change affects in dataobject. Currently I need to open all dataobject one by...
Hi,
Can anybody provides the powerbuilder 7.0 setup files. I want to install pb 7.0. I want to work on pb 7.0
Please help me. I know somebody must have pb 7.0.
No.... I was trying with Message object, but application was hanged during compiling the GetMessageA(). I will try with String datatype and let you know what happend.
Have you ever tried these API function ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.