Recent content by jai shankar

  1. J

    Pass value from fill-in to Varaible Help

    reply for saving value in variable hi, U have to use screen-value atribute of progress. like: in leave event trigger: assign variable=fill-in-variable:screen-value. Most probably it work. Thanks.
  2. J

    Sending Email in SCO-Unix with XML file attachment

    hi to all, I have a problem.I want to send an E-mail with attachment(XML file) through SCO-Unix command Line. mailx is not working. I have used: mailx -s "hello" abc@yahoo.com < abc.xml it creates an error file and aborts. Thanks in advance.
  3. J

    Flat File to XML Conversion

    XML Conversion Thanks to all of U for Reply. As I think that i have to be little bit more specific regarding my problem. basicaaly I want to generate a XML doc from report.But there is a specfic view regarding xml. ex: <?xml.......... ?> <abc:fgh abc:"http:www.w3c.com...............>...
  4. J

    Flat File to XML Conversion

    hi everybody, can anyone tell me how can we convert a datafile(Text format to XML format) in Progress. thanks in Advance.
  5. J

    Validation Problem

    Thakns Nabi hi, But I have implemented it useing API-Smart Data field options and i want to do validation using coding.Can U tell me any example code for that. Example ques: Put the validation for name database field so that it only accept characters(a-z,A-z,'')? Thnaks and Regards.
  6. J

    Validation Problem

    hi to all, I want to put a validation for database field so that it can only contain characters (a-z & A-Z & space).I don't know what's the process. Any one can suggest me the solution. Thanks in advance.
  7. J

    Input Level Restriction

    Hi to all, I have a problem in making a project in progress.How can i implement a input level restrictions in database fields like:name never accepts digits etc. Thanks
  8. J

    Making Progress Project Executable

    Thanks Gcampbell for reply thanks gcampbell, I get the job to develop an EIS application using progress api.can i produce a single installation file for the application.Is there any tool for that as in many languages like vb we have facility to build an executable file. thanks and regards.
  9. J

    Making Progress Project Executable

    hi to all, can any one help me I want to make a single executable file of a project which is based on Progress-api and progress-database in windows enviornment. reply soon. thanks in advance.
  10. J

    Progress Report Creation

    thanks gcampbell. I will try your suggestion but problem is that we have options in report viewer like text,form,excel etc. when i open report in text/excel option it work correctly but this report it won't work in form option means in form option i have to open then the report in notepad with...
  11. J

    Progress Report Creation

    Progress Reports hi gcampbell, thanks for the reply. But as I am new with progress I don't know the place from where I have to remove the entry regarding this. But One more thing rest of reports work properly. The report which creates problem have some if statements for the selection of header...
  12. J

    Progress Report Creation

    Q.1: I have a Problem:sometimes when we create reports on Unix with Aculaser Print Options, It tries to open with Adobe inspite of Notepad.Its extremly surprising for me. Can anyone suggest me any solution? Thanks in Advance.
  13. J

    How to update table A from values in table B?

    Reply for Query hi, First I want to know that on which u are working. if this is oracle based sql then try update command. or if this is progress sql92 then try using assign statement. thanks.
Top