Search results

  1. K

    Question will speedscript commit the data without refreshing html page

    I have used HTML, CSS & Jquery for developing this HTML page
  2. K

    Question will speedscript\webspeed commit the data without refreshing the complete page

    I have used HTML, CSS & Jquery for developing HTML page
  3. K

    Question will speedscript\webspeed commit the data without refreshing the complete page

    I have developed .html page with the table and it is editable on some column. now I want to commit the data without refreshing the complete page. I have attached a tabular format and highlighted the columns, which (in yellow) are editable. The functionality of the Tabular Column, 1. Horizontal...
  4. K

    Question will speedscript commit the data without refreshing html page

    I have developed .html page with the table and it is editable on some column. now I want to commit the data without refreshing the complete page. I have attached a tabular format and highlighted the columns, which (in yellow) are editable. The functionality of the Tabular Column, 1. Horizontal...
  5. K

    Question anyone can give an idea/code updating HTML table content (- from progress table for each loop ) through an embedded sped script

    Correct. I have fixed now. Do you want any code patch to update a tabular column value? rows of the tabular display will be based on record availability in the table
  6. K

    Question anyone can give an idea/code updating HTML table content (- from progress table for each loop ) through an embedded sped script

    anyone can give an idea/code updating HTML table content (- from progress table for each loop ) through an embedded sped script and that entered date should update progress table . and that value should reflect in a webpage. below code is not refreshing table content but it's updating back end...
  7. K

    Question getting an progress error when i try to run Unix Comment in progress editor

    Hi Cringer, thanks for your note. Further I also need to assign the output of the above unix silent value into a variable. So that I can display it in a report. It is not allowing to assign directly. Any other option there?
  8. K

    Question getting an progress error when i try to run Unix Comment in progress editor

    getting an progress error when i try to run Unix Comment in progress editor ps -aefx | grep 20816 | grep _progres | awk '{print $1 }' - basically, this comment is used to get userid from PID but it got a progress error.. error detail: looks print is a progress keyword x x** "print" was not...
  9. K

    Question getting an progress error when i try to run unix comment

    getting an progress error when i try to run Unix Comment in progress editor ps -aefx | grep 20816 | grep _progres | awk '{print $1 }' - basically, this comment is used to get userid from PID but it got a progress error.. error detail: looks print is a progress keyword x x** "print" was not...
  10. K

    Question Getting Warning Error Kindly Help Me

    Sorry for the Confusion. Actually when i execute below code, getting an error **SENSITIVE is not a queryable attribute for FILL-IN f2. (4052) . is there anyway i can reprogram below code such way that field F2 should be editable and should not trigger an Warning Error DEFINE TEMP-TABLE tt...
  11. K

    Question Getting Warning Error Kindly Help Me

    It's a functionality to edit the cell in the browse and that data should save in the temp-table . It's working as expected but getting warning error **SENSITIVE is not a queryable attribute for FILL-IN f2. (4052) . any workaround to remove the warning error ? Thanks!
  12. K

    Question Getting Warning Error Kindly Help Me

    DEFINE TEMP-TABLE tt NO-UNDO FIELD f1 AS CHARACTER FIELD f2 AS CHARACTER . CREATE tt. f1 = "AAA". CREATE tt. f1 = "BBB". OPEN QUERY q FOR EACH tt. DEF BROWSE br QUERY q DISPLAY f1 f2 ENABLE f2 WITH SIZE 50 BY 10. FORM br WITH FRAME f. ENABLE ALL WITH FRAME f. /* I get a...
  13. K

    Question Please Help Me To Understand This Line - If Recid(pckc_mstr) = -1 Then.

    Thanks All. i could understand IF condition THEN . do nothing. I never seen such syntax in my past experience. so i got confused when i see such a line in qad. Yes Correct. This code snippet from QAD standard module and also i could see similiar logic in different manner in standard programs...
  14. K

    Question Please Help Me To Understand This Line - If Recid(pckc_mstr) = -1 Then.

    Please find below, createPackCodeLoop: do transaction: for first pckc_mstr exclusive-lock where pckc_domain = global_domain and pckc_pack_code = input pckc_pack_code: end. if not available pckc_mstr then do: {us/bbi/pxmsg.i &MSGNUM=1...
  15. K

    Question Please Help Me To Understand This Line - If Recid(pckc_mstr) = -1 Then.

    Please help me to understand this highlited line - if recid(pckc_mstr) = -1 then. i could see above line in most of existing program withthin conditional block . can anyone help me to understand exact functionality.
  16. K

    Error I Am Facing An Issue In Uploading A File To Server Dir. Through Webspeed Front Screen

    Thanks all & Special thanks Cecil. Correct, it's problem with Apache Content Size.
  17. K

    Error I Am Facing An Issue In Uploading A File To Server Dir. Through Webspeed Front Screen

    Hi All, I am facing an issue in uploading a file to server dir. through webspeed front screen. i can upload upto the file size 2kb successfully and empty file uploading beyond file size 2kb . i also verified db config. file - binaryUploadMaxSize = 50MB . i have added below sample code of...
  18. K

    Error I Am Facing An Issue In Uploading A File To Server Dir. Through Webspeed Front Screen

    Hi All, I am facing an issue in uploading a file to server dir. through webspeed front screen. i can upload upto the file size 2kb successfully and empty file uploading beyond file size 2kb . i also verified db config. file - binaryUploadMaxSize = 50MB . i have added below sample code of...
  19. K

    Question Need Some Help On Trigger Program For The Standard Program(5.20.1) Fiscal Receiving Screen

    Qad Version : 3.1.0.75 Need some help on the trigger program for the standard program(5.20.1) Fiscal Receiving Screen , I have to add new fill-in field in 5.20.1 after the confirmation pop-up of Display Message "Confirm the Legal Document" . Can some one please advice me ? Thanks in advance
Top