Search results

  1. P

    Question Editor and Fill-in behave different ways

    Hi, Good Day! Please help me in solve this issue. I have an editor and a fill-in in a window. ON ANY-KEY OF trigger I wrote the following code APPLY LASTKEY. vDesc = SELF:SCREEN-VALUE. After running , if I type a line of test the fill-in & editor - I cannot move the left, right , Cursor up...
  2. P

    Question Can grow editor available

    Hi, Is there any ready made widget , which popups(grows) with content what we are entering in the fill-in. Please see the attached program for the behaviour. -Philip-
  3. P

    Question create a dash board

    Wow! Great !!! Are you using google charts for this ? Give some clues like where to look into... How to start with :) -Philip-
  4. P

    Question create a dash board

    Hi, I wish to create a dash board . How can I make use of Google Chart. Any one can give some idea how to start with . A small snippet of code or a URL Link , anything which help me for begining. TIA -Philip-
  5. P

    Question Using Google chart in Webspeed

    Hi, I wish to create a dash board . How can I make use of Google Chart. Any one can give some idea how to start with . A small snippet of code or a URL Link , anything which help me for begining. TIA -Philip-
  6. P

    On line Help html error

    We are invoking the on line help using system-help command. In 64-bit PC windows help engine is different and Progress is considering that why I am thinking in this way 32-bit it is working fine. -Philip-
  7. P

    On line Help html error

    No it not helped still that customer facing the issue. No it is not helped. Please see the error
  8. P

    Question Any web service call to know currency exchage rates

    Hi, Good Day! How I get the latest Exchage rates of currency as an input of a Program. I mean a web service call. Any suggestion. TIA Philip
  9. P

    On line Help html error

    Hi We have a desktop Progress application on our terminal server (Windows 2008 R2 64-bit). but pressing F1, rather than bringing up the .chm help file, gives an error that says: HTML Viewer Error: (14426). We tried running the .chm help files directly; Task Manager says that they're using the...
  10. P

    Question Infinite loop issue

    Hi, I have tow progress environment. If I run the below code in one session of Progress editor it work fine as expected with out an infinite loop. However in other environment it ends up in a infinite loop. Any one can help me What causing this infinite loop? Is there any start up parametr...
  11. P

    Question Can I pass blank temp-table value conditionally

    Hi, I would like to pass the temp-table condionally to an external procedure. If SN is blank , no need to pass the temp-table tt-tm-log otherwise I need to pass it. I tried the below code I am getting pramenter mismach error at run time. Any solution for this. Regards Philip IF Temp-Log.SN...
  12. P

    Question Is there any Utility to compare 2 Procedure Libraries - PLs

    Hi, Good Day! Is there any utility to compare the two procedure libraries? file name , size , directory etc.... TIA Philip
  13. P

    Begins is not focusing the first record

    Hi, Please review the attached screen shot. On any-key of search fill-in below code is written FIND FIRST job-bom WHERE job-bom.company = "01" AND job-bom.order-no = "2003-001" AND job-bom.item-no BEGINS vSearch:SCREEN-VALUE NO-LOCK NO-ERROR. Any...
  14. P

    Undo the transaction and create a message

    Thanks much for your Reply. As you said , please help me to create a record outside the transaction. My problem is in the above snippet of code how can I execute the procedure 'Run p_shootMessageCauseOfError' because once the error appears it returns from the above line. How can tweak the code...
  15. P

    Undo the transaction and create a message

    Hi, I have situtation as follows, RUN src/InvoicePost.p (OUTPUT vErrorMsgCaused dueTo). IF RETURN-VALUE = "ERROR" THEN DO: UNDO trx-block , RETURN "ERROR". END. end. /* trx-block */ Run p_shootMessageCauseOfError. If an error happens, I want to populate a record in...
  16. P

    Error while starting the database

    Hi, Progress Version 10.2B SP07 OE Explorer (Web Based) While starting the database we are getting the attached error. Out of 8 databses connected only for 3 databses only having the startup error like this. I checked the KB and it is saying PROCFG is pointing to a wrong file. is it a rcause...
  17. P

    Infragstics Controls to be needed in client machines

    Hi, Progress 10.2 B In our application we are using some Infragstics Controls . Inorder to run this application in client environmnet do we need to install the License for OE Ultra Controls .NET ? If not then what are the controls to be loaded in the client build Or Client PCs ? TIA -Philip-
  18. P

    Error while Save as PDF format Error no (12272)

    Hi, Progress Ver 10.2B SP07 OS WIN7- 64 Bit We have report viewer and save as option. While saving the report in Pdf format we are getting an error as follows A variable or array element passed as an INPUT or INPUT-OUTPUT parameter to a DLL cannot contain the Unknown value. (12272) But...
  19. P

    How can I lock the horrizontal scrolling of first three columns of the grid

    Hi, We are using Infragistics.Win.UltraWinGrid to display the BOM Details. See the attached screen show. 1. How can I lock the horrizontal scrolling of first three columns of the grid? 2.. We have some global variables to set the back ground color and fore groung color of the widgets. We are...
Back
Top