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 ...
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...
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...
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...
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...
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...
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...
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...
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),...
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...
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...
try using Select MAX(columnname)...... ... __________________________________________ Yahoo! DSL – Something to write home about. Just $16.99/mo. or less. ...
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...
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...
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...
Create a recordset. Do the code like this... set datagrid1.datasource=rs (recordset name) just that.. "Eze stephen O." <stonypeterz@...> wrote: Sorry,...
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...
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...
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...
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...
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...
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 ...
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 ...
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...
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....