Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Tuesday, November 26, 2024
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
11/26/2024 6:25:50 AM
slxdeveloper.com Community Forums
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Off Topic Forums - General & Off Topic
Forum for off topic and general discussion. View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to General & Off Topic
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Help me....Problem with treeview control.
satz
Posts: 75
Help me....Problem with treeview control.
Posted: 17 Dec 07 8:23 AM
When i access a form that has Treeview control through POPup menu,
THe treeview control is not displaying....it displays only when i click on the form....
i want the treeview to display when form loaded.
Can anybody help me with these? i would be grateful
[
Reply
][
Quote
]
Vladimir
Posts: 93
Re: Help me....Problem with treeview control.
Posted: 18 Dec 07 1:21 AM
I use this script. It's rerefresh treeview
Application.GlobalInfo.Add "THWND", tvName.HWND ‘tvName – TreeView object
Application.BasicFunctions.DoInvoke "Basic", "Personal:SendMessage"
------
BasicScript "Personal:SendMessage" contains next code:
option explicit
Declare Function InvalidateRect Lib "user32" Alias "InvalidateRect" (ByVal hWnd as Long, ByVal lpRect as Long, ByVal bErase as Long) as Long
Sub Main
Dim THWND as Long
Dim handle as Long
GlobalInfoFor "THWND", THWND
handle = InvalidateRect(CLng(THWND), CLng(0), CLng(1))
GlobalInfoClear("THWND")
End Sub
[
Reply
][
Quote
]
Page 1 of 1
You can subscribe to receive a daily forum digest in your
user profile
. View the site
code of conduct
for posting guidelines.
Forum RSS Feed
-
Subscribe to the forum RSS feed to keep on top of the latest forum activity!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 11/26/2024 7:24:57 AM