Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kakeez
  • Content: Threads
  • Order by date
  1. kakeez

    Bypassing parse_args() and error control

    Hi, I would really appreciate help on this. I have a script (s1.py) which I would like to call from another script (s2.py). No problem there. The first issue is that s1.py has a command line parser which I would like to keep but instead of fetching the information from the command line, I...
  2. kakeez

    Line ('- - - - - ') does not justify align when output is PDF

    Hi, To make a long story short. I am working on a report that requires a PDF output. Now I want to left align a column say Amount so that: Amount --------- 100$ So naturally I have a field for text 'Amount' a field for text '- -...
  3. kakeez

    Report prints only first page

    I am working on a very simple report. The layout consists of a frame, a repeating frame inside the frame and a field inside the repeating frame. The fiels comes from a column formula I programmed. I have two issues. 1. I want to remove the empty space where the header normally goes. 2. The...
  4. kakeez

    JAVA BEAN CONTAINER?

    Does anyone have any idea where I am supposed to find a java bean container in a form open with forms builder? This is a really urgent issue here for us so I would apreciate ANY input and will explain more later..
  5. kakeez

    Shrink font in PDF output

    Hi all, We have a report that is currently ouptuted in text and I was asked to additionally provide a pdf output. The problem is that in the pdf output the font is automatically chosen as one or two points larger and hence there is not enough space for the data to be displayed within the...
  6. kakeez

    Output report in pdf or text at user's will

    Just a general question, Is it possible to have a report setup in such a way that the users chooses whether the output will be in pdf or text. The way we have it right now is we have multiple copies of report such as: Report1--pdf Report1--txt and depending on the wish of the user he runs...
  7. kakeez

    Lexical paramater problem 2

    Ok...I have a new problem now. The SQL query is accepted thanks to your help. Just a reminder. I am doing SELECT ... . ... &lex_var my_alias ... ... FROM ... GROUBY my_alias; Also, my_alias is likend to a column for display in the report. Now, essentially the new problem is that...
  8. kakeez

    Lexical paramater problem

    Hi, In the query of the report, want to do something like: Select &lex_var my_alias, ... ..... FROM ....; Now when lex_var, a bind variable is defined as: :lex_var = 'statement I want' I have an error saying 'my_alias' is undeclared identifier. However with :lex_var = 'statement I want...

Part and Inventory Search

Back
Top