Search results

  1. P

    Question OE 11 any of the icons not working properly

    Hi, I have installed OE11 and done some program compile . For this purpose, I went to protools and changed the propath and added new directories into the propath. After that when I try to open any of the components(App Builder, Edit Or even prowin.exe), it is showing an error _prostar.p...
  2. P

    Error Open failed. Database unusable due to partial conversion.<1115>

    Yes I did truncation. Please see the lg file listing. I have a backup. Thu Sep 04 02:08:47 2014 [2014/09/04@02:08:47.739-0400] P-5924 T-3504 I : (451) prostrct list session begin for Philip.Oommen on CON:. [2014/09/04@02:08:47.777-0400] P-5924 T-3504 I : (334) prostrct list session...
  3. P

    Error Open failed. Database unusable due to partial conversion.<1115>

    Hi, I am getting an error while converting 10.2B database to 11.3 verion using the command PROUTIL lostart.db -C conv1011 Open failed. Database unusable due to partial conversion.<1115> Please tell what causing this error. TIA -Philip-
  4. P

    Question How to paste an editor in a web page

    Hi, I would like to add an editor in a web page. Please see the attached document. User want to cut and paste the column of an Excel sheet to this editor in the web page. Later he want to upload the data to a temp-table using the upload button. How is it possible in Webspeed. Please give some...
  5. P

    Question Update the values to the table

    Hi, Thanks a lot for this solution. It is working nicely. Regards Philip
  6. P

    Question Update the values to the table

    Hi, Please see the attached html file. I am trying to update the set of latitude and longitude values a temp table after the function call 'codeAddress' Def temp-table tfzipcodes FIELD zipcode AS char FIELD LatDest AS DEC /* var lat */ FIELD LongDest AS DEC /* var lng */...
  7. P

    Question How can I update the var value in to a temp table - from a Java function

    Yes It is an example only. My wish , it would it work like a - Progress Procedure file - No UI interface. Each iteration of the for each loop will call the Java function (it is doing now) give output - f1 and f2 and update the other fields of the temp-table varOut1 & varOut2. Thanks much...
  8. P

    Question How can I update the var value in to a temp table - from a Java function

    Hi , Good Day! Kindly help me in update the variable values f1 & f2 (which are the out put of the function - codeAddress ) to the temp table fields varOut1 & varOut2 after the each call in the for each loop. TIA -Philip- <script language="speedscript"> def var vardatain as dec. def...
  9. P

    Question Webservice to get geo codes

    Hi, I would like to populate a temp-table with latitude and longitude when I pass a place name to it. Is there any web service available. Def temp-table tfDestinations FIELD NameDest AS CHAR FIELD LatDest AS DEC FIELD LongDest AS DEC. TIA -Philip-
  10. P

    Question Java Script Help - To pass a records data

    Thanks a lot for this solution. When I ran the above code as it is I got an output as follows. Please see the attached code. ["06-04-2013",280], ["07-04-2013",541], ["08-04-2013",291], ["09-04-2013",422], ["10-04-2013",101], ["11-04-2013",335], ["12-04-2013",496], ["01-04-2014",336]...
  11. P

    Question Java Script Help - To pass a records data

    Give some idea how can I achieve this. Please have a look into the attached code. Everything working fine as expected. However I populate 3 records in a temp-table. Please see the For Each loop we are calling the function drawBar. Graph is appearing fine but it appear as single Bar for the...
  12. P

    Question For Each {1} - Pass table name as argument

    Thank a lot for the replies.
  13. P

    Question For Each {1} - Pass table name as argument

    Hi , Can I do something like below For each {1}: Disp {1}.Chg-date {1}.Chg-time. end. I should be able to pass the table name as argument to this procedure. Chg-date and Chg-time are fields common across more than 100 tables. TIA Philip
  14. P

    Question How to Move up and down Selected row(s) in a Browser

    Hi, Good Day! Can any one give some clues to Move multi select rows in a browser Up or Down . I have a browser and right side of it 2 buttons labeled Move Up & Move Down. If the user selects the row(s) then press Up , rows should move up. Same way down as well. TIA Philip
  15. P

    Question How Can I create Directory in Unix

    Hi , Please tell my how can I create a directory under Main directory named /output from Progress 4GL code. Sub directory name will be dynamic - loginuser. TIA -Philip-
  16. P

    Question DB to be converted

    Hi, I started the DB in OE11. I was not used the command conv1011 . DB was originally in 10. I could be able to start the DB in 11. However I am trying to connect the DB from remote OE 11 client I am getting an error unable to connect to the database . Client OS is WIN8. Is it because of the...
  17. P

    Question Editor and Fill-in behave different ways

    No. My window screen is highly populated with so many widgets and no ways to increase the size of the screen or re-allign the widgets. What I can do JUST replace the existing fill-in with an editor - vertical scroll bar and a popup feature. I cannot use the fill-in because if the user...
  18. P

    Question Editor and Fill-in behave different ways

    I need to replace an existing fill-in to an editor.Due to some space constraints I would like to show the content in another editor which is hidden. Editor should pop-up (while typing) only if the length of the screen-value is more than 35 charcters. -Philip-
Back
Top