Search the web
Sign In
New User? Sign Up
VisualBasic_Official · Visual Basic . VB.net . VBS . ASP.net
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 7250 - 7279 of 9530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7250
Hi.it's me again. I want to print the latest data from my VB program.But my report file (.rpt (Crystal report)) is not updated although I've check it by ...
awan2000_3
Online Now Send Email
Jan 1, 2006
7:55 pm
7251
I need BarCode Font that can be scanned. I have checked on the net for the fonts but did not get any. I any of u r using that and can share with me that will...
raja_14325146
Offline Send Email
Jan 2, 2006
5:16 am
7252
Dear In Crystal report goto database--> verifydatabase awan2000_3 <awan2000_3@...> wrote: Hi.it's me again. I want to print the latest data from my VB...
Rahul Verma
rahul9818084057
Offline Send Email
Jan 2, 2006
6:46 am
7253
Hi all, i am a new member in this group. i am a vb developer with 3 yrs exp. now i have to do a vb.net, Sql server project and i have to do it all alone...i...
ramas_cv
Offline Send Email
Jan 4, 2006
6:55 am
7254
hello i'm maziar heidari i wanna know the detailed instruction about using inpout.dll in vb.net if someone know this please help me,please give me the detailed...
MAZIAR HEIDARI
maziar6109
Offline Send Email
Jan 4, 2006
10:07 am
7255
I have an asp.net page which creates a new record. I'd like to retrieve the auto number key which gets created as soon as record is created. What is the best...
Peter Plimpton
vbdtsman
Offline Send Email
Jan 4, 2006
11:57 pm
7256
Also keep one thing in mind. In File Menu, u have one option 'Save Data with Report'. That should be unchecked. Otherwise report saves the data with it and u...
Roopesh Kumar
rk9811321262
Offline Send Email
Jan 5, 2006
12:24 am
7257
Create an example ChartTest Excel Pgm w/UserForm1 and w/CommandButton1. Execute the ChartTest Excel Pgm and click on the button(top area of the chart). Sub...
CSilcoJr
clubmaker7277
Offline Send Email
Jan 5, 2006
12:24 am
7258
I am not sure of the "best" way, but the auto number does not exist until you do a .update, or in some way save the record. So create it, close it (save),...
;-)
jimhollandjr
Offline Send Email
Jan 5, 2006
4:01 am
7259
Hi, The solution, I think, is this: Assuming you have an OledbCommand (yourCommand) with a SELECT statement as its commandText on your form, you can use the...
Eze stephen O.
stonypeterz
Offline Send Email
Jan 5, 2006
4:14 pm
7260
Hi, From what I can see here, I think your question should read; How do I make changes in my database reflect in a datagrid that is bound to the database...
Eze stephen O.
stonypeterz
Offline Send Email
Jan 5, 2006
4:14 pm
7261
Hi Peter, I dont have the idea of MS Access but in sql server there is a property named IDENT_CURRENT('column_name'). U can use SELECT...
Roopesh Kumar
rk9811321262
Offline Send Email
Jan 5, 2006
6:06 pm
7262
try using Select MAX(columnname)...... ... __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. ...
kevin kizer
kevinkaseykizer
Online Now Send Email
Jan 5, 2006
11:01 pm
7263
dataadapter such as "dim rs as recordset"? I use VB 6. Let me make it more clearly. If I add a datagrid in my form.It needs recordsource so that all records...
Setiawan Gunadi
awan2000_3
Online Now Send Email
Jan 6, 2006
2:56 am
7264
Dear De-select save data from crystal report design view. Regards Umesh C.M Rahul Verma <rahul9818084057@...> wrote: Dear In Crystal report goto...
umesh Baboo
cm_umesh
Offline Send Email
Jan 6, 2006
10:06 am
7265
No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.289 / Virus Database: 267.14.14 - Release Date: 1/5/2006 [Non-text portions of...
yahoo
crdodia
Offline Send Email
Jan 6, 2006
12:51 pm
7266
Sorry, the solution I provided is for VB.Net users. I'll see what I can find out about VB 6.0 for you. It's been long I used it last. Cheers!!! Setiawan Gunadi...
Eze stephen O.
stonypeterz
Offline Send Email
Jan 6, 2006
3:58 pm
7267
Hi. I have a new problem.now I have to make searching feature using ADODC so that the result can be seen in dataGrid. thx...
awan2000_3
Online Now Send Email
Jan 6, 2006
3:59 pm
7268
Create a recordset. Do the code like this... set datagrid1.datasource=rs (recordset name) just that.. "Eze stephen O." <stonypeterz@...> wrote: Sorry,...
Roopesh Kumar
rk9811321262
Offline Send Email
Jan 7, 2006
7:55 pm
7269
I'm trying to run stuff from the paralle port mainly. Things like plotters,coffee pot, ect. I have the inout.dll already. Is that a system32 program? Refering...
Gary Reese
gizmo46953
Offline Send Email
Jan 7, 2006
7:55 pm
7270
I have a LOT of questions, but most of those can wait till I am either ready to ask, or when I need to know the answer. For now the question I have regards...
cklyons81520
Offline Send Email
Jan 8, 2006
11:53 am
7271
Very new here myself(one day). I asked about the simplest question I could think of, mostly to see what would happen. A day later no reply......yet. I asked if...
garyr@...
gizmo46953
Offline Send Email
Jan 8, 2006
7:14 pm
7272
Thanks for the reply. :) As for controling stepper motors, I did that in my VB 6 class. We used the serial port and each motor had a programable 'ID' that...
cklyons81520
Offline Send Email
Jan 8, 2006
11:09 pm
7273
My school officially teaches Java, but one of my required courses was a "logic" class which used Visual Basic.NET. After taking a semester of both I have...
Chris
cochris4
Offline Send Email
Jan 9, 2006
12:53 am
7274
Myself, I'd vote for .NET as it is something of the newest animal on the block. Also, MS is not only supporting .NET, they just sent me a 20meg. update this ...
garyr@...
gizmo46953
Offline Send Email
Jan 9, 2006
2:08 am
7275
Yes, in many ways, it's easyer to use the serial port than the parallel port. Most of industry uses the serial port too. The main attraction of the parallel ...
garyr@...
gizmo46953
Offline Send Email
Jan 9, 2006
2:08 am
7276
I have no idea how to get updates for Visual Studio. The update thing that's on the cd always says it can't connect to the server. *sigh* garyr@......
Chris
cochris4
Offline Send Email
Jan 9, 2006
3:17 am
7277
Chris, I kinda stumbled on to the update trying to install a 3rd party parallel port. The update was a result of my WinXP Home sp2 OS. When the 3rd party...
garyr@...
gizmo46953
Offline Send Email
Jan 9, 2006
4:49 pm
7278
Here is a really good site of what you might be looking for, In regards to controllers info and industrial applications with Excel and VBA. ...
CSilcoJr
clubmaker7277
Offline Send Email
Jan 9, 2006
4:49 pm
7279
I have done things like this before, but I designed the adapter that the parallel port connected to. It was also back in the DOS days using Quick Basic Pro....
;-)
jimhollandjr
Offline Send Email
Jan 10, 2006
6:34 am
Messages 7250 - 7279 of 9530   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