Search results

  1. W

    IP-Address of the Database-Server from Client

    No I dont know the Server-Name I Think there are 2 ways to get that: -Session:Startup-Parameters indikates the -H Parameter !!! -DB-REMOTE-HOST function but I have never set the ipver Parameter. Any other? Ahhh--- DBParam ist noch besser :-)
  2. W

    IP-Address of the Database-Server from Client

    Is there a way to get the IPAddress of the Databaseserver from an 4GL Client? I looked for Session Paramterers and Hidden Tables but there is not the ServerIP thx WolfStone
  3. W

    How to create .net vb dll that cam be caled from Progress

    I Think the Problem is not the code in the DLL. You should register the DLL in the Assambycache. Regasm.exe yourdll.dll /codebase lg WolfStone
  4. W

    count the Days of a month

    Good solution Thanks WolfStone :D
  5. W

    Changing title of procedure editor

    You can also use the Posse-Source to search for the Title in the Files. I have installed the KSV-Editor from bilklodd. This is a override for the original editor-files of progress. (also written in progress) In this Editor are some features also a setting in an INI File for the Title of...
  6. W

    count the Days of a month

    Hi Can anybody help me? I would like to write a function, that returns the number of days of a month. The INPUT PARAMETER should be a Month and a year. How could I do that?? Please help... :confused: Regards WolfStone
  7. W

    PSTimer and Prox.dll

    Hi @ all Thats a info for people, who have Problem with the PS Timer. In 91D Patch 9 : the prox.dll had changed. Now if you design a W-File with the AppBuilder and use a PS-Timer on it, The Programm will run fine. But when you run the same file or open the same file in a lower...
  8. W

    Center the text in an Fill-In Widget

    Hi Peg How could i centered the Text in a Fill-In Widget???? The Attribute :C30 in the Format Statemant das not fix the Problem because we use a larger Font than the Standard Font. If we use the :C30, progress makes 15 Spaces and than the Text in the Fill-In The Text-Legth will not...
  9. W

    View Locked Tables

    Thanks very much. :-)
  10. W

    View Locked Tables

    We Use: Progress 91x Win2000 I would like to see, what Tables are locked in my programm. The Application is wating in a DO WHILE loop. In the Promon Utility, you can only see the TableNumber and the recid but we could not find any TableName. The Tablenumber also give no information...
  11. W

    **Unable to realize <Widget Type> <Widget Name>. (4025)

    How about a little help. We have been getting an intermittent client error that reads. **Unable to realize <Widget Type> <Widget Name>. (4025) Where <Widget Type> and <Widget Name> are random. (Never the same widget or name twice). Our Application is use one Main Window and many...
  12. W

    Rename a DB in Progress Explorer MMC

    I have installed a DB in the Progress Explorer. The DataBase is view by the Name "DB1" in the MMC. Is there a Way to rename the DB-Name in the MMC? I dont find any Regestry Entry. Please Help me :confused: Wolf
  13. W

    cursor problem

    From witch Code-Section you will apply Entry. (In a procedure you have to declare the Frame (do with frame) The cursor is in Fill_a because the Tab-order WolfStone
Top