Recent content by LINUS

  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

    Thanks Jongpau for your help. As we see that when particular fill-in placed on viewer/smart window gets focus then its help is displayed in windows status area. So could you please tell me which event or procedure published. OR what exactly is the flow behind this mechanism.
  3. 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...
  4. L

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

    Its openedge 10.1B. Yes there is some code in endTrasactionValidate. I will check again and let you know. Thanks a lot.
  5. 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...
  6. 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...
  7. L

    Reconnect to Appserver ? ? :)

    I was thinking in the same way.... Please do post your code. Thanks for your time. :)
  8. L

    Reconnect to Appserver ? ? :)

    I have more than 1000 of programs where I am using RUN statement without checking the valid-handle() and I do not want to modify all the program. Actually I am looking for a common place(some progress custom files etc), where I want to reconnect to appserver. Thank you.
  9. 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...
  10. L

    Batch file on the appserver environment.

    Yes, It is working.... :) Thank you very much...... Now i can move further....
  11. L

    Batch file on the appserver environment.

    Actually I want to run a testaa.p file as a batch process on appserver, which has the following code: do i = 1 to 10: disp "this is test message in batch process " + string(i). pause 5. end. I added " &' in the last and run it with os-command.. But could not get this results in the log...
  12. L

    Batch file on the appserver environment.

    RealHeavyDude, I am trying this......... cProgName = "ob/testing1.p". comm-str = STRING(DBNAME) + " -ld " + cdbname + " -p " + cProgName + " &". comm-str = comm-str + " -d " + SESSION:DATE-FORMAT + " ". ASSIGN comm-str = " mbpro " + comm-str. IF OPSYS = "UNIX" THEN DO...
  13. 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...
  14. 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...
  15. L

    API function for maximized window in ADM-II

    no problem.. Thanks for giving me your time.
Top