Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #2K
~31.2K People Reached
Member Avatar for stackOverflow

Hi, Front end Vb6, back end.. access... connection.. ODADB... can someone please help me with the code for login and password.

Member Avatar for Sohan_2
-6
16K
Member Avatar for stackOverflow

Hi, I have a problem. I have put up an image on a form of .jpeg format.(copy and pasted).. But when i save it... it works fine at home.. .when i copy it on a cd... it is not saving the background image. Rather ... when I try to open …

Member Avatar for sonunclejalil
0
6K
Member Avatar for NewVBguy

Hello There, Is it possible to put a datepicker within a datagrid?. Can somebody show me the code pls. Thanks again Newvbguy

Member Avatar for arimegram
0
102
Member Avatar for NewVBguy

Hi There, I am trying to open a txt file with no header using vb6. my problem is that it's converting the first record as header. how can I solve this problem so that my first record will stay. Below is my code: [code]Private Sub ccommand1_Click() Dim cnn As New …

Member Avatar for peter_budo
0
134
Member Avatar for NewVBguy

Hi There, i am using the shell function to execute a program that will zip 10 big data files. so my code is something like this: for n = 1 to 10 t=shell(zip data(n)) 'not the real code ' somewhere here, i need a code to test if the data(n) …

Member Avatar for RodneyKocot
0
158
Member Avatar for NewVBguy

Hi VB6 Community, The whole idea is i want to import a txt file into access2003 using vb6 sql command. i want to use the insert into ado.command rather than using the ado.recordset because of speed. What i have in mind is to open 2 connections, one for the txt …

0
57
Member Avatar for kinv001

Hello, I have a combo box to select the ID, then it will display the particular record from from the database into the text boxes. And now I'm trying to make a update command button. Then I can just change the record which displaying in the text box. And click …

Member Avatar for Comatose
-1
3K
Member Avatar for NewVBguy

Hi there, I'm a newbie in .net. Can somebody show me a complete working code on how to make this getschema work. I am planning to use it in getting all the tablenames/querries inside an MS Access database and put them in a combo box. thnx in advance.... Newvbguy

0
49
Member Avatar for NewVBguy

Hi there, I am very new to .net and I am starting to learn things. Can somebody share me a working code that will put the schema/structure of a table into a combobox. Pls. consider the ff: 1. file is mdbdata.mdb table is mdbtable combo is combobox 2. file is …

Member Avatar for NewVBguy
0
85
Member Avatar for christiannmandi

Hello everyone. I am new to this forum and new to visual basic. I am writing a program and all is well except for one problem that I cannot get over.. I have a integer, it is random... I need to convert it to a string so I can put …

Member Avatar for PVBert
0
125
Member Avatar for NewVBguy

Hi there, I am trying to import a dbase file into an access database. Is there a way of doing this at a command level? I can do it using recordset but it's extremely slow. Pls help. thanks in advance. Please I need a code. Newvbguy

Member Avatar for NewVBguy
0
73
Member Avatar for NewVBguy

Hi there, I am using a listview control. After populating the listview, I want my cursor to jump to the last row and make it visible. how can i do that using vb code. thanks in advance newvbguy

Member Avatar for QVeen72
0
196
Member Avatar for NewVBguy

Hi there, Can anybody share me a coding that will search and replace a char or word in a datagrid using vb6. thnx. in advance.. newvbguy

0
62
Member Avatar for NewVBguy

Hi there, I'm new to this sqlserver package. Is VB6 can able to work with this package like connectivity issues?. Can somebody advice me about this because my previous experience is purely on ms access database as backend front end vb6. thnx in advance.. newvbguy

Member Avatar for NewVBguy
0
86
Member Avatar for NewVBguy

Hello there, I am trying to connect to an Oracle database that contains 210,799 records with 50 columns. My plan here is to compare the speed between MS Access database and Oracle. Ms Access took me less than a minute to open the database and display the first row while …

0
56
Member Avatar for NewVBguy

Hi there, I am a newbie to asp.net and i am using asp 2005. Now i am trying to create a webservice site. My plan to to create a webservice function that will reaturn a oledatareader and beleow is my code: <%@ WebService Language="VB" Debug="true" Class="WebService" %> Imports System.Web Imports …

