|
|
Comments and Discussions
|
|
 |

|
test.exe
ATLNewGrid.dll
test
Component 'Tabcrl32.ocx' or one of its dependencies not correcly registered: a file is missing or invalid.
FuckingVBasic?
|
|
|
|

|
This Chandra Mohan Mishra. I want to connect this grid with the database. How Can I? Please Help me
|
|
|
|

|
Hi....
Actually i had created a animated ATL control component. I implemented the drawing code in OnDraw function, the problem is when i import the dll into sample application. The animation start to run. But, i need the animation should be excuted only when i excute the sample application. how can i implement this.
i mean when i drag the control on the dialog. Its should appear empty (white colored). when i excuted the application then the animation should be displayed on the control window region
Could you please help me in this regards.
V.Shanmuga Sundar M.Sc.,
Senior Software Engineer,
Chennai.
|
|
|
|

|
i have the same problem.
SUCCESS Phoenix
|
|
|
|

|
This is so cool. I just downloaded and tested this with VB.NET.
I have two problems,
1) How can I copy the selected cells to the EXCEL sheet or notepad?
2) Is there any documentation to use this program?
Happy day!
|
|
|
|

|
Thanks for this marvelous grid control.
Question is:
How to set all cells in current single row in editing mode ?
When user selects a row or a cell in grid, all cells in that single row need to be set in editing mode (all cells need to remain in editing mode, as long as user is in that row).
When user switches to another row, all cells of that row need to set in editing mode and all cells of previously selected will go out of editing mode.
Anybody tried this?
(For example, in "QuickBooks 2004", while creating new invoice or bill, grid shows such type of whole row editing, where all cells in single row are all in editing mode at a time.)
I think, this interesting feature can be possible when Grid is in virtual Mode and also in Single Selection Mode.
Any help is appreciated.
Thanks.
Ana
|
|
|
|

|
:\TitleTip.h(26) : error C2440: 'initializing' : cannot convert from 'char [10]' to 'const unsigned short *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
c:\Grid.h(448) : error C2146: syntax error : missing ';' before identifier 'm_DropTarget'
c:\Grid.h(448) : error C2501: 'CGridDropTarget' : missing storage-class or type specifiers
c:\Grid.h(448) : error C2501: 'm_DropTarget' : missing storage-class or type specifiers
c:\StdAfx.cpp(8) : error C2856: #pragma hdrstop cannot be inside an #if block
c:\StdAfx.cpp(9) : error C2856: #pragma hdrstop cannot be inside an #if block
Error executing cl.exe.
ATLNewGrid.dll - 6 error(s), 7 warning(s)
who can tell me?
lhongliangi@163.com
|
|
|
|

|
I have the same problem with you!are you received the resoved method!if ok!please send me a copy!thank you
lbking11@tom.com
|
|
|
|

|
i can't download author's code.who can send me his code?thanks a lot.
email:regale1688@sina.com
|
|
|
|

|
Hi,
I really liked this Grid control and I'm trying to use it in my application. I'm using .NET to host it. The problem is that whenever the following line executes:
((System.ComponentModel.ISupportInitialize)(this.axGrid1)).EndInit()
the compiler complains:
"The source object does not expose 'IPropertyNotifySink' event interface."
It obviously doesn't like the fact that IPropertyNotifySink intreface is not defined in your dll's source code...
Any ideas on how to fix it?
Thanks!
|
|
|
|

|
This control also needs a checkbox Tree hierarchy ability to get anywhere near commercial 'TreeList' controls. And, of course, the printing functionality mentioned in other threads. Nice start, but people need to improve upon it.
I get 2 compiler errors, any clues?
1) \ATL Grid control\Grid.cpp(3304): error C2661: 'std::vector<_Ty>::insert' : no overloaded function takes 1 arguments
with
[
_Ty=GRID_ROW *
]
2) \ATL Grid control\Grid.cpp(3306): error C2661: 'std::vector<_Ty>::insert' : no overloaded function takes 1 arguments
with
[
_Ty=Rows
]
Let me know if anyone improves it further.
|
|
|
|

