Hello!
As I know, this windows is MFC windows. How can I work with this windows (set text, get text, scroll and so on) using COM technology and any script language, for example VBS?
Hello
We are using sqllite056 jar in our code. While inserting into database in batch we are getting exception on line when we going to commit.
Lines of Code
<object of Connection> .commit();
<object of Connection>.setAutoCommit(true);
Exception
java.sql.SQLException: database locked
Hello, All.
I've tried video recording in the background.
But had failed.
Under normal circumstances, the recording works properly.
However, if HOME key down- Home screen or Other Activity is running,
recording terminates.
In such a situation, I want to record continuously.
I want to record whole process!
What should I do?
thanks.
-Michael
Hello. There are a lot of ways to store site preferences in database. But what if I need to manage datatypes. So some preferences will be boolean, others strings, others integers.
How can I organize such store?
Hello everybody,
There are string length limitations in database structure (email is declared as nvarchar[30] for instance)
There are lots of html forms that has input textbox fields that should be limited in length for that reason.
What is the best practice to synchronize database fields and html layout input fields length limitations ?
Can it be done automatically (html layout input fields declared the same max length as database data they represent)?
Thank you in advance.
Hello,
i have a bit of asp.net code that exports data in a datagrid into excel but i noticed that it messes up a particular field when exporting. eg ..
i have the value of something like 89234010000725515875 in a column in the datagrid but when exported, it turns it into 89234+19.
Is there any excel formatting that will bring back my original number?
thanks
Hello
A simple question where can I dn the latest org.json jar? The API shows 2010/01/05 for JSONObject and my last dn was 09/06/15. I cant find it on sourceforge or anywhere else. Can someone direct to the latest that will have an API at least as specified as of 2010/01/05? tia.
Hello,
I need to create a script file with the Insert statements for the records I select in the mysql table.
For Instance, when i do Select * from emp where empid = 5, and say i get 10 records as result.
Now I should create a script file with the insert statements of that 10 records to emp table.
I am using C# as code behind...
How?
Hello,
I am writing a program using rmi to connect server and clients together and got the following issue:
My rmi server support both ethernet and wifi mode
rmi clients can connect to the server either vi ethernet or wifi depending. That because s*ome clients can only run via ethernet* and some can only run via wifi.
My question is: how can I make my rmi server connect to all clients in such situation?
Thanks.
Hello, I have good familiarity with CSS but for some reason I am unable to achieve the result I want in this case.
Here is the link to my test site
http://danberinger.com/test.html
Keep in mind that I want a 2 column layout and that the background wrapper color (gray) is not showing. Instead the body background color image is being put in place of where the wrapper background should be. Any suggestions would be greatly appreciated.
Hello
I want to know how can multiple users work in a SharePoint project? How can we keep the code sync?
How can multiple users work in a same SharePoint Server? If one guy IISRESETs the other guy gets affected. How is it done?
Thank you.
NLV
Hello,
Maybe someone know how to write your own framework, best practices, maybe any books or samples. I think that writing own framework gives one better understanding of how it all works, thanks for help
Hello everybody,
I was wondering how does delete[] operator know the size of an array, in this case (for instance) :
int* foo = new int[42];
delete[] foo;
Thanks in advance
Hello Everyone,
I have UI which provide the facility to create own format by using drag and drop utility. I have also xml file which contains the data. Now task is how to automatically generate the .xsl file of the dynamically designed format for the data stored in xml form.
If you have any idea about the solution of the above problem.
I will thankful for any help regarding this…
Thanks
B. Kumar
hello,I'm a newbie on iphone develop,I get the example of GLIImageProcessing,and I want to do same image processing ,and now I want to know how to transform GLIImageProcessing example result like brightness to a UIImage,thank you.
Hello everyone
I want to have google map on my page and I hope it can be based of a zipcode.example 90001.
I also would like to have the general stuff like the ability to zoom out, zoom in etc.
Where can I get this?
Hello I was wondering what is better in MySQL.
I have a SELECT querry that exclude every entry associated to a banned userID
currently I have a subquerry clause in the WHERE statement that goes like
AND (SELECT COUNT(*) FROM TheBlackListTable WHERE userID = userList.ID AND blackListedID = :userID2 ) = 0
Which will accept every userID not present in the TheBlackListTable
Would it be faster to retrieve first all Banned ID in a previous request and replace the previous clause by
AND creatorID NOT IN listOfBannedID
Thank you!
Hello,
Could someone explain me what this code does line by line ?
how t ounderstand excactly first line with declaration ?
what does it mean: [Prop (Grid ())]?
thanks for help
gridCtrl :: Window a -> [Prop (Grid ())] -> IO (Grid ())
gridCtrl parent props
= feed2 props 0 $
initialWindow $ \id rect -> \props flags ->
do g <- gridCreate parent id rect flags
gridCreateGrid g 0 0 0
set g props
return g
Hello, I am confused about the two terms. What is the difference in browser-side javascript programming? I use dojo as framework. And there is only the concept of domNode. But browser debugger always told me something as htmlelement. Are they just the same thing with different names, or with some subtle differences?
Thanks.
Hello,
I'm running into a scenario where at random times I am getting "Access Denied" when executing javascript. It is not repeatable and occurs in random places of my application. There is not indication of what is causing it in the logs and I'm really at a loss on this. It seems to be UI problem only. However, there is no reason it should appear as I do not have any such permission checking to could be getting triggered.
Thanks in advance
Hello,
I am trying to use CLRProfiler. I need to enter some parameters, so I used the the File-set parameters option and added both parameters and the working directory.
When the application starts it takes some parameters from a inifile but the clr fails to find parameters from the inifile cause it concrat it with the working directory.
thanks
Hello
I have a enumeration for elements in a JTree
When I find some specific element in this JTree, I want to check it's children. Do the method children() in a Enumeration check it's grandcildren too?
For example, let's supose this JTree, considering the identation as new levels of the tree:
Fruits
apple
grape
orange
peach
pineapple
strawberry
banana
If I get the children of grape, will I have just orange and peach or will I get peach children (pineaple) too?
Hello all,
I have a pretty simple UITableView who's cells contain UITextFields and I need to be able to call resignFirstResponder to hide the keyboard whenever a user touches the UITableView outside of one of the cells.
I have read this question/answer but it seems like a very rudimentary way to achieve this. I have read about a way to do it by converting the UITableView to a UIControl so that you can connect the TouchDown event.
Does anybody know the standard or preferred way to achieve this functionality?
Hello,
Is it possible to color the user entering code (inside a textarea) using jquery.
Specific texts like <h1>, <b> etc should be colored or highlighted.
this helps to distinguish the opening closing tags.
Please help