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: chewza
  • Content: Threads
  • Order by date
  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..??

    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...
  3. 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...
  4. 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]...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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
  11. 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??
  12. chewza

    Error: Debugging Requires an Initial Page

    Despite having set an initial page for the project, I keep getting an error message telling me that debugging requires an initial page. I have checked that the initial page has been set in project properties. Help would be appreciated!
  13. chewza

    Difference between DTC's &amp; HTML objects

    Is there some &quot;duplication&quot; HTML objects & DTC's? For example, there is a textbox available on the toolbox under both the DTC and HTML tabs. Both of them can be treated as objects. When would you use one over another?
  14. chewza

    Calendar ActiveX - Crashes VI

    Each time I drag on the Calendar ActiveX control, VI crashes. Any idea why?
  15. chewza

    Data binding problems with DTC's

    I'm new to Interdev, and trying to set up a very basic database connection with DTC's. I have no problems setting up a data environment, data command etc, and &quot;previewing&quot; data in IDE. When I drag the data command, and fields onto my page, and view this page in my browser, the fields...

Part and Inventory Search

Back
Top