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: flopo
  • Content: Threads
  • Order by date
  1. flopo

    command parameters with null value

    Hi guys, I am trying to pass a null to a sproc (in CR XI and CR 2008) and i cannot figure it out; here is relevant code --sp ALTER PROCEDURE [main].[test_null] @s varchar(max) = null, @z varchar(max) AS SET NOCOUNT ON set transaction isolation level read uncommitted BEGIN if @State is...
  2. flopo

    CR dynamic output

    Hi guys, I have to output the results of a sproc that returns a variable number of cols depending on one param. My initial thought was to develop a subreport for each value of the decisive param... and to suppress them as i need. This is one unpleasent solution... Is there another way? Can I...
  3. flopo

    How to vertical center OLE object into section

    Hi all, I need to center a picture (logo) in a section. The section is a group that contains variable number of rows. What have i done is to make me a overlay section with it, but I don't know how to center it. I tryed addin an empty formula field (I call it spacer) that can grow and insert as...
  4. flopo

    Fonts and aligning

    Hi guys, I have never noticed this before till 3 days ago. I have a word template (docx) that I have to replicate exactly in CR. Here comes the problem... it seams that fonts differ in size and type when exporting from CR and from MS Word. For example Georgia size 18 exported from CR is smaller...

Part and Inventory Search

Back
Top