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

    suppress in multiple records

    I need to suppress section if the ruleid exist ruleid has multiple records (derived from another table, other than real data table) ruleid 2 7 11 25 any help?
  2. ulag

    suppress section detail

    I am using CR 10 I need to suppress a section(which has values from A), if the value of B.inactive is not 1 and certain other conditions The table B has records based on companyId, ruleId and reportId I try to use like this {B.Inactive} and {B.ruleId}=2 and {B.reportId}=1 and {A.CompanyId}=...
  3. ulag

    Is it possible to report fields subsequently?

    I have multiple fields appearing in a single report data is like field1 field2 filed3 field4 ... ... ... .... I need to report like field1 1 field2 2 field2 3 field2 ... ... field1 1 field3 2 field3 3 field3 ... .... I...
  4. ulag

    Reporting design problem

    select clip.RiskStateId, clim.DistributionSource as DistributionSource, Field1 , field2, Field3, Field4 from cli.policy as clip , cli.METLIFEPOLICY as clim where YEAR(clip.Expdt)= 2004 and MONTH(clip.Expdt)= 6 and clip.riskcheck=1 and field1=clim.IDnum group by...
  5. ulag

    Creating report with passed parameter

    I have data from stored procedure with passed parameters. I need to create report like using CR8.5 Section1 state Amount ----- ------- CA $30 TX $25 .... Section2 state Value ----- ------- CA 130 TX 225 I have...
  6. ulag

    What syntax I should change for register_globals off

    After upgrading to latest PHP (4.3.0), I am facing problem with sessions variables, form variables and so on. Right now most of hosting uses register_globals as on. I changed few, but would like to know from others, to list what all should be changed? I want the code should work either in...
  7. ulag

    How to transfer filename & full path from localsystem ?

    I need to know the filename and full path, which will be loaded after some time. eg I need this as one variable "C:\Documents and Settings\ulag\My Documents\b_card.doc" It is so simple, but I have problem. Please help me. When I load, I get like this in my local system...
  8. ulag

    How to put in a array and call these repeatedly in a page ?

    I have pulldown menu, which needs to be called at multiple times in a page: For example this one for ($i=2;$i<=91; $i++) { if((($i+$wday)%7)!=0 && (($i+$wday)%7)!=1) { $tomorrow = mktime (0,0,0,date(&quot;m&quot;) ,date(&quot;d&quot;)+$i,date(&quot;Y&quot;)); $date4 = date(&quot;F d, Y -...
  9. ulag

    Convert date format

    I want to convert date format from &quot;July 23, 2002&quot; to &quot;YYYY-mm-dd&quot; format. Is there any simple solution around?
  10. ulag

    How to detect primary key in a table using PHP

    I use mysql. I want to know what fields are primary or unique keys? I need to find by PHP. Please help me. Thanks. ulag
  11. ulag

    I need some working HTML mail class with CC or BCC

    Hi, I tried various mime class for html email for CC or BCC. I could not find any working one. Do any one know or use successful mime class with BCC?

Part and Inventory Search

Back
Top