Recent content by Venkateswarlu N

  1. V

    Question smtpmail.p; Can we save the email to *.eml

    Could you please help on how I can then download those emails
  2. V

    Question smtpmail.p; Can we save the email to *.eml

    Hi, We use smtpmail.p for emailing and would like to archive all the emails being sent out. There is the special debugging using MsgFile. But this only logs all the connections and data being written/read. Is there a way to generate/save the email as an eml/msg file. Thank you, Venky
  3. V

    Resolved How To Print Screen/window

    Hi Seniors, I have to print screen/window to printer, I now use PrintWindow of free source 'dibapi.dll'. This shows up windows print dialog, to select printer and buttons print and cancel. Problem is 1) Selection of printer doesn't work, it always prints to default printer, and 2) 'Cancel'...
  4. V

    Answered Special Characters In Gui

    @RealHeavyDude ; sure, will let client know of this risk. Thanks again:)
  5. V

    Answered Special Characters In Gui

    Thanks @RealHeavyDude, I will take a look. But I am not sure if changing codepage is best/allowed for us right now. But as it not possible without changing, I will see if there are special characters within codepage iso8859-1 that we can use. Thanks again:)
  6. V

    Answered Special Characters In Gui

    Hi Seniors, I have a question regarding special characters that can be used on GUI widgets. Session is started with character set ISO8859-1. This does not support the characters I want(Greek math symbols like alpha, beta, gamma and lamda). I can use windows character map to get the special...
  7. V

    Resolved Printing Over Appserver (using Output To Printer)

    Hi Seniors, I have a situation. Progress version: 10.2b. OS: windows 2008 R2 Printer: XPS Writer/local Xerox Printer I am trying to print a PDF, by setting 'session: printer' and using 'output to printer'. Print happens, but it is all wrong. Whole document is printed in 2/3 lines. and I can...
  8. V

    Answered How to grant read write access to new DB users

    Thanks @Rob Fitzpatrick. It works now. I saw two users in _sysdbauth and read on an article to not use 'sysprogress' so was breaking my head with 'administrator'. I was now able to grant access using 'sysprogress'. Thanks a lot for ur help:)
  9. V

    Answered How to grant read write access to new DB users

    @Rob Fitzpatrick I looked at the KB article before and after your reply, but I don't see anything about creating a new DBA user. I mean, it talks about creating a new database and getting a DBA automatically. My problem here is I have a DB created already, but do not know the password of the...
  10. V

    Answered How to grant read write access to new DB users

    Hi Seniors:) I am having to connect to progress DB using a Progress OpenEdge 10.2B driver. And I succeeded, but am not able to access data(tables). And the error is 'Access Denied(7512).' I looked up on this error and saw that I have to grant read & write privileges to my new user 'admin'. But...
  11. V

    Question How can I control usage of fieldlist <FIELDS>

    Thanks @Cringer -rereadfileds works for me :) v10.2b07. However I am asked to write a rule on prolint, is it possible? This is my first rule, so any help how to start. I did look at existing rules, can understand them partly but not enough to decyphier the syntax.
  12. V

    Question How can I control usage of fieldlist <FIELDS>

    Thanks @TheMadDBA This is what I was trying to do using a ProLint rule. Could you please help me learn more about your steps 1) Compile your code with the preprocess option (to flatten out the line numbers and merge includes/etc). 2) Compile the preprocess output with XREF to get the list of...
  13. V

    Question How can I control usage of fieldlist <FIELDS>

    We started following a new coding standard to improve performance (version 10.2B). That is to use FIELDS to only retrieve only the necessary fields, this has very good results. But I am worried of run time errors when using fields that aren't in the list (compiler doesn't warn of these). I...
  14. V

    Answered How can I identify code blocks exceeding 32K limit

    Question: Error 12370 and 142 trying to open a program using AppBuilder Attempt to update <name> record data exceeding <number>. (12370) Attempt to update _trg record data exceeding 32000. (12370) ** Unable to update <filename> Field. (142) ** Unable to update _trg Field. (142) Opening a file in...
  15. V

    Answered Why check for ? on a char field

    Is there any real reason why we have to do this for each customer where city <> "" and city <> ? no-lock: And why is there no data type compatibility error when checking character field against ?. Thanks, Venky
Top