Cheers.
Bugger, this might be a little bit painful to make. Also, just out of interest, that template field only seems to be for asp.net, as a web UI control, not a form control?
Before i make a commitment to making a control capable of something such as what i have described. Does it actually sound like a good way to allow the user to interact with a database type program? I mean, if there isn't something already implemented,...
User Profile
Collapse
-
Hi guys,
Has anyone got a solution for this? I would like to be able to add it easily, but if i have to do it manually, is there a project already in existence?Leave a comment:
-
Thanks for the reply Frinavale.
My language is C#. There are two datagridviews (sometimes more, depending on my program). One of them is technically a sub datagridview because it uses a child datasource from a dataset relation.
I understood that it might be possible, however, i wanted to know if it was easy to implement without having to rewrite the entire datagridview by inheriting it and making my own datagridview....Leave a comment:
-
Datagridview -can multiple rows affect sub records?
Hi guys,
I have a quick question which i have pondered for a little while. I'm not sure if its even a good idea (so maybe advice on whether or not to do it would be helpful as well).
I want to have my first datagridview to have a multi-select (which i have currently), but what i want to happen when multiple rows are selected is different. I have a sub datagridview which is using a relationship in a dataset which allows the... -
Anyone got any ideas? i have been busying myself with other parts of my project, but i would like to get this part done soon.
Thanks in advanceLeave a comment:
-
Cheers.
I have been moved to the .net forum quite a lot when i have posted here, that i assumed that i was supposed to post in the .net forum.
It is C#.net, maybe i should have made that clearer in the title.
Also, just to clarify. I want to be able to update SUM and COUNT columns either within the current row, the parents current row, or all children data. Just so i can update information such as, a column...Leave a comment:
-
C# App - Dataset updating, how to update certain aspects
Hi guys,
I have run into a little problem once again in my program. I have struggled with this for a while looking around for answers, and have made a make shift method to do a work around. But this will consume a lot of resources and is unnecessary i believe.
My problem is this. I have a dataset which has several relations, i then also have enough datagridviews to display the levels of data. Now i have certain columns... -
wow.... that simple. I was sure i tried that before.
Logically i was sure its the otherway around though. Cause the datagridview would see that there was a toolstrip and make sure that it didnt overlap.
Thanks dude. Answered!Leave a comment:
-
C# App - Issues with docking, controls not logical
Hi guys,
Just a quick question which i am fairly stumped with. I have had a look around, but it seems to be so simple there hasn't been many problems with it from other people.
My issue is that i have a toolstrip and a datagridview and the datagridview isnt finding the toolstrip above it, and when it is doing a fill dock it is cutting a part of itself off from the user.
I have created these objects using... -
I know this is a double post, but i seem to have found the answer i was looking for. It doesn't seem to run slowly, and gets the information that i need.
Found it here http://www.mssqltips.com/tip.asp?tip=1106 but its probably in other places.
The code is in the 5th row. The code is:
...Code:"SELECT OBJECT_NAME(f.constraint_object_id) AS 'ForeignKey',"+ " OBJECT_NAME(f.parent_object_id)
Leave a comment:
-
You want to make a search that searches all tables? thats pretty much it?
Kind of not the same as my topic. Post a topic if you want this question answered!Leave a comment:
-
Ah i see!
I'll have a look around them. But by you saying perhaps seems to tell me that people don't do this very often. What is the method people do usually do for this type of problem?
I'll see if i can find the solution in there, but it may not be hey?Leave a comment:
-
Hi Clint
Thanks for the reply. But i think you may have skimmed my topic slightly
I know that datasets can create and use relationships when you set them manually. But i want to recover a relationship from a database that is separate from my program completely. Is it that the relationships are not actually saved in the database itself? I find that hard to believe.
Anyway, I look forward to your next r...Leave a comment:
-
C#.Net Retrieving database relationships
Hi guys,
Just a simple question which has frustrated me for a little while searching for the answer. How do you manage to get the relationships from an external database?
I'm making a program which i am linking up databases and will give functionality to see the relationships between tables and so forth.
I have not had much luck finding any solutions
I tried something along these lines,... -
hmm, there isnt really much code to post.
As you said, its really just changing the .Text property. However, the odd thing is, i have two methods which do something else in the program, but at the end they both call a method which changes the groups name, but only one of these is actually successful. I cant see any errors in my code.
The question i really want an answer to now, is how to make sure that when i do a form.close()...Leave a comment:
-
C#-APP: Groupbox naming issue. Simple problem
Hi guys,
I have a simple problem which i cant seem to figure out. Im not sure if its my fault, or just VS2008.. I have a group box, which i change its name to show a user that the contents of the group box have changed. It works fine the very first time i do this.
But after i close the form, and then create a new instance of the form, the group box no longer allows me to change the name. Or it DOES change the name, however... -
Sorry, i posted this fairly early in the morning. I thought it was the .net forum.
Has anyone got advice for me? =)Leave a comment:
-
C#-APP: Print Preview. Changing pages without StartPage
Hi guys.
I have a print preview control which I am making, as I have found the one that comes in the showdialogue to be fairly poor for what I needed.
Anyway. I have at the moment all of the pages in my print preview shown, so there is a vertical scroll bar. The problem I seem to have, is when I have all of the pages shown, the program does not seem to accept the StartPage property as a valid page jumping mechanism.... -
Sorry that i am not understanding what your saying too well; but what is an autopilot?
I am assuming that its like a dummy version of the database or something along those lines?
Seeing as i only access the database through code and not through the gui options avaliable, i dont see why there is a problem, but there is!Leave a comment:
-
I'm not trying to open the database. I'm trying to delete it so that i can copy in a backed up version of the database.
You have now said that the database will usually run with the program, but how do i ensure that all ties are severed?Leave a comment:
No activity results to display
Show More
Leave a comment: