2,155 Posted Topics

Member Avatar for WASDted

This sounds cool, very cool, if you live nearby. I think the costs involved from South Africa to there might be just a little bit out of my reach, damn!:sad: I believe that there are a few of these get together meetings within the IT industry that was tried and …

Member Avatar for WASDted
0
335
Member Avatar for vedro-compota
Member Avatar for moxxxOne

And you have done what so far? We will help with errors etc, not doing homework. Please read our posting rules. Also no information given, what language you are using, what tables in database etc.

Member Avatar for AndreRet
0
44
Member Avatar for dorothy.v

Your strSql is incorrect. Use the second strSql which is correct. [QUOTE][COLOR="red"]strSQL = "SELECT * ATM WHERE pincode = '" & pinenter.Text & "'"[/COLOR][/QUOTE] = Incorrect [QUOTE][COLOR="Green"]strSQL = " SELECT * FROM ATM WHERE pincode =" & "'" & pinenter.Text & "'"[/COLOR][/QUOTE] = correct

Member Avatar for AndreRet
0
210
Member Avatar for Pundia

You need to bind your labels to your recordset. Once a record is displayed on a label use [CODE]Recordset.MoveNext 'to move to the next record. You can also do this via loop and maybe a timer with the following code (Change to suit your needs) - Dim emailgroup as String …

Member Avatar for AndreRet
0
168
Member Avatar for Ghabarkhaz
Member Avatar for Mr_Bill
Member Avatar for jsonandrsn
Member Avatar for shobana edwin
Member Avatar for jjemphoung

Have a look at the attached zip application I got from the net a while back. You will still have to do your own coding to tweak it to your specifications.

Member Avatar for AndreRet
0
60
Member Avatar for Storyahe

You are calling an update function on your data control without a command to add the data first, hence your error. - [CODE]dtaAdd.Refresh dtaAdd.Recordset.Update[/CODE] Add some data to add to the database first, then call the update function.

Member Avatar for AndreRet
0
500
Member Avatar for chris311fan
Member Avatar for salimshahzad
Member Avatar for Consyarek24
0
100
Member Avatar for nor_fairuz
Member Avatar for lounestor

Hello Louise, there is two ways of doing this. Try the one that suits your needs the best. One way: Put this macro in your MyExcelNameHere.xls or other startup workbook. Attach it to a toolbar button, or give it a keyboard shortcut. [CODE]Public Sub ExtendedTime() If TypeOf Selection Is Range …

Member Avatar for AndreRet
0
108
Member Avatar for nagatron

Obtain the website you would like to control, right click on it and select "view Source". Note that you have to use the web browser control in your application. In vb6, references, select Internet library. In components, select web browser control. In the source code, find the textbox name that …

Member Avatar for AndreRet
0
173
Member Avatar for noraz

If you can tell us a bit more about tf/idf, what it does, we might be able to supply some code. I had a quick look at some explanations and it did not make much sense to me. What exactly would you like the app to do?

Member Avatar for noraz
0
553
Member Avatar for sneaker

I agree, it is quite sad that youngsters take their own life because of insecure and ill brought up bullies. This is however a fact of life that stares us as parents in the eye on a daily basis the world over. Thanks for the link.

Member Avatar for AndreRet
0
115
Member Avatar for mogaka

The following links provide all the help you need to load your help files (invoke) [URL="http://www.helpscribble.com/dotnet.html"]http://www.helpscribble.com/dotnet.html[/URL] Or, [URL="http://www.helpware.net/mshelp2/demo2/h1xNET.htm"]http://www.helpware.net/mshelp2/demo2/h1xNET.htm[/URL]

Member Avatar for AndreRet
0
94
Member Avatar for dtnacago

First of all welcome to Daniweb. This post will be moved to Hardware and Software/Microsoft Windows/Vista and Windows 7. Please read our posting rules. I'm sure you will find the answer over there.

Member Avatar for AndreRet
0
33
Member Avatar for toffeecaliliw

We need to see your code where the error occurs. This is probably because you are calling an update function AFTER you have closed a recordset etc.

Member Avatar for AndreRet
0
75
Member Avatar for noraz

Swap the lngFirst and lngLast parts around. That will then display descending.

Member Avatar for AndreRet
0
122
Member Avatar for JamStar

Start with your application. What does it have to do? Then start by breaking it down into steps, for instance - Convert Miles to Kilometers multiply one mile by 0.123456 (sample!) to get one km. Let user type in the value of the miles traveled. Use the above multiplication to …

