now, my problem is data reports! =\ my data report is connected to a table wherein the results of a query are being placed then to be printed. however, when a...
Reconsider the branch instruction. Do until .EOF .Delete .Update .MoveFirst Loop surely the code below the Do until line wont exectute when it is EOF, whence ...
i have a table wherein queries are stored for printing... however when a new query was made, the data report is still displaying the old contents (the previous...
Hello All Pls see the code below, My results are coming right but it is filling an empty record in the first row of MSHF Grid and then filling my desired...
It is a while since I used the flexgrid (using SGrid-2 instead which is free and better) Of the top of my head, does it fix the problem if you change Rows=2...
Well nothing like leaving a reply until late, but all this code to do so little. Come on guys use an SQL delete. It is not error prone, does not rely on a...
Hai, i am new to this groups as well as vb. i want to open the html file in my local hard disk through my vb application, any body can give me some tips...
Why not use the DROP TABLE SQL command? DROP TABLE (tablename) It would delete the records - AND (*WARNING*) the TABLE STRUCTURE from your database. ...
Hello Every, I want to know the code to show help. I have made help file (.chm). When I execute my application then I can see help file using F1 key but can...
Hi Guys I am writing an app to interface with that below http://www.cadfem.com/new.gif Any idea what OCXs are being used to create the 'new' look ...
Julian Holt
jholt@...
Jun 20, 2006 2:43 pm
14812
Those are all controls contained in VisualStudio2005.and yes, it is a .NET thing. Go to MSDN and you can download a copy of VB2005 Express Edition to get a ...
Thanks for the reply We have an MSDN subscription so I have VB.NET and all the other developer tools... MS keep sending CD's every couple of months or so. Its...
Julian Holt
jholt@...
Jun 20, 2006 3:33 pm
14814
If you do a 'Google' on skinning, you should be able to do it in VB6 I have seen examples where they use manifest files (and even get the exe to create the...
Hai Friends, I want to print out the datas of my form details and i want to take print out for the respective order no. only.. What's the procedure to do this?...
Hello all, I have this two collumns: (I don't know how rows is it) A B = = a1, b1 a2, b2 a3, b3 a4, b4 a5, b5 a6, b6 a7, b7 Ai need a function to get minim...
Hi all, I want to execute simple graphic programs in visual c++ 6 or visual c++ 2005, using DirectX. I'm in dire need of this. Pls. help me out. thx in...
I have to print the roman numeral II on a form but as it is not a standard Ascii character and is not on any font I have can anyone suggest how to do this ? ...
The Roman Numeral II is actually TWO characters, each with an ASCII equivalent. Each is the capital letter "I" Simply use the ASCII equivalent to that letter,...
You'd probably do better to ask this question in a C++ help group. Not that there's anything per se wrong with asking here, just that I'd wonder how many...
Julian: Check out Planet Source Code. They have several "XP STYLE" controls...pop the phrase I just put into quotes into their search engine. You can also...
Thanks for replies, unfortunately I cannot use the "I" key twicw, it has to be a proper roman numeral with the bar at the top and bottom of the two I's closed....