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 strongm 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: *

  • Users: vipinhcl
  • Content: Threads
  • Order by date
  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

    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...
  5. 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 * * * *...
  6. 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...
  7. 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.
  8. 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...
  9. vipinhcl

    How to search mail in outlook.

    Hi Pb Guys I have a problem. I have to search mail in outlook with some specific subject. If search found, copy the content into database. I have developed the code that will search the default folder Inbox with particular subject and also it is saving the data in table. My problem is - If mail...
  10. vipinhcl

    Want to capture image from webcam!!!

    Hi, I am a new joinee in this foroum. I want to create an application in powerbuilder version 7.0 where I want to capture the image which comes in front of webcam.There will be caputure button on window. when I will click this button, object which will be in front of webcam will be stored in...

Part and Inventory Search

Back
Top