9,978 Topics

Member Avatar for
Member Avatar for spartanNE

Hello This is my first posting...and the next will be my second ...lol I need to show the entire contents of a field in an access table, so that you can choose one item. i can then input data for the other equations. this is for a project and the …

Member Avatar for clartsonly
0
114
Member Avatar for spartanNE

My second. I was told that it is possible to create a button on a vb form that will either print out or display the entire contents of an access table... saved in access97. if this is true how? please :eek:

0
57
Member Avatar for Ivan Ruiz

I Am A Vb On Excell User, I Am Trying To Make A Macro In Visual Basic But I Do Not Know How To Run A Msdos Comand Over Vb In Specific I Want To Excecute A "ping" Command Over A Macro That Help Me To Se If A Computer …

Member Avatar for HokSun
0
120
Member Avatar for XxMinionxX

Runtime Error 424 object required happens when I attempt to open my program I made,It does it everytime, and it says the defragments are Private Sub Form_Load() and CS1.Scan_On in the code. Does anyone know how I can fix this? Heres the code if anyone can help.. Private Sub CS1_ChatScan(ScreenName …

Member Avatar for Lokinta
0
176
Member Avatar for chock

Hai All, To run the program we use F5 Key and for Pause we use the Ctrl + Break and for Debug we use F8 , is there any key like this to Stop the program running. Thank you, Chock.

Member Avatar for Deno
0
85
Member Avatar for nn_tiwari

Hi all I need my project working on LAN For this i need Locking technique in VB through DAO Concept Via MS Access For Example, When i am trying to update a table, then another should not able to update record in same table. thanks Tiwari

0
72
Member Avatar for vbperson101

Could someone tell me how to play multiple sounds with Visual Basic 6 at the same time? I know there is a way to, I just have no idea what it is. Thanks :!:

0
74
Member Avatar for bigpoppapumpg

I have taken a few programming courses and really want to master an IDE and vastly improve my programming skills so that I oneday may be able to develop commerical quality software products and work as a programmar. I am also learning *nix right now and noticed KDE comes with …

Member Avatar for 8route
0
275
Member Avatar for DeeJay_Bamse

I have programed at thats takes times on cars running 402m... And I want 2 send a SMS with the result 2 the driver.... Have anyone conted with a mobilefone from VB and sent a SMS? I NEEEED HELP!!! I would prefer a Funktion like this... err=SendSMS("07541315564","Text that I will …

0
44
Member Avatar for LIMS2LIMS

[color=black]Hi All,[/color] [color=black]Here's the scenario. I have VB6, yet I haven't got a clue, but I would like some input as to where/what is the best manual/reference/learning tool for VB6? I thought about taking a class, but, I'm better at the self taught, self pace kind of thing. I have …

0
79
Member Avatar for spot

Some time ago I had a play list for audio files but this has now been mislaid, writien in VB.I am now trying to put together a play list for video files.I have noticed that NEROVISION EXPRESS has nearly something what I am looking for.I wonder if there is any …

0
66
Member Avatar for Sue K

I have had programming, but I have not done much in VB. I am working in Excel. I want to take input data on sheet ENTRY and add it to the next available blank line on the sheet DATA.(already did one infinite LOOP!! with a ISBLANK function) This is probably …

0
126
Member Avatar for The Beholder

I'm having a dilema with bsave, my graphic array is 32x32 pixels in screen mode 7 and I'm using this formula to get the amount of bytes for the DIM statement bytes= (4 + int(((width)*(bitsperpixel/bitplanes)+7)/8)*bitplanes*height) /2 (4+int((32)*(4/4)+7)/8)*4*32)/2=258 if I use this amount for the dim statement and if I use …

0
87
Member Avatar for frozenvillage

Hi All, I am new to this forum. I hope all of you can help me. I have a problem with my VB application. Whenever I change the language option in the regional setting of the windows other than English (United States), it mess up my zip file so that …

0
54
Member Avatar for LenderRep

I am trying to develop a rate calculator for a fee schedule although "calculator" may not be the best term to use. I have an Excel file containing 7 different fees that correspond to a single loan amount. LOan amounts run in $1,000 increments from $50,000 to $1,000,000. I am …

Member Avatar for Buff
0
106
Member Avatar for The Beholder
Member Avatar for The Beholder
0
72
Member Avatar for morgan drutchas

I have a yext box in a form. The text box has two columns, an ID column and a name column. The ID column is bound to a table, but only the name column is shown because the ID column has a width of zero. I want to be able …

0
83
Member Avatar for red_evolve

I am almost done with my project and I'd like to obtain some advice on this. How do I go about packaging (if this is the right word to use) the whole application? As such, I have some extra active-x components which I'd have to add into the System32 folder …

Member Avatar for red_evolve
0
223
Member Avatar for MSUMichelle

Is it possible to switch the view of a subform to datasheet when a command button on the mainform is selected? I know it is something involving acFormDS...but I cant figure out the rest of the code! I appreciate your help in advance! (P.S. I know you can right click …

0
59
Member Avatar for Slade

hey guys... I want to be able to auto sort rows ascending in a worksheet according to the first column... I want to make a visual basic macro for this... any ideas? Thanks in advance

Member Avatar for mnemtsas
0
106
Member Avatar for MSUMichelle

Does anyone know if there is code you can use to set a field width to zero in a form? I would like to use a radio button and when it is selected that field width turns to zero.

Member Avatar for MSUMichelle
0
80
Member Avatar for The Beholder

I'm stuck on retrieving bytes from a register using qbasic, specifically how do they get the Low byte and High byte from this: 'al%=lowbyte of ax, al%=highbyte of ax, al%=outregs.ax and &hff ah%=outregs.ax \ 256 I can understand that with call interrupt you can read or write to general registers …

Member Avatar for The Beholder
0
118
Member Avatar for MSUMichelle

:?: Is there a way to skip part of the VBA code after a certain command button is selected? I have a message box that pops up saying "Please press the edit button to make changes." After the button is selected I do not want these message boxes to be …

Member Avatar for MSUMichelle
0
85
Member Avatar for MSUMichelle

I am working in MS Access 2000 and trying to have the computer continue an ID pattern I have. Right now I have a table with a field "Customer Program ID". There are currently 5 of them...CP001, CP002, CP003, CP004 and CP005. When the user selects new record I would …

Member Avatar for MSUMichelle
0
97
Member Avatar for chock

Hai , i am getting the correct result for the below query rs.Open "SELECT DISTINCT RepTL From PEList WHERE RepFL='" & CriteriaName & "'", Cnn, adOpenStatic, adLockReadOnly, adCmdText but the thing is i need to display the record in the Order by RepId, but when i add RepId in the …

Member Avatar for mnemtsas
0
171
Member Avatar for leeegglestone

Im starting to design some software/system for work even though its not in my job description, and learned a little of it at college so thought id speed the process up rather than waiting for the IT monkeys downstairs to get their act together. I will be including a database …

Member Avatar for mnemtsas
0
98
Member Avatar for red_evolve

Greetings. I was just wondering whether this is normal or not:- When I hit the Print button, it takes a while before the printer starts printing. The printer spools for a few minutes before printing. :-|

Member Avatar for red_evolve
0
124
Member Avatar for chound

I'm a newb 2 VB. How can I use my printer to print out some message I have written in a textbox. Mine is a USB printer.

Member Avatar for mnemtsas
0
63
Member Avatar for soundlesslove

hello frnds i have developed a spying software in vb 6.0 with stealth capabilities just like any other commeriacl software. i would like to connet it through internet so that it can send log files by emails. i have tried smtp server for that ..it works but it is not …

0
63
Member Avatar for red_evolve

Greetings. I have a form loaded and in this form, I have a listbox plus a button. When the button is clicked, a dialog box will appear alongside with the form. In the dialog box, there is a combo box, in which the user must select something from. Once the …

Member Avatar for mnemtsas
0
227

The End.