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 strongm 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: ARCITS
  • Order by date
  1. ARCITS

    Rockwell PCI Modem Driver

    Here's the story. I have a 56k PCI modem manuafctured by Dynamode. The ID on the chips is: 11229-14 9845 B67061-8 and R6785-62 9845.B70985-3 I ran a utility I dowloaded from the Connexant website and the Modem was identified as ROCWELL HCF DATA/FAX/REMOTE TAM the problem is that it is not...
  2. ARCITS

    Word numbered list doing it's own thing!

    Thanks Tony and apologies that I am not explaining myself very well? It is difficult sometimes to express yourself well! Can I make a suggestion? What about if you uploaded or e-mailed a sample document or I did and then either I could look at one of your working documents or you could look at...
  3. ARCITS

    Word numbered list doing it's own thing!

    sorry if my explanation has been vague chaps. I'll try to explain more. my numbers are chapter subsections for paragraphs I clicked on the numbered list toolbar button to get initially 1 or 1.0, etc (using the format, bullets menu option) I am not sure what you mean by an outline style...
  4. ARCITS

    Word numbered list doing it's own thing!

    I have a numbered list in Word. When I have a list like 1,2,3,4,5, etc or 1.0,2.0,3.0, etc everything is fine and the numbers automatically increment correctly when I press CR. But as soon as I want to do 2.0, 2.1, 2.2, it stops working. When I press Cr the number stays the same as the...
  5. ARCITS

    Word: A5 size pages on a piece of A4

    Not very technical but try this ... What about using an invisible table on the page and splitting the page that way, that is to say two columns? Create a table in the normal way and then change its line colour to white before printing. HTH?
  6. ARCITS

    ASP.Net Security Question

    Yes we have control of IIS. What we are concerned about is if we allow access to IIS we allow access to the main Oracle database? What set up do you have for example? Do you know of any good articles on this subject as I guess there are many ways to achieve the end result? Thanks!
  7. ARCITS

    ASP.Net Security Question

    We have developed an ASP.Net application which we wish to put on our IIS. This IIS is on the intranet the other side of the firewall. The problem we are grapling with is how we allow the application to talk to our back end databse via ODBC o don't we? Do we allow an open channel to the...
  8. ARCITS

    template column but not the first one?

    yep it is a problem with adding a column programatically. I suspect it is to do with the fact that the grid is databound? I'll let you know if I find a solution. Thanks
  9. ARCITS

    template column but not the first one?

    I have a bound datagrid control and have successfully added additional template/click button columns. However these always appear at the start of the grid. Can I have these columns anywhere, e.g. in the middle of the bound columns? Thanks
  10. ARCITS

    DATAGRID COLUMN HEADINGS (ASP.NET)

    Please excuse my nieveness on this chaps. firstly I managed to get the Property builder up but what do I change? Also in the example from checkai where do I put this code? Many Thanks
  11. ARCITS

    DATAGRID COLUMN HEADINGS (ASP.NET)

    Is it possible to amend the column headings in a bound datagrid. At present all I get displayed are the column names or aliases, but I would like to customise these. Many Thanks Andy
  12. ARCITS

    CLEAR DATAGRID CONTENTS (ASP.NET)

    No I'm afraid I already tried that and .dispose() seems to have no effect. Thanks Anyway
  13. ARCITS

    CLEAR DATAGRID CONTENTS (ASP.NET)

    Is there a method to 'clear' the datagrid in ASP.Net?
  14. ARCITS

    SelectedIndexChanged does not fire

    I have a problem with a dropdownlist in ASP.Net I want to capture the 'SelectedIndexChanged' event and populate a label or textbox on the page. However the event does not fire when I make the selection in the listbox. It only fires when I click another command button on the page. I have read a...
  15. ARCITS

    push_back in vector of vectors

    Thanks CodingNovice - I sort of understand the concept of your explanation but what would the syntax be in my example? vector < vector<int> > AdjMat; Thanks!
  16. ARCITS

    push_back in vector of vectors

    I have a vector of vectors (2D vector) vector< vector< vector<int> > > AdjMat; How do I use push_back with this? or is it a case of resizing and then inserting the data? I tried AdjMat[1][1]=1 but I get and error Any help appreciated
  17. ARCITS

    memory usage

    Are there any commands available to check free memory, the size of the heap and stack, etc? Thanks
  18. ARCITS

    sparse array

    Please could someone explain to me how a 2D sparse array works and provide an example. I understand the principle but how are the elements indexed for example? Are there two arrays in fact? i.e. first array has all elements in it but mostly empty and then second array points to indexes of...
  19. ARCITS

    Cannot start a new web project

    Thanks DotNetDoc that did the trick!

Part and Inventory Search

Back
Top