|
Hi!
Is it possible to format cells with HTML tags? (like in MS Excel).
Thks in advance!
Appstmd
http://www.appstmd.com
|
|
|
|

|
Hi!
How did you get wizard to generate class CProxy_IGridEvents?
|
|
|
|

|
Yes, I'm wondering the same thing. I have almost finished a WinCE eVC++ 3.0 port of this program and that is the last thing I need to do.
|
|
|
|

|
I'm trying to make my own ActiveX project.
When I call 'GetClientRect', m_hWnd is NULL in my project.
But in your codes, m_hWnd has a proper value in CGrid::OnDraw.
What should I do to solve it before Calling GetClientRect in OnDraw?
|
|
|
|

|
m_bWindowOnly=TRUE;
add this in the constructor,and it will work.good luck
|
|
|
|

|
How to print, preview and paginate the Grid data ? Is it possible ?
|
|
|
|

|
Linking...
Creating library ReleaseUMinDependency/ATLNewGrid.lib and object ReleaseUMinDependency/ATLNewGrid.exp
ATLNewGrid.obj : error LNK2001: unresolved external symbol __imp__ImageList_LoadImageW@28
Grid.obj : error LNK2001: unresolved external symbol __imp__ImageList_DrawIndirect@4
GridCell.obj : error LNK2001: unresolved external symbol __imp__ImageList_DrawIndirect@4
Grid.obj : error LNK2001: unresolved external symbol __imp__ImageList_GetImageInfo@12
GridCell.obj : error LNK2001: unresolved external symbol __imp__ImageList_GetImageInfo@12
Grid.obj : error LNK2001: unresolved external symbol __imp__ImageList_GetImageCount@4
LIBCMT.lib(crt0.obj) : error LNK2001: unresolved external symbol _main
ReleaseUMinDependency/ATLNewGrid.dll : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.
ATLNewGrid.dll - 8 error(s), 0 warning(s)
|
|
|
|

|
Hello
I am looking to use your grid as a day view control in an online Diary application which I am writing in WTL. Basically writing a lightweight version of Outlook.
I would like to be able to merge cells. Specifically the top fixed row - which I want to make my title.
Have you considered introducing this feature? Or if you have any ideas I will have a look at your code and let you know how I got on.
I have worked out how to use your control in WTL now but would have benefitted from some WTL/ATL client code.
Like your control - especially because I have control - having the source code.
Angus Comber
angus@onlinesupport.co.uk
|
|
|
|

|
I add this COM component(ATLNewGrid.dll) in resource view.
i can't use your ATL Grid Control in WTL Project. but it works in MFC.
how can it works in WTL?
|
|
|
|

|
If i put this code and run, i get a runtime error 458.
Private Sub Grid1_GotFocus()
If Screen.ActiveControl.BackColor = &HFF& Then
MsgBox "Red"
End If
End Sub
|
|
|
|

|
I am using the grid in an ATL project, but I am unable to get an event without an assertion from ATLCOM.h. Also the "row" parameter passed into the event is not right.
Chad
|
|
|
|

|
I am using the grid control inside of an ATL based project. I am getting the events, but I get bad data passed in and then ATLCOM.h asserts with error - "Invalid Callee" whenever DispCallFunc() is called. Can anyone help me out with this
Thanks
Chad
|
|
|
|

|
Let me start by complimenting you on your work - Thanks.
I have a question though.
I want to add more than one line of text to a cell (or even wrapping would be OK). I can not autosize the columns as the application doesn't allow it.
It looks like this is possible if I look at this enum
enum __MIDL___MIDL_itf_ATLNewGrid_0000_0006
{ grTextSingleLine = 0,
grTextNoLimit = 1
} grTextLine;
How do I set this value - I can't seem to find the function.
Any other way of doing this ?
Your help would be greatly appreciated.
Kindly
Christiaan
|
|
|
|

|
How can I know which cells are selected by user?
Chetan
|
|
|
|
 |
|
|
General News Suggestion Question Bug Answer Joke Rant Admin
|
A grid control for displaying tabular data, based on Chris Maunder's grid control
| Type | Article |
| Licence | |
| First Posted | 6 Feb 2000 |
| Views | 295,187 |
| Bookmarked | 111 times |
|
|