Search results

  1. L

    Is there a way to break the z-order of

    Is there a way to break the z-order of screens? My issue, when I am selecting only one screen, all the screens comes up on my monitor. I just want to have the screen on my monitor which I selected. For example: I have multiple ADM2 screens open in my application, now on top of it I bring Chrome...
  2. L

    How to set help text in windows status area

    Hello, I have a fill-in placed on a Smart windows. When I run this window, I have assigned help text greater than 63 character for that fill-in using fill-in:HELP = "some text > 63 characters". But windows is showing help text only upto 63 characters in windows status area for that fill-in...
  3. L

    SDO ERROR :- record has no-lock status ??????????????????

    Hi Friends, I have a GUI(ADM2) maintainenace screen, where I am using SDO, toolbar and viewer. I am successfully able to create a new record. But when I am trying to update any field value in the existing record. I am getting error ** record has NO-LOCK status, update to field not allowed...
  4. L

    how to use printer control codes/ landscape printing in JS or CSS

    [6:21:30 PM] Arvind Thakur: Hi All, From last couple of months I am trying to set printer orientation to landscape using javascript or css but haven't got success.I have tried so many things like @ page { size: landscape; } or writing-mode:tb-rl; in css but nothing...
  5. L

    Reconnect to Appserver ? ? :)

    Hi, I am running (Graphical User Interface, openedge) application on client-appserver environment. My question is if I am disconnected from the appserver (due to some fluctuation in network) and now when I say "RUN abc.p ON gshAstraAppserver", It will definitely throw some error messages like...
  6. L

    Batch file on the appserver environment.

    Hi All, I am using openedge 10.1B and my appserver envi is on UNIX. I want to run a batch process or a XYZ.p file on the appserver. The main focus is the user can switch off his machine or log off from his client session, but the batch process should run on the appserver continuously...
  7. L

    Can we limit the session for the users?

    Hi, I am using progress version 10.1B, Adm II with appserver environment. My application is running on distributed environment. My question is can we limit the session for the particular userId? If the user have improper shut down from the application, then how we can maintain this ? Please...
  8. L

    API function for maximized window in ADM-II

    Hi all, I have designed the screen in ADM-II, I want to maximize the window using the API function only. There are number of functions in API like : PROCEDURE MessageBoxA EXTERNAL "user32.dll": DEFINE INPUT PARAMETER hwnd AS LONG. DEFINE INPUT PARAMETER mbtext AS CHARACTER...
  9. L

    How to send updated dataset or temp-table in openedge web services through .NET

    Hi All, I am consuming an openedge webservice(which includes prodataset) in .NET . It works fine if I have to read from dataset but when I try to update , at the .NET side it is not showing me dataset object. If anybody have any example regarding this, can share. Thanks in advance LINUS
  10. L

    Problem while updating ProDataSet using WebServices

    Hi, I am getting problem with WebServices using ProdataSet. I am using the OpenEdge10.2A and my WSDL file is on the Apache Web-Server. I am getting the records using the prodataset through WebServices from the customer table. But when i change or update some records, which i got from the...
  11. L

    Can we deloy web Services on the IIS?

    Hi this is LINUS. I have one problem. I have created web service in the OpenEdge10.2A and deployed on the Apache Web Server and using the AppServer i m getting the results. There is no problem. But i want to use the Web Services with the IIS(IIS does't supports servlets execution). So is...
  12. L

    Openedge10.2A supports abstract class or not ?

    Can any body tell me? Does Openedge supports abstract classes or not? :confused: Thanks and Regards. LINUS
  13. L

    WebServices in WebSpeed

    How we can implement the webservices in the Webspeed? Can any body help me with some example ? Thanks in advance. Regards LINUS
  14. L

    ProDataSet with WebSpeed

    Can we use ProDataSet with in the webspeed? Can any body help me? Thanks .....
Top