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

    dynamic positioning

    within a frame I want to dynamically position a label and a text control. If a field is not null or a variable or whatever is not empty, print the label and value and move everything below it down a line. If is is null print normally. It looks like each contol has an X value of 0 zero so how do...
  2. wesw

    Can I use a .bas file to populate labels?

    What a pain it is if you have a page with many labels. Adding the text etc. gets old very quick (unless I am doing something wrong) Can I just drag all my labels e.g. LabelControl1, LabelControl2 then in a .bas file somehow assign text to each one? What is the best way? I hope it isn't drag...
  3. wesw

    Conditional Printing?

    I want to print a text control in different postions within a group. I assume I'll have to create some code like this after making them both invisible. If table.columnvalue = "This" then textcontrol.visible = true else textcontrol1.visible = true End if Am I on the right track...
  4. wesw

    How long does it take to become proficent in Actuate?

    I am proficent in Crystal and Brio SQR now owned by Hyperion, I can also develop some in vbscript, vb etc. My first impression of Actuate is wow it is powerfull, but what a pain to do anything in. Does it get easier and how long does it take? Thx W.
  5. wesw

    converting datetime to date for table joins

    SQL Server 6.5 how does one go about joining two tables using a datetime field? In SQL I would use the convert function and datepart to extract only the date for the join. How can I do this with Crystal. I changed the options to use only the date e.g. convert date time, but that doesn't seem to...
  6. wesw

    Passing login parameters

    I just got Enterprise running (standard) and created a virtual directory so I can call the report through the url. How would I pass the login parameters to the report? I believe I can pass to a parameter field using ?param0=12345, so what if any is the syntax for login? TIA Wes

Part and Inventory Search

Back
Top