Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vipinhcl

    EXCEL 2010 file is not opening through Powerbuilder Oleobject.

    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...
  2. vipinhcl

    Protect/Unprotect the excel file cell range using Powerbuilder

    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...
  3. vipinhcl

    Immediate not found error when running this procedure. Please help!

    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...
  4. vipinhcl

    Need to set cron job to run 45 min time interval

    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...
  5. vipinhcl

    Need to set cron job to run 45 min time interval

    Thanks. I got your point.
  6. vipinhcl

    Need to set cron job for 45 min time interval

    Hmm... that would be an good option. Thanks for your reply.
  7. vipinhcl

    Need to set cron job to run 45 min time interval

    So in this way I can set for any time interval. Can you please send me the syntax for 55 min time interval? Your advice is helpful.
  8. vipinhcl

    Need to set cron job for 45 min time interval

    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...
  9. vipinhcl

    Need to set cron job to run 45 min time interval

    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...
  10. vipinhcl

    Need to set cron job for 45 min time interval

    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 * * * *...
  11. vipinhcl

    Changing size of column in database, want to get in dataobject

    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...
  12. vipinhcl

    Need Powerbuilder 7.0 Setup files

    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.
  13. vipinhcl

    How determine which control clicked?

    on which object you are writing the coding ?
  14. vipinhcl

    Need to call GetMessageA API Function

    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 ?
  15. vipinhcl

    Need to call GetMessageA API Function

    How Can I Declare GetMessageA and TranslateMessageA API function as it has an reference argument of type msg and in powerbuilder there is no such any msg datatype. It is saying "Illegal data type msg". Actual declaration of API function is FUNCTION ulong GetMessage(ref Msg lpMsg,ulong...
  16. vipinhcl

    PB 9.0 with Oracle 10g database

    Where did you read changing column case will solve the problem?
  17. vipinhcl

    How to search mail in outlook.

    Here uf_search_folder will take 2 argument as oleobject as_ole_object oleobject as_original_object and will return object of oleobject type
  18. vipinhcl

    How to search mail in outlook.

    Thanks for the response of my query. Yes.. You are write but I took help from outlook site http://www.outlookcode.com/ and http://www.outlookcodeexchange.com. This site helped me alot for working in outlook through PB. I got the solution of my problem, yet it was not in the above outlook site...
  19. vipinhcl

    Passing parameter from one DW to another.

    To pass any value in embedded DW, only retrieval argument is the way.what's the problem not calling retrieval argument? Are you facing any problem ?

Part and Inventory Search

Back
Top