Member Avatar for lotusflower
0
165
Member Avatar for NewVBguy

Hi there, My plan is just to display the parent and chile page name/id on my wep pages. So what I am trying to do is to put a label control in each page to handle the display. Is there a control that handle this thing. Or how can i …

Member Avatar for ManicCW
0
75
Member Avatar for NewVBguy

Hi Everyone, Please help me to solve this problem. I have an adodb.recordset that open eitheir an excel, dbf, mdb, or text file. What I want to do is to export this recordset into an acess table. Can vb6 do this. Please show me the how.... Thanks in advance Newvbguy

0
42
Member Avatar for marlonism

hi sir/maam...i am new member here my name is marlon from batangas city philippines...and i wanna ask something about vb...if i have a lots of textbox in a form...and one button to clear it all textbox...is it possible to use a for loop...like for each textbox or something to make …

Member Avatar for nedwards
0
171
Member Avatar for NewVBguy

Hi, A newbie to vb.net and I am trying to learn this datagrid. Here are my questions: 1. How can I populate a datagrid with selected column of a table without using a query. 2. How can I put a variable column width 3. Can someone show me a code …

Member Avatar for NewVBguy
0
142
Member Avatar for NewVBguy

Hi There, Can anybody help me with the following: 1. I am trying to open an excel file using adodb connection but i got a run time error on the rs. open. Here is my code Dim cnn As New ADODB.Connection, rs As New ADODB.Recordset cnn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\temp\XLS.XLS;Extended Properties=Excel 8.0;" …

Member Avatar for maheshsayani
0
173
Member Avatar for NewVBguy

Hi Everyone, This is probably simple but I don't know how. Can someone show me a code the test if the child form is currently active or currently the one open in front of my screen. Thanks in advance. newvbguy

Member Avatar for NewVBguy
0
94
Member Avatar for NewVBguy

Hi Everyone, In DAO there is an tabledef object where you have the ability to find out all the names of all tables inside an MDB file. Can anybody show me a code on how to do that in ADO. Thanks in advance. Newvbguy

Member Avatar for NewVBguy
0
110
Member Avatar for bkelly

How do I display then hide a progress box. I don't want any input or check boxes, just show the user that the computer is alive and working. A counter will be nice. When the task is done, the codewill remove the box. Thank you, Bkelly Oops, I forgot to …

Member Avatar for jbennet
0
140
Member Avatar for NewVBguy

Hi there, Can anybody show me how to export a recordset into a txt delimited and exporting recordset into a dbf format. thanks in advance. Newvbguy

0
60
Member Avatar for NewVBguy

Hi there, How can I extract a ps file (eg. sample.ps) and put it into recordset. Thanks. Newvbguy

Member Avatar for Comatose
0
84
Member Avatar for NewVBguy

Hi there Can somebody teach me how to add records from one recordset to another recordset. rs.clone style is ok but this method will just replace whatever I have. Is there any way to do this beside rs.addnew? Take note that 2 rs are opened at the same time. Please …

0
68
Member Avatar for NewVBguy

Hi everybody, Can anybody teach me how this work? thnx. private sub command1_click dim vcombo1 as combobox,vcombo2 as combobox call populate(vcombo1) 'there's an error here vcombo2=vcombo1 'another error here end sub private sub populate(oCombo as combobox) oCombo.clear ocombo.additem "One" ocombo.additem "Two" ocombo.additem "Three" end sub 'Basically what i want is …

Member Avatar for Yomet
0
113
Member Avatar for NewVBguy

Hi Everyone, I am really new to cf and I am trying to understand this software. I am trying to setup my dsn. now when i try to go to cf administrator and select data source option, it pops up an error message that there is no java virtual machine …

Member Avatar for jamba
0
156
Member Avatar for joseprados

I have the following problem: 2 years ago I did a Qbasic program which calculated a graphic, show this graphic on the screen and then the graphic is sended to Printer. The statement I used was << SHELL "prtscr.exe" >> where ptrscr.exe y a program which capture the screen and …

Member Avatar for lympathy
0
2K