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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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"...
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...
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
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.