Member Avatar for AndreRet
0
561
Member Avatar for jogieglenmait

[QUOTE]Private Sub cboCustomerID_Change()[/QUOTE] Change the above to the cboCustId_Click or lost focus event. This should solve your problem.

Member Avatar for AndreRet
0
272
Member Avatar for surinder22
Member Avatar for WildBamaBoy

The reference you have set to folder is incomplete. [QUOTE]Dim folder = "C:\Tester"[/QUOTE] Specify Tester as in Tester.txt etc.

Member Avatar for WildBamaBoy
0
107
Member Avatar for yonderyellow

When considering programming in a new language, go for .NET. vb6 is old, whether we like it or not. Should you wish to go for vb6, try the following from microsoft on the RS232 cable communications - [URL="http://http://support.microsoft.com/kb/194922"]http://http://support.microsoft.com/kb/194922[/URL] You will be using the comm dialog control to do all your …

Member Avatar for craigcl
0
131
Member Avatar for claw72

Try the following - [CODE]Private Sub UserForm_Initialize() Dim ListItems As Variant, i As Integer Dim SourceWB As Workbook With Me.ListBox1 .Clear ' remove existing entries from the listbox ' turn screen updating off, ' prevent the user from seeing the source workbook being opened Application.ScreenUpdating = False ' open the …

Member Avatar for AndreRet
0
178
Member Avatar for developer_2010

Try the following code, it might be what you are looking for. This will import and export your data... [CODE]Imports System Imports System.Data Imports System.Data.OleDb Imports System.IO Code : Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click Dim intFileNameLength As Integer Dim strFileNamePath As String Dim …

Member Avatar for developer_2010
0
367
Member Avatar for H3x0S

It is possible by using a pop up form scenario. Look at the following link which might contain your answer - [URL="http://stackoverflow.com/questions/280891/make-user-control-display-outside-of-form-boundry"]http://stackoverflow.com/questions/280891/make-user-control-display-outside-of-form-boundry[/URL]

Member Avatar for AndreRet
0
53
Member Avatar for ubi_ct83

phpmyadmin is just a DB client; it is not needed to access the DB. If you want to write Java code to access the DB then JDBC is the way to go. If you're unfamiliar with JDBC, there's a tutorial on java.sun.com.

Member Avatar for AndreRet
0
80
Member Avatar for Erslich
Member Avatar for AndreRet
0
161
Member Avatar for dealoud
Member Avatar for AndreRet
0
16
Member Avatar for nicholesand
Member Avatar for darknraw
Member Avatar for AndreRet
0
20
Member Avatar for prabhatsingh
Member Avatar for AndreRet
-1
26
Member Avatar for deepika.rs5
Member Avatar for AndreRet
0
14
Member Avatar for forexlinks
Member Avatar for conceptanidea
Member Avatar for claw72
Member Avatar for sawyer.40
Member Avatar for Ross Brough
Member Avatar for brown.daniel66
Member Avatar for echecker

Welcome to Daniweb. I'm sure your help will be appreciated VERY much to all other members. You might find others helping out as well when you are stuck. Enjoy your stay. Elihu, shame on you. You should know better than to post your email here...:$

Member Avatar for Elihu5991
0
106
Member Avatar for deepika_rs
Member Avatar for deepika.rs5
0
85
Member Avatar for mpythonintx
Member Avatar for exception

[QUOTE]Constants are named storage locations in memory, the value of which does not change during program Execution. They remain the same throughout the program execution. When the user wants to use a value that never changes, a constant can be declared and created. The Const statement is used to create …

Member Avatar for PoisonedHeart
0
177
Member Avatar for amrahim

Thanks for opening your own thread amrahim, it is much appreciated. Below should do the trick for you, just add the controls as needed. [CODE]Option Explicit Private Declare Function GetTempPath Lib "kernel32" Alias "GetTempPathA" (ByVal nBufferLength As Long, ByVal lpBuffer As String) As Long Private Declare Function GetTempFileName Lib "kernel32" …

Member Avatar for amrahim
0
2K
Member Avatar for AndreRet

Anyone following the Ryder cup? Europe ahead by one point (4-3) hoo hoo!!! Sorry USA. Whats up with the weather though, you need a boat to get around! Good luck to both teams though. I'm supporting Europe and Monty.

Member Avatar for diafol
0
119
Member Avatar for ridewon

Welcome Ridewon. Have a nice time with us here at Daniweb.

Member Avatar for ridewon
0
29

The End.