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 fmasin

  1. fmasin

    Error HRESULT E_FAIL has been returned from a call to a COM com

    Hi, I am trying to browse my cube on a project I have just created in Microsoft Visio Studio but I am getting this error - How can I resolve it? Error HRESULT E_FAIL has been returned from a call to a COM component. With many thanks, Francis Masinde Thanks and regards, Francis
  2. fmasin

    Feasibility Study Report Templates

    Does anybody have a template for reporting back on the findings for the Feasibility Study Report? Any help will be greatly appreciated. Thanks and regards, Francis
  3. fmasin

    Help with Resource Pooling

    Many thanks indeed Prothios! Will give it a try and if we need any expert advice, I know where to go. Thanks and regards, Francis
  4. fmasin

    Help with Resource Pooling

    Is there some kind of user guide - step by step manual on how to set it up? I beleive that we have got the MSP server but nobody has a clue on how to set it all up. Thanks and regards, Francis
  5. fmasin

    Help with Resource Pooling

    We are a number of project Managers running a series of projects, all sharing same resources. How can I set up a resource pool in Microsoft Project to share resources effectively? Any ideas will be most welcome. Thanks and regards, Francis
  6. fmasin

    On-screen form in Word 2003

    Thanks Roger. However, would you then need to put any VBA code behind the check box object? could someone kindly tell me how to do it step by step - sorry, I haven't done this before. Thanks and regards, Francis
  7. fmasin

    On-screen form in Word 2003

    Yes..indeed... Thanks and regards, Francis
  8. fmasin

    On-screen form in Word 2003

    Roger, Just out of interest, how do you get the user to put a tick into a text box - without opening the window that allows them to select 'checked' or 'unchecked'? Please, help me....I'm a bit stuck as I am designing a form with check boxes for my users to tick and submit. Thanks and...
  9. fmasin

    Favorite guidelines for a Mission, Vision, etc

    thedaver, Thanks for starting this thread and for all the people that made contributions to it. I found the previous guy's reply, whom you advised to seek help on anger management, quite an interesting read. He/She makes some very good, and indeed, valid points. When you have been around...
  10. fmasin

    How do I make a Combo box show 2 fields or more in a drop down, like M

    Bullschmidt I have actually included both files... and included the following in my code; <% ' Dim var. Dim objjpsvbBuildOption Dim strSQL Dim Client_Id %> <tr> <td align="right">Client No | SurName | FName</td> <td> <% ' Set sql. strSQL = "SELECT Client_Id...
  11. fmasin

    How do I make a Combo box show 2 fields or more in a drop down, like M

    Hi Many thanks for your code but unfortunately it's generating the following error. Error Type: Microsoft VBScript runtime (0x800A01F4) Variable is undefined: 'jpsvbBuildOption' OCH/CaseEntry.asp, line 105 How do I resolve it? Thanks and regards, Francis
  12. fmasin

    How do I make a Combo box show 2 fields or more in a drop down, like M

    Tarwin, It's something like this... <tr> <td width="194">Select Name</td> <td width="424"> <p align="left"> <select size="1" name="Client_Id" style="width: 310; height: 310"> <% sql = "Select * from tblClient ORDER BY SurName" rs.open sql,myconn,3,3 do until rs.eof %> <option...
  13. fmasin

    How do I make a Combo box show 2 fields or more in a drop down, like M

    Tarwn, Thanks for this....however, what if I want to pull 2 fields from the same table all to show in the drop down combo but when I click, it will just pick one to show in the text area? For example...select surname,postcode from tblClient...and I want the combo to show the client's surname...
  14. fmasin

    How do I make a Combo box show 2 fields or more in a drop down, like M

    So how can I show the surname and date of birth in one combo box? Thanks and regards, Francis
  15. fmasin

    How do I make a Combo box show 2 fields or more in a drop down, like M

    Hi, I have a combo on my form - I would like this combo to show Surname, DateofBirth and postcode to ensure that the record selected is the rightful one - how I can I do this? Please... Thanks and regards, Francis

Part and Inventory Search

Back
Top