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 SkipVought 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: angel106
  • Order by date
  1. angel106

    Sorting Excel Fields from .net

    Below is the new code: When i run this code i get an error message sort method range class failed...... What i want to do is to be able to sort the first col down. intRowLoc = 2 For intLoop = 0 To Me.nextStepArrList.Count - 1 Dim xlRange As Excel.Range...
  2. angel106

    Sorting Excel Fields from .net

    I need to find a way to sort based on ascending numbers: I recorded a macro in excel however i can;t seem to put it into .net code. The code below is from the recorded macro Sub Macro1() ' ' Macro1 Macro ' Macro recorded 08/29/2005 by colindolcetti ' ' Range("A1:K194").Sort...
  3. angel106

    Controlling screen size and display screen

    I'm working in .net 2003 and when i create a project its always at the screen size 1280x1024 well most of my users that my programs run on only have the 1024x768. How can i control the screen size?
  4. angel106

    Declaring a array list in a Class

    I'm working with an array list of some information what i did was create the object(Exported Data) which i declare all my sub and functions inside. I wan tto be able to reference my arraylist but i get an error. How do you properly reference an arraylist in a class?
  5. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    When u install autodesk were are the APP.MNU, APP.MNS, AFLY.MNS i got one of our users tosearch his folders and nothing came up. But he does have these menus installed on his machine. However i want to know the directory path that these install in so that i can fix another users similar issue.
  6. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    Well that was the problem for watever reason when i jsut the menus it only had the ACAD menu not the APP or AFLY i think that's what there called. However, if those menus dont appear how can i re-install tem without having to load the whole AutoCad Mechincal again? Is there jsut a file that i...
  7. angel106

    Binding Data to a ListView in .net 2003

    Ok so i created an array list with all the database data now how can i display if i want to use a listview from the fired event of a button pushed.
  8. angel106

    Binding Data to a ListView in .net 2003

    How can i bind the data to a list view control? I have created a sqlconnection and configured the sqldataadapter to create a dataset, however how can i bind that data set so that when te form loads the data from my database is in the listview?
  9. angel106

    Can anyone tell me were to find information on how to design searchs

    Wullie do u know of any other sites that have maybe some code to look at. I i know need to create an array of information to search from. That site was good however i want to build my own search routine....do u know of anyone with examples?
  10. angel106

    Can anyone tell me were to find information on how to design searchs

    Can anyone tell me how i can find information on how to design a website search tool so that my users can search my website for keywords?
  11. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    How do i check that out?
  12. angel106

    Desprate need of consulting in CR9

    I want to finish this project however i can;t seem to get this one issue out of the way and i;ve posted many times without getting any response back. Can anyone help me ? I need to be able to supress values that are grouped as WO and however if the previous value is not zero then i want to show...
  13. angel106

    Can u lock out a folder in WIN 2000

    I have a situation were i want to have the access locked for anyone that tries to mess with a folder. However i want my software to be able to access that folder so it can read or write to the folder. Is this possible and if so how?
  14. angel106

    AutoCad DX 2004 Power Dimensioning not showing up

    I have a lone user that i have installed numerous time the AutoCad 2004 DX mechanical desktop software and each time i install it i never seem to get the annotted men uto appear or the power dimension to be active or appear. This user is the administrator of his PC. Wahts goping on?
  15. angel106

    Formating Question in CR9- supressing duplicate numbers

    Yes i tried that but how would i know to show the information based on if the previous sequence either was done and never entered?
  16. angel106

    Supressing Areas

    I'm currently using crsytal 9.0 and i hit an issue. I created two groups 1 group is based off a sequence of operation(SEQ) and the other group is based of unique work order.(WO) GH#1 SEQ1 GH#2 WO100 WO101 WO102 W0103 I have 23 steps or SEQ's (SEQ1......SEQ23) So what i...
  17. angel106

    Formating Question in CR9- supressing duplicate numbers

    THis would be a conditional supress on sections however i don't know how to do this.
  18. angel106

    Error message store.exe is allocating more memory then usual

    I jsut recently installed the Exchange SP1 and this annoying alert keep writing that the store.exe process is allocating more memory then usual. I was never getting this error when i didn;t have the SP1 on however ever since the EXchange SP1 i;ve been getting this error.?
  19. angel106

    Formating Question in CR9- supressing duplicate numbers

    How can i only show one work order number in a group and supressing the duplicate work order. Example: I have a Group #1 called Sequence Id I have a Group #2 called Work order Numbers I have a Group #3 called Work order Number. yes there are two groups on the same field. Here;s what i want to...
  20. angel106

    Grouping question

    the reason why GH#1 seq 3 doesn;t show anything is because that what i want my data to do (the whole point of this thread) is to hide data. GH#1 Seq4 was my mistake dont worry about this its ok however how can i increment say a string? say i want to increment my work stations??

Part and Inventory Search

Back
Top