i have a double value: dim a as double, b as integer a = 12.68 if i assign b = a, i will get b = 13. but i want is b = 12, which is the floor of a. (Remark:...
it works thank you so much ... Did you look at Fix() yet? Regards, Shawn K. Hall http://12PointDesign.com/ ... Get your own web address for just $1.99/1st yr....
I set grid's OleDropMode Property to Manual. I create DragDrop event and put "stop" in the event. When I drag something over the grid, it has the "+" symbol,...
Hi again, I created simple toolbar in my project. As for now it has a "Find", "Sort acending" & "Sort decending" buttons in it.What I am sorting is columns in...
Does this help with what you'r trying to do: http://msdn.microsoft.com/library/default.asp?url=/library/en- us/dninvb01/html/ivb0900.asp /tr ... am ... the...
Dear Mike, Check this ADODC1.Recordset. Find "=", "Text1.text" Or set rst=new adodc.recordset rst.open "Select * From Table_Name where Field_Name='" &...
hello recently I have seen a dictionary software which when user takes the mouse over a specific word , without any click , the meaning of that word appears in...
have a spreadsheet that has data in in HTML controls. For example in D4 there is an embed function that contains the control HTMLText15. It shows 87.3 If I use...
Hi all Dudes and Gals. I am new to this group. In fact I am a novice in VB programming also. One of my clients asked me to make VB - Access project with few...
Hihi there ;) I'm no great expert in this area, but there are many very user friendly splitter softwares out there, I use one called Cutter4, and all you do is...
Hi experts, I am working on I18N support for the application which has been written in VB. I did some investigation around that and what i got to know ia that...
It could be the fonts. Maybe your English OS doesnt have Asian fonts (Chinese/Japanese) installed? And I have written some VB6 applications that display both...
Dear Friends, 1. I wanted to calculate area under the curve and peak of curve for 'n' number of files. 2.Starting point of peak in each file is different. ...
Hi Google Simpsons rule or Trapesoidal rule.... These are how most integration problems are done (area under curve) As for the peak.... Why not just have a...
Julian Holt
jholt@...
Sep 19, 2006 1:45 pm
14914
Hi Dudes and Gals in this group, I have a problem in my VB group. Last week I had sent a VB project by setup wizard to my client. Some of you had really helped...
Hi, ... This error message means what it says: You need to make your report slightly less wide. Sometimes, this message will appear on one computer and...
Hi, Thank you very much for immediate reply. I will try, if i've any doubt i will be back. With rgds, Jayalakshmi. Julian Holt <jholt@...> wrote: Hi ...
Hello All, Can anyone here suggest me a solution to solve my follwoing problem? 1) I got a .aspx page and on that page i got a combo box and a command button. ...
I'm trying to establish a connection for MySQL so that I can connect to a MySQL database using VB6. I've installed all of the necessary software. I can connect...
Hey there handgun, ... '// ======================================================== '[Variables] Public cn As Connection '[Support] Sub TestConnection()...
Hello All, Can anyone here suggest me a solution to the following problem? Iam trying to generate a report, which is already made using CR. When i execute the...
The only way for me to close the datareport after a datareport.show command is by pressing the X button at upper right corner of screen. Is it possible to ...
Anyone know of a decent way to print your msflexgrid? You're probably familiar with the problems: If you use myform.print, it only does a screen dump of the...
Hi Dudes and Gals in this group, I have a problem in my VB group. Last week I had sent a VB project by setup wizard to my client. Some of you had really helped...
Hi all, How can i refresh crystal reports? Iam using VS.NET2003 and using vs.net i created a aspx webpage and on the page i placed a drop dwon list and a...
ok cso here is my expereince with data reports, first you must install the driver of the prefered printer and it must be the default printer.. if you will use ...
Hi experts Thanks in advance. I am trying to open an help file with vb 6.0 application. with out specifying the file in project properties. can any one help me...
Dear All, I have developed a Search application for our inventory in MS Access database split into front and back end. It is working well. However, I want to...