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

    In concatenation, how to decide where line break happens

    Hi all... I have a list of names... Brian P. Bennett Mario Puzo Hugh E. Hefner Lucy Arnez I have used the following code to concatenate them... WhilePrintingRecords; Shared StringVar ConCat; If ConCat = "" then ConCat := {table.field} else if not({table.field} in ConCat) then ConCat :=...
  2. smitty691

    Reformat a list of names

    Hi My data table has a field for names of honorees. In the data source table the names in that field are ... Smith, John; Smith, Jane; Roberts, Sam; Roberts, Karen What function do I use so that CR XI will display on my report... John Smith, Jane Smith, Sam Roberts, Karen Roberts I'm...
  3. smitty691

    Outlook 2007 Inbox doesn't show new mail

    I have Outlook 07 on a Vista OS Dell desktop. When Outlook send/receives the folders pane on the left will show new unread messages (the blue number beside 'Inbox') but they don't show up in the Inbox until I click another folder and then come back to the Inbox. Any ideas?
  4. smitty691

    Linked Report orientation not same as parent

    I have a simple report that uses a table to display the data. I have the page size and interactive size set to 11x8.5 so that the report will print in landscape orientation. When I deploy from BIDS to the Reporting Services portal, everything works fine. We have a main folder that we store...
  5. smitty691

    Force columns in Matrix to appear

    I have a matrix report that has columns that, for now, have no data, but i need them to appear when the report is ran. Is there any way to force this? I saw a thread (thread1462-1411556) where someone was asking the exact question but I'm unaware as to whether or not he found a solution...
  6. smitty691

    ssrs matrix report

    How do I group the column headings on a matrix sales report to use quarters (like Jan thru March) instead of month name or month number?
  7. smitty691

    Displaying a Subreport with Null records

    I hope that Subject Line was accurate. Here is what I'm working on: I have a report that will show Donors, the last contact, and the next planned contact. All this info comes from seperate tables. A Donor Bio table, a contact table, a planned move table. I have queries set for the contact...
  8. smitty691

    How to keep track of logons?

    I have a medical office that is running a small peer to peer type network. Some of the configurations are being changed and no one seems to know who was where when. How can I get the computer to log (or keep track of) who is logging onto the machine when? Is there some way to have the machine...
  9. smitty691

    User permissions for installing software

    I am setting up a domain network in an office of approximately 10 users. I don't want to leave all the office workers on domain admin priviledge but the owner wants them to be able to install software on their particular machines. What is the best way to allow them to be able to install...
  10. smitty691

    printing report to different size papers

    I have a monthly report I created for someone in out CADD department that i designed to be printed and emailed (snapshot) as if it's on 8.5x11 paper. Now my 'customer' wants to print on 17x22 for a display outside his office. Do I have to design another report with that page setup in mind or...
  11. smitty691

    xp pro and a network

    I have a network that has both wired and wireless machines, w2k pro on them. They all behave fine on the network. They can see the internet, see each other, can exchange files. There is one laptop with XP Pro. It can see the network, can ping server successfully. When you double click...
  12. smitty691

    Pasting a form's content to a Word Document

    I have an Access Database with Customer Returns information in it. My boss uses info from this database as part of her monthly report to her boss. So what happens now is that the data (return number, date, cause, resolution) populates a form with continuous records. I know I should use a...
  13. smitty691

    make subreport do columns

    I have a report that goes to vendors for product defects. I have a subreport that actually lists the mulitple defective parts. I need the subreport to start a second column after, say 10, records in the subreport, freeing up vertical space. The primary column of information in the subreport...

Part and Inventory Search

Back
Top