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

    Split Delimited FIeld; Assign a month based on position

    Hello, I have a field that has 13 values in it separated by a semi-colon. Each value = a month, the 13th is for year-end adjustments. The table housing this field is stored in a PROGRESS database, I'm using the following SQL function to split these values into unique rows. I have SQL 2005...
  2. MrsMope987

    Using the Split Function from FAQ

    Hello, I've read the FAQ on this site for the Split function, I want to take a field that has 13 different values delimited by a semi-colon. These values are for each month and one for adjustments. I need to have this split out as such: Field Currently: RowID Title 3 MANAGEMENT...
  3. MrsMope987

    Reference Custom Code from Query? Or better option?

    I'm using SSRS 05 to report on a progress database via ODBC connection through MS Access. There is a field in the dataset I'm using that is formatted like this (1;1;1;1;1;1;1;1). Each value is a month worth of sales, I need to split this field for viewing in a matrix control. I've got a small...
  4. MrsMope987

    Signed CAB file;in Group Policy- Still Error

    Hello to all, I am using ActiveXperts Active Socket product to open a telnet session from our Intranet page to reset a user account on our UNIX box. I followed the instructions at http://www.activexperts.com/activcomport/sign exactly on our domain controller. I'm logged in as administrator. I...
  5. MrsMope987

    SELECT field1 WHERE field2 = something

    Hello, I am a complete novice at Crystal Reports this is my first attempt. I have created a VB.NET application that creates a XML Datasource in the following format: <OrderInfo> <TabIndex>0</TabIndex> <FieldName>GroupBox9</FieldName> <FieldValue>New Order</FieldValue>...
  6. MrsMope987

    Find out which radio button in a groupbox is checked

    Hello All, I am attempting to loop through all controls on a form, find the panel controls and loop through those contorls. I also want to loop through the controls on a gorupbox and pull the item that is checked, if it is checked then I want to pull the tabIndex, Name, and Text to my dataset...

Part and Inventory Search

Back
Top