Search results

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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.
  8. 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...
  9. 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...
  10. 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
  11. K

    Question Can Anyone Please Help Me To Resolve Qad Qrf Report

    I am facing an issue in QRF Sub Report Output excel file.. In detail, Excel file is getting generated for the report but some of the column is getting skipped( left as blank) . however, all the output field populated correctly in the output . for example .. output table field 1 is placed in...
  12. K

    Question Where Can I Find Reference Material For Qad Mfg\pro Functionality

    Hi All, I am new to QAD but i have an experience in OpenEdge Progress 4GL for the last 3 years. and i am looking for the reference documents to understand the QAD database structure & functionality. Kindly anyone help me to build a learning path for me .
  13. K

    Question How To Define A Form\frame To Show Label Name Above Of It Value

    How to define a form\frame to show label name above of it value For examples, field 1 and field 1 has defined as like db table (let assume ld_det.ld_ref & ld_det.ld_site) i need to display as below screen. is there a way to do it ? could anyone please advice me --------------FRAME...
  14. K

    Question Is There Any Function To Identify Whole Number, Field Name And Data Type In Progress4gl?

    is there any function to identify whole number, field name and data type in progress4gl?
  15. K

    Question App Builder

    This is related to app builder. We have a requirement that there is 2 radio button in a screen. for example, 1 - Male & 2 - Female Once we enter the userid in that screen. User have to see the focus on the radio option 2 (Female)if an entered userid gender is female and the similar way if an...
  16. K

    Question Coding Standard For Performance Improvement

    How do i improve performance by using better coding ? related to a module running in multi stream by using app server either asynchronous or not . can you all please suggest me a way to improve my coding performance .. Thank you.
  17. K

    Question How To Disp Temp Table Rows In Html (front End)

    How do we code temp table rows in html\java script .
  18. K

    Question If We Were Increase A Field In Temp-table Index Either Primary Or Not .do We Get Performance Improve

    If we were increase a field in temp-table index either primary or not . do we get performance improvement in a query coded below primary with one field and next one with three field & similiary non primary index too /* primary index */ eg Define temp-table tablename no-lock field1 as char...
  19. K

    Question How To Run Daily Core Batch Without Record Lock Issue Even Application Up And Active User

    How to run core batch (daily job) without record lock issue even application up and active user in the app. for example: core job running in appserver in unix with 100 contract, in this, if one of the contract is being used by some other user in the same application then core batch getting...
Top