Search the web
Sign In
New User? Sign Up
vbhelp · Visual Basic Help Center Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14799 - 14828 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14799
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...
Juancho
obi_juancho_...
Online Now Send Email
Jun 1, 2006
7:09 am
14800
Any body know abt the ivrs in vb tapi? Pl help me and explain the same...
ilabganesh
Offline Send Email
Jun 1, 2006
1:40 pm
14801
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 ...
Rnd
thorinzzzz
Offline Send Email
Jun 1, 2006
3:35 pm
14802
i changed the code to... do until .recordcount = 0 ... loop...
Juancho
obi_juancho_...
Online Now Send Email
Jun 2, 2006
1:43 am
14803
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...
Juancho
obi_juancho_...
Online Now Send Email
Jun 2, 2006
3:55 pm
14804
This works Do While Data1.Recordset.EOF = False On Error Resume Next Data1.Recordset.Delete Data1.Recordset.MoveNext Loop...
Dan Bridgeman
dwbridgeman
Offline Send Email
Jun 2, 2006
4:09 pm
14805
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...
Shakil Uddin
uddin_shakil
Offline Send Email
Jun 6, 2006
10:54 am
14806
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...
Rob
crombierob
Offline Send Email
Jun 6, 2006
11:50 am
14807
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...
Matt
unicornssecond
Offline Send Email
Jun 9, 2006
3:07 pm
14808
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...
nellai_vani
Offline Send Email
Jun 9, 2006
5:28 pm
14809
Why not use the DROP TABLE SQL command? DROP TABLE (tablename) It would delete the records - AND (*WARNING*) the TABLE STRUCTURE from your database. ...
Richard
alienwebmaster
Offline Send Email
Jun 10, 2006
6:11 pm
14810
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...
imran khalid
m_imran_khalid
Offline Send Email
Jun 16, 2006
9:15 am
14811
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@...
Send Email
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 ...
Timothy Rupp
timrupp804
Offline Send Email
Jun 20, 2006
3:10 pm
14813
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@...
Send Email
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...
crombierob
Offline Send Email
Jun 20, 2006
3:37 pm
14815
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?...
radhika_vbin
Offline Send Email
Jun 20, 2006
6:33 pm
14816
Any budy knows how to use voice AT commands, i have used but having some problem in disconnecting the modem...
v_anilhero
Offline Send Email
Jun 20, 2006
11:49 pm
14817
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...
tom67ro
Offline Send Email
Jun 20, 2006
11:50 pm
14818
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...
chetan dandgey
chetandandgey
Offline Send Email
Jun 21, 2006
1:52 am
14819
hi.. could someone give me where i can have video capture component with free.. thanks...
rafaelmoha
Offline Send Email
Jun 21, 2006
7:05 am
14820
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 ? ...
testblokepuma
Offline Send Email
Jun 21, 2006
9:42 am
14821
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,...
Richard
alienwebmaster
Offline Send Email
Jun 21, 2006
5:13 pm
14822
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...
vb6_dev
Offline Send Email
Jun 21, 2006
5:38 pm
14823
The same way you did here? Two 'I's together, like so: II...
vb6_dev
Offline Send Email
Jun 21, 2006
5:46 pm
14824
It's in your email.......... Capital I is one II is two III is three IV is four etc. All you need is a routine to convert the decimal value to the...
Matt
unicornssecond
Offline Send Email
Jun 21, 2006
5:53 pm
14825
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...
Richard
alienwebmaster
Offline Send Email
Jun 21, 2006
7:38 pm
14826
Why not just use the capital "i" (twice) -- "II"? ... -- Brett.Stinson@... [Non-text portions of this message have been removed]...
Brett Stinson
bstinson
Offline Send Email
Jun 21, 2006
8:12 pm
14827
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....
testblokepuma
Offline Send Email
Jun 22, 2006
7:24 am
14828
How to copy excel file with two sheet in access and calculate formula in excel. example the code : Sub AppendRecord1() Dim tbl As New Table Dim cat...
adie putra
adie_putra81
Offline Send Email
Jun 22, 2006
11:33 am
Messages 14799 - 14828 of 15862   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help