Recent content by manish.s

  1. M

    Install Polish language

    Hey, I need to install Polish language. I need xdc_mstr for the polish labels, please advise.
  2. M

    Email Excel report

    Hi My program is genrating Excel output. I need to mail this genrated file if user select Email option. I am creating Excel as shown below CREATE "Excel.Application" chExcelApplication. chExcelApplication:Visible = TRUE. chWorkbook = chExcelApplication:Workbooks:Add(). I dont kw whether This...
  3. M

    To convert code page

    sorry dats a spelling mistake. i am using z. analyze. Can i enter chenese characters. I have a character client.
  4. M

    DB backup size

    Is there any system table having information on Recent DB backup size. I know about last backup time and date in _DbStatus Table. but i need to kw the backup size. Plz help.
  5. M

    Executing .p in web browser

    Hi Is it possible to execute a .p in web browser. I have seen .p running using unix script and adjusting the output in HTML format to display. Can i directly execute a .p and display the output. plz guide as this is new concept form me.
  6. M

    Image printing

    I need to print an image (bmp). i am using character client (UNIX). LOAD-IMAGE("ANI01.bmp") is working in GUI. bt nt in character. Plz help on hw to load image.
  7. M

    program naming conventions

    Hi I need to kw abt the naming conventions. For any customized code I start with "xx". Can you plz tell me wen to start with "yy" and "zz". thanks
  8. M

    To convert code page

    Hi I want to convert my code page to "GB2312". Kindly suggest me the setps to do the same.. So far I kw to analyse undefine the DB and then convert using the command %dlc%\bin\proutil uatadmin.db -C convchar analyze undefined and %dlc%\bin\proutil uatadmin.db -C convchar convert GB2312 But...
  9. M

    Converting the DB to Double Byte

    Hi I want to convert my DB to Double byte. so that I can type chinese characters. Please tell the requred steps involved in this. Do I need to recompile the programs again?? Thanks
  10. M

    rfutil aiarchiver enable is not working

    Dear All, I am trying to execute following command: rfutil mydb -C aiarchiver enable -or rfutil db-name -C aimage extract -a ai-extent -o output-file but it is showing me an error as: PROGRESS Version 9.1D as of Wed May 8 17:24:00 EDT 2002 extract not recognized following -C extract...
  11. M

    .net issue

    The maint. Program works fjne in mfg/pro CHUI version, when i tried the program in .NET Environment the fuctionality is not same. I think this problem is due to Trigger (ON GO, RETURN, TAB ANYWHERE DO:) used in the program. How to make it work in .Net Environment. One thing i noticed is that TAB...
  12. M

    Database status

    I think you can use the below command. $DLC/bin/proutil mfgtrain -C busy this will gv the status of db or else.. .lk file can also be used to see db is start or shut. Hope this may help.
  13. M

    AI implement

    Is there any script to automate AI roll forword process. Archiving AI with date time stamp roll forword AI in other databse
  14. M

    Space problem in Index Building

    Thanks a lot casper Ithink it is working..
  15. M

    Space problem in Index Building

    proutil <dbname> -C idxbuild -T /dbs/db09/ will this do?? i hv space in /dbs/db09/ n .db file is in some other area. can u please guide me ?? i dont kw abt -T :(..
Top