strongm:
Thanks for your interesting answer.
i'tested the "setparent" function and worked fine placing the graphic representation and behaviour of the combobox but...
in the form2, that is the new container for the combobox, the combobox cannot get the focus (navigating with keyboard, i can...
I've populated a combobox at application start, but would like to re-use it in several forms without loading n times all data in n comboboxes, and without the need for cloning all methods.
set cboBox.container = another_container
works well in the same form but i cant move it to another form...
I´m scanning my computer with Adaware 6 anti sypware software. It finds 69 objects to clean.
After cleaning those objects, many other programs stay unable to run.
Programs can´t open and a message of fatal error appears.
The message:
Title: Microsoft Visual C++ Runtime Library
Message...
But this way works
CREATE PROCEDURE sp_T_CountRecords
@oTbl nvarchar(256)
AS
declare @tsql varchar(100)
set @tsql='SELECT COUNT(*) FROM ' + @oTbl
exec ( @tsql )
GO
Using "exec", you can execute dynamically created statements.
By the way, i read somewhere, that isn't convenient to...
Server: Msg 137, Level 15, State 2, Procedure sp_T_CountRecords, Line 4
Must declare the variable '@oTbl'.
Are you sure you can define a variable for the "from" clause? That produces an error!
Description:
Using Vb6. Crviewr9 (CR9).
w98, xp, win2k.
Inside the program:
I declared: Dim Report1 as new CrsytalReport1
I assigned: CrViewer91.report = Report1
At this line the program reports an "unexpected error"
This occurs after I install the app with Setup.
I packaged my program using...
rgiesen: i'have the same problem but with cr9 and in local machines.
Wallie12: what do you mean "dll's are not attached ":
a) i cant distribute my chart.
b) i have to manually install the appropriate dlls
I have the "advanced" version.
If it´s necessary for me to manually install dlls (to...
I have the inverse problem of IntentDriven.
I mean, I dont want clipper to take control immediately after the execution of the swpruncmd, and want it to wait until the windows application ends.
This behavior occurs in WinXp. But i cant achieve it in
Win 9x.
Can anybody help me?
Of course i...
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.