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!

Recent content by chewza

  1. chewza

    Resource Usage View - Manually Changing Hours

    Hi there I want to manually edit hours in the "resource usage", but the hours are greyed out. Any ideas why? I performed the following steps: 1) Started a new project 2) Adding a single task called test 3) Assigned Joe to this task 4) Set duration to 4 days, and start date to today. Then went...
  2. chewza

    Customer Payments - how to design..??

    thanks everyone for your response. I made a typo - it should be supplier payments - we are dealing with creditors payments, not debtors. My apologies!!!! The design considerations should be similar though We need to report on expenditure against suppliers, as well as our payment details. The...
  3. chewza

    Customer Payments - how to design..??

    I would like your advice on a star schema that i am working on. Essentially, I have Payments with many attributes like (who is paid, what is the payment status, abt 7 different payment dates etc) Each payment is made up of invoices/source documents. I have a dimension payment, a fact...
  4. chewza

    Security Problems with OpenQuery

    Hi there, I am having problems implementing windows integrated security with "openquery", using a linked server, with windows integrated security. The strange thing is that I can access my cube if signed in as administrator. If however, I set up a new user, and assign him to the Administrators...
  5. chewza

    Member properties with DIMENSION PROPERTIES

    Hi there, I'm trying to return (as rows), the customer name, and the gender of the customer. I am trying to use the "DIMENSION PROPERTIES" to achieve this - see below (uses Foodmart 2000 db). Runs ok, but query result is the same regardless of whether I put in PROPERTIES [Customers].[Gender]...
  6. chewza

    Custom Control - Responding to it's own events

    I have built a custom control, which inherits from drop down list, and “adds” an additional property, called “Text” What I am trying to do, is to have the custom control itself perform an action (in this case setting one of it's properties to a value) - whenever an event is raised. I want the...
  7. chewza

    Dynamic Event Handlers - Sharing code

    excellent - thanks Rob!
  8. chewza

    Dynamic Event Handlers - Sharing code

    Hi there, I have written code to automatically assign event handlers to controls of a certain type, at runtime - using "Addhandler". I would like to use this same code for other pages, and am battling to do this. I have created a separate class for shared code, but cannot get this...
  9. chewza

    Event Handlers at Run Time - Persistence problems

    Hi there, I have write some code to attach a single event handler to multiple controls, at run time. All works fine. The only issue is with persistence. I originally had the code run when the page loaded, and only if it was not a postback. I expected to only have to do this once...
  10. chewza

    Custom Controls - bug? rendering issues?

    I am trying to create a relatively simple custom control. I essentially wrote a class to inherit a textbox, and then supply two additonal properties. I compiled the class with vbc.exe, and then registered the control on my page with <%@ register etc. All of the above I did outside visual...
  11. chewza

    OO Primer - Data Capture Forms

    Hi there, I am relatively new to ASP.net, and OO programming. I am busy developing a data capture web form. Have used datasets, and data adapters. I would really appreciate some tips regarding best practice for data capture forms, especiall RE OO programming. Should I work directly with the...
  12. chewza

    Create Excel File

    gmontano: Looks good, but doesn't work for me. I have used template columns in my datagrid, and have linkbutton controls, instead of pure text. I get the following error message: Control 'grdBookings__ctl2__ctl0' of type 'DataGridLinkButton' must be placed inside a form tag with runat=server...
  13. chewza

    Merge PDF's

    I am trying to merge individual pdf files into a single one. Does any one know how to do this?? Thanks a lot Chris
  14. chewza

    VBA Code to print a file

    Thanks guys - all the above is great!
  15. chewza

    VBA Code to print a file

    I am trying to write vba code to print (to a printer) a pdf file. Any one know how??

Part and Inventory Search

Back
Top