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 biv343 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
  • Order by date
  1. flopo

    command parameters with null value

    Any ideea for params that are int? Null works for Strings but not for int... it converts Null to 0 which is not null (not empty...) Thanks Florin POP
  2. flopo

    command parameters with null value

    10x Ian ... this was so simple
  3. 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...
  4. flopo

    CR dynamic output

    yes. for instance ?reporttype='cardoverview' then the output is UserID/CardType/CardNo/Balance ?reporttype='accountoverview' then the output is UserID/AccountType/AccountNo/IBAN/Balance so some columns are the same, other are equivalents and other are in plus... I have this situation for nine...
  5. 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...
  6. 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...
  7. flopo

    Fonts and aligning

    I solved the font issue, now I have the font ( 'writhed' => misspell from to write) About the export thing, I export as PDF, but also MS Word is font size slightly different. My solution was trial and error different font sizes until the size was the same. About the registry setting I'm not sure...
  8. 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