Search results

  1. S

    What is the ideal data type to use when storing latitude/longitude (Geo Co-ordinates)

    Hello, I need to store the geographical location in Progress database. Please let me know as to which would be the ideal data type which can be used to store this information. Thanks Kiran Shankar
  2. S

    Group by and sub total

    I need to populate temporary table from a database table. The records of the table are somthing like this Country Type Amount ------------------------------ Ind FNT 10 Ind FNT 9 Ind FGH 1 Ind Sales...
  3. S

    Application Server 24344 error.

    Hello, We are using web based application which talks to Progress Appserver using CORBA interface. The CORBA component (eg.CRM3.1) will call progress programs with input and out parameters. This application used to work fine until we introduced a new CORBA component ( version CRM3.2) of the web...
  4. S

    Progress 9.1X and multi threading

    Hi, Can any one tell me if progress 9.1X version supports Multi Threading like Java. Thanks In Advance Kiran S Shankar
  5. S

    Error while converting verison 8 to version 9

    Hi, I am getting an error message --------------------- mvGetRecord(drSetFileSpecial): field with -1. (6663) Unable to Add new V9 schema tables - database corrupted. (6590) -------------------------- when i am running the command proutil <dbname> -C conv89 OS : Windows 2000 i ran all...
  6. S

    determining the field name

    Hello Everybody, is there any way by which i can trap the field name of the field on which my cursor is OR currently highlighted. i have a code which looks something like this: Def temp-table tt-all-forms field tt-t1 as character field tt-t2 as character field tt-t3 as...
  7. S

    Persistent Procedure

    Hello, I have a GUI application in which many persistent procdures are running. I wanted to know is there any way in which if i make a change to any persistent procedure the same can come into effect without me logging off and logging into the system again. In other words is there any...
  8. S

    button label problem

    Hi everyone. i have a define button statement in my program. and on choose of that button i am stoping the query and leaving the program. but when i display button and enable button there is a blank field next button which says " button label",. can any tell me what is causing this. my...
  9. S

    Source for Progress dump & load

    Hi All, Can anybody tell me where will i get the source code for progress dump and load procedure which is there in PROGRESS DATABASE ADMINISTRATION.? Thanks In Advance Kiran Shankar
  10. S

    Check if a variable has been defined

    Hi All, i have requirement like this , i have many .p programs which are using a .i program and in the .i i want to do some thing like this. I want to check if a variable is defined in the .p, if not then define the variable else do nothing. Thanks in advance kiran
  11. S

    Tool to view File relationship

    Hi Guys, Can any body tell me if there is any tool which will help me get the filerelationship report of any progress database Or is there any way by which i can scan through the entire db and pull out a report something similar to a relationship diagram which gives me the relationship...
  12. S

    Remove Control Characters but maintian format

    Hi all, I am outputing a database field which is of type WIDGET, into a CSV file. The users store mail contents (Cut and paste a Mail body). I want to output the same file without changing the output format. All this details should be outputed into a single cell. Although I am able to...
  13. S

    Control characters appearing in report

    hi , i am having report program which spools a report of what is enetered by a user in another screen manually. When i generate the report i get some special characters along with the report. Can any one tell me as to how do i eliminate those characters without disturbing the entered format...
  14. S

    Sending Mail from unix

    Hi !!! Does any one know how to send mails from unix to hotmail / yahoo account from digital unix server, Thanks in advance Kiran
  15. S

    compatibility of incremental backup take in DIGITAL TRU 64 Server

    hi everyone, i have a progress database in digital tru 64 server and also on an IBM AIX server. i want to know if the increamental back up taken in digital server be used on aix server. if this is not possible pls lemme know is there any way in which i can achieve the same . Thanks Kiran
  16. S

    utility to view all called programs

    Hi Guys, i wanted to know as to is there any utility which can read a .p file and gimme a list of called programs recursilvely. For Eg: i have a main.p and it calles sub1.p and sub1.p inturn calls subsub1.p. The utility when run should give me sub1.p and subsub1.p. Thanks and cheers...
  17. S

    Spin paramater

    hi guys, can any one tell me ? is -spin parameter supported on progress 7.3E. Thanks and cheers kiran
  18. S

    web enabling progress program

    hi guys , can any body tell me as to how do i web - enable progress progarms written in progress 7.X thankx kiran
Top