Search results

  1. atuldalvi

    Prodataset

    How do I limit the no of display records in browser using prodataset ? I want to return and display next available 10 records on click of button. I am writing program like below but its not completed yet. Is there any prodataset property or method available to limit the display records in...
  2. atuldalvi

    Round Table Tsm Fields

    Hi I would like to know the field names in round table tool Like hVerBuf::upd-notes is for Task update notes. Can anyone list all the field names ?
  3. atuldalvi

    Round Table Api Rtb_events.p.

    I am modifying round table API located in <rtb install dir>/rtb_events.p for OE 10.2B. I am putting message at the top in PROCEDURE evRtbUserEvent but those are not reflecting. Please suggest.
  4. atuldalvi

    Sax Writer Methods

    Want one simple example with below sax methods WRITE-PROCESSING-INSTRUCTION WRITE-FRAGMENT WRITE-EXTERNAL-DTD WRITE-ENTITY-REF WRITE-COMMENT
  5. atuldalvi

    Sax Parser

    I am writing a program for sax parser to read xml as below - /* SAXParseWithValidation.p */ DEFINE VARIABLE hParser as HANDLE NO-UNDO. DEFINE VARIABLE hCallbacks AS HANDLE NO-UNDO. CREATE SAX-READER hParser. RUN AppCallbacks_Validate.p PERSISTENT SET hCallbacks. hParser:HANDLER = hCallbacks...
  6. atuldalvi

    Default Webservice Adapter Wsa1

    I have installed trial version of OpenEdge on windows. I am checking default WebService Adapter wsa1 status, . . WSA_ShutDown First Alert: Nov 27, 2015 10:11:47 AM Last Alert: Nov 27, 2015 10:11:47 AM Count: 1 Seen By: admin Web Services Adapter shut down. Adapter: wsa1. (14851) . . What...
  7. atuldalvi

    Can We Deploy Web Services On The Iis Server ?

    Hi. How do I configure IIS server for OpenEdge web services ?
  8. atuldalvi

    Pass Temp Table As A Handle In Procedure

    How do I Pass Temp Table, containing data, as a Handle in Procedure and read data in that procedure ?
  9. atuldalvi

    Best Appserver Configuration

    How Do I configure AppServer Compenents so that I will get best result for my application in terms of performance ?
  10. atuldalvi

    Appserver Broker Agents

    What will be the impact of increasing no of Agents in OpeneEdge 10.2B on UNIX server ?
  11. atuldalvi

    Errors (49) And (439)

    Hi Guys, I am repeatedly getting below error while running a batch on UNIX server SYSTEM ERROR: Memory violation. (49)** Save file named core for analysis by Progress Software Corporation. (439). Please help.
  12. atuldalvi

    Managing Fonts

    Hi, I have a requirement like we have to enter input data in few fields in arabic language on screen and have to store all these info in the database aswell. Database will have mixture of data i.e. English and Arabic data I am using 10.2B OpenEdge studio. How do I accomplish this requirement...
  13. atuldalvi

    Question Reading regional language from text file

    Hi, I want help to read regional language from text file in progress 4gl and store as it is in progress DB. Please Help
  14. atuldalvi

    Error AdminServer failed to start

    I've been struggling with this same issue. Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280) Login denied, check username and password. Unable to find pswddb1-1 (8281) I have checked namserver log also where it is generating auto userid and password. Please help
  15. atuldalvi

    Question WebService Call TimeOut

    I am facing one webservice call issue like I am calling webservice designed in .net but sometime that webservice is taking long time to execute. Is there any possiblity to break that webservice call by giving time duration like 1 min.
  16. atuldalvi

    Question How do I read excel ?

    I am having excel file with mutiple sheet tabs. I want to read data from each sheet. Please let me know how do i do that .
  17. atuldalvi

    Appserver Call

    Hi, We have designed one test appserver on my colleague machine for our learning. We both have progress installed on our machines. We designed 2 programs, one is simple client.p which will call .p kept on appserver working directory. appserver .p program has only simple message "Hi" nothing...
  18. atuldalvi

    Asynchronous Requests

    How can we have a Asynchronous call to same .p in loop e.g. Do i=1 to 5: RUN async1.p ASYNCHRONOUS SET hProcess EVENT-PROCEDURE "endasync" IN THIS-PROCEDURE ON SERVER hServer ( INPUT param1, OUTPUT param2, INPUT-OUTPUT param3 ). End. I just want to call that...
  19. atuldalvi

    Answered Brwoser widget in Character Interface

    Querries - 1. I have brwoser and dont want to highlight the selected record. Oly arrow is ok. refer attached file. 2. After modifying a record i am refreshing a query . so cursor automatically going to the top of the record and highlight another record. Dont want to move the cusror to the...
  20. atuldalvi

    Answered Brwoser widget in Character Interface

    I having a requirement like one browser having 2 columns and having some records say 1000. Now user want to move cursor from 1 column to 2nd column and vice versa. User will type a particular data to search in that column then program will search that record cursor will move to that serach...
Top