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 Wanet Telecoms Ltd 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: kaijanm
  • Content: Threads
  • Order by date
  1. kaijanm

    IP address cached?

    Hello all, I have searched the forum for this, but so far haven't found anything. I have a c# desktop application that I've written which connects to a SQL Server express database. I did the development on my laptop and had the database installed locally. Then I migrated the database to a remote...
  2. kaijanm

    generic class using enum?

    I'm relatively new to Java and I'm trying to refactor some code I wrote to make it more generic. I currently have several classes that are basically exactly the same except they each have a different enum. For instance, I have an A class that stores values for AData1, AData2, AData3. I also...
  3. kaijanm

    SQL Server Reporting Services

    Hello, So, in my limited experience with Crystal Reports, I think it's horrible. I had SO many people tell me this, but I stupidly thought, "Oh, it can't be THAT bad." Boy, was I ever wrong. Does anyone have any experience with SQL Server Reporting Services and ASP.Net and Integrated...
  4. kaijanm

    does Integrated Security work with Crystal Reports?

    I'm trying to run some reports on my intranet application that is set up to use integrated authentication and when I ran the report expert, integrated security was an option, so I checked it and it then didn't ask for a username and password. In the IDE, it seems to connect to the DB just fine...
  5. kaijanm

    ASP.NET Session Variable used as parameter to report

    Hello, I'm a complete newbie to Crystal Reports and I'm using the version that comes with VS.Net. I (kind of) created a report that is based on a sproc on the SQL Server. The SPROC requires the customer ID to be passed to it. I have it stored in a Session Variable in my application. How do I...
  6. kaijanm

    CR Newbie, desperate for a point in the right direction

    Hi, I hate to post such a vague question, but I'm really struggling with getting reports going on my app. I have tons of reports to do for my app and I'm just not sure how to get started. My backend is SQL Server. I can't find any good examples of what I need to do to go off of and all the...
  7. kaijanm

    generate excel spreadsheet from app?

    Hi. I'm not sure where to post this so if I shouldn't post it here, can you point me in the right direction? I'm creating an Intranet app that is to replace our access front end to our db. I need to give the user some edits, but I'd like them to be in a spreadsheet so their easy to...
  8. kaijanm

    username on trigger, different behavior on insert and update

    Hello, Thanks in advance. I'm converting an access front end to our SQL Server backend over to .net and as part of this process, I'm creating all the queries on the server. We have triggers on most of our tables that say who last updated the record and when. I use SPROC's for everything...
  9. kaijanm

    DATEPART AND CAST QUESTION

    Hello. TIA! :) I have this as a selector in a sproc and I don't think the result I'm getting is correct. 'BA' +CAST(datepart(yy, GETDATE()) AS VARCHAR) + CAST(DATEPART(MM, GETDATE()) AS VARCHAR) AS 'BatchNumber' What I expect to get here is BA0409. What I get instead is BA20049. What is...
  10. kaijanm

    create and post dataset from sproc

    Hello. Thanks in advance for any help. :) I need to have a sproc that takes a customer ID and a date and generates a dataset based on the inputs and their values in a benefit table and some calculations based on these fields and then inserts the dataset into the billed charges table. I'm...
  11. kaijanm

    insert multiple rows to db at one time

    I need to create an interface to post a batch of records to the database and I'm trying to figure out the best way to do this. Every example I can find is to insert one row at a time. I'm thinking a data set, but I'm not sure. The number of records to post at a time is variable. I'd like this to...
  12. kaijanm

    metabuilders combobox help

    Thanks in advance for any help. I'm trying to use the MetaBuilders combobox on my form, but I am just not sure how to do it. I added in the code (correctly, I think??) as a reference in the project. On the HTML on the backend, I just have this: <MBCBB:COMBOBOX id="comboCities"...
  13. kaijanm

    ddl complete as typing

    Hello. Thanks in advance for any help you can provide. In an ASP.NET application, I have a drop down list of Employers. I would like the user to be able to start typing into it and have it go to the spot in the list based on what they are spelling out, not just the first letter. The default...
  14. kaijanm

    Get rid of 'Page has expired' on back

    Hi, My apps is a fully database driven application, so essentially every page is a form. When the user clicks 'Back', it always brings up the 'Page has expired' screen. Is there a way to just have it go back to the previous page and repost the data automagically? :) Thanks in advance! Kimberly
  15. kaijanm

    ddl complete as typing

    Hello. Thanks in advance for any help you can provide. I have a drop down list of Employers. I would like the user to be able to start typing into it and have it go to the spot in the list based on what they are spelling out, not just the first letter. The default behavior seems to do the...
  16. kaijanm

    dropdownlist for option, but still can type in other options

    Hello, thanks in advance for any help. I have a drop down list on a page for a user to select from, but I also need them to be able to type in a value that isn't in the list. 99% of our customers are in NM, so I have a list of NM cities, but I need them to be able to type in a city in another...
  17. kaijanm

    array in session variable

    Hi, Thanks in advance for any help. In my app, on one page, I create an array that for purpose of explanation is 5 rows and 9 columns. I assigned this array to a session variable after it has been populated partially from a database and partially through code and checking selections on a form...
  18. kaijanm

    selectedvalue on ddl when db shows Null

    Hello. Thanks in advance. I have several places on my site where there is a drop down list that is populated by the results of a stored procedure on SQL Server (so sproc returned list such as Male Female ) and then another sproc is called to look up the info on a person and then as I check...
  19. kaijanm

    1 of 2 panels/tables on page suddenly not pulling

    Hello, Thanks in advance for any help. I have a page that pulls quite a bit of data from the database and it's always worked until today. The data is displayed in two different tables and the tables are each in their own panel (that doesn't seem to matter). the first table contains all the...
  20. kaijanm

    text size

    Hello, I'm redeveloping our main system that is used all the time into an ASP.NET app. The users have their resolutions set anywhere from 800 X 600 to 1600 X 1200. I haven't played with the properties of the text much so it's basically on the default settings. At 800 X 600, the text is HUGE...

Part and Inventory Search

Back
Top