11,868 Topics

Member Avatar for
Member Avatar for Lygris

Alright... So I created a strange little query that takes an abbreviated currency amount and converts it into raw numbers. It you were to enter $2.5k, it would give you "2500" in return. Unfortunately, I'm having an issue passing values into the function. Previously, I was just having an InputBox …

Member Avatar for Lygris
0
118
Member Avatar for Deepankumar

If you Want to hide a adodc in form means its use full for you "adodc1.visible=false" copy the code in form code and run it if you want to visible means use it "adodc1.visible=true" By Deepan

0
17
Member Avatar for Sellepinah
Member Avatar for AndreRet
0
51
Member Avatar for dwel
Member Avatar for vb5prgrmr
0
87
Member Avatar for jemz

hello can you help me how can i remove the flexgrid lines or to be invisible lines in my flexgrid and to put some background color in every rows..just like in I-Tunes software blue and white color of the grid rows...please help me hoping for your positive responds... thank you …

Member Avatar for jemz
0
249
Member Avatar for acplayer

I have been working on an old VB6/Oracle app to add support for additional languages. I got the on screen controls to work and can display the contents of the Database OK on the screen. Now I am looking at importing data with some columns in Cyrillic. I can read …

0
54
Member Avatar for jemz

hello can you please help me and please correct my code if this is wrong. please also check my cursor type if it is correct..hoping for your positive responds... [CODE] Option Explicit Public con As ADODB.Connection Public user_rs As ADODB.Recordset Public cmd As ADODB.Command Public m_user As String Public m_pass …

Member Avatar for jemz
0
384
Member Avatar for bryansworld

Ok so I'm a casual VB6 programmer and now I'm VBA for Access. In VBA I am trying to determine if whether an option button has been pressed. I used the 'Option1.Value' procedure yet it throws a 'You entered and expression that has no value' error. Here's my code: [CODE]Dim …

Member Avatar for dwel
0
111
Member Avatar for Sonic42

I'm looking for code that would help me check the user's internet connection. For example, when Button1 is clicked a MsgBox appears that displays either "Connected" or "Disconnected" based on whether they are connected to the internet or not.

Member Avatar for dwel
0
2K
Member Avatar for umers56

i neez help manz. here is what i have so far: ------------------------------------ Dim x As Integer Private Sub cmdexit_Click() 'this will end the program End End Sub Private Sub picmario_KeyPress(KeyAscii As Integer) 'this will allow the user to use various keys to 'move mario 'this will move the mario up …

Member Avatar for umers56
0
193
Member Avatar for ally1002

hello peers, im working on a game, a pong-ish game there's is supposed to be a pause button but i dont know what to write. this is the first time i use vb. is there such a thing as a suspend method or somthing. im using vb6 thanx for the …

Member Avatar for vb5prgrmr
0
425
Member Avatar for ameyanatu

I Have a excel file with lots of data. I want to create a VB form with back end connectivity with excel file How can i do that? PLease Guys Help me out!!!!

Member Avatar for vb5prgrmr
0
36
Member Avatar for luai25

i need to copy many files with same date from a folder which contains a lot of files to another folder ?

Member Avatar for vb5prgrmr
0
101
Member Avatar for PinoyDev

Good day guys! I just want a little help about recordset navigation to act when i click Previous and Next button. I have created the navigation code but it jumps the records on a table..My code below. [code=vb] '==========================In class module(clsCheque_Navigation)======================== Option Explicit Private Nav_chkno As String 'Store current page …

Member Avatar for PinoyDev
0
105
Member Avatar for goodridge_

Hey guys I want to create a secure log in/ clock in / out form where different employees could log in and be automatically directed to there correct form. I have tried to create one but i keep getting "run time error 3011" [CODE]Dim WithEvents kell As Timer Private Sub …

Member Avatar for dspnhn
0
110
Member Avatar for priyam1309

I have created a DLL file using VB6.0 and the registered the DLL into another server. Now I have created a DTS Package (ActiveX Task) which will create object of the DLL and call a particular function. The problem is when I execute the DTS task from my ID, everything …

Member Avatar for finito
0
447
Member Avatar for Bashir ahmad

[B]sir I design a small application in vb (Windows-xp system) which displays the records from the sql database tables. Entering a table name in the text box and clicking the Button, its records are displayed in the data grid. The code for the button is[CODE]adodc1.recordsource="select * from " & txttable.text …

Member Avatar for Bashir ahmad
0
94
Member Avatar for leverin4

I am working on updating a database where some measurements are stored as text. The updates I'm making are to let the engineers that use it convert their measurements into different units. Long story short, the numbers must be kept as text for a couple reasons that I won't go …

Member Avatar for jhai_salvador
0
188
Member Avatar for gingerc

I need to find out how to connect crystal reports 10 to vb 6.0 application. Did the previous posts get answers? If so, why aren't they visible?

Member Avatar for vb5prgrmr
0
41
Member Avatar for cabsjonel

ello folks its been along time since i did not post a thread but by the way folks i have some problem of my flexgrid iwant to save a data that came from my database and display it from flexgrid can u help me folks? i really need this code …

Member Avatar for brodchoy74
0
108
Member Avatar for krille

I will order Visual basic 6.0 soon and I wonder what the differences are between the Professional and the Enterprise package? It is crucial that the OLE tools and the "Package & Deploy Wizard" are included. Are these tools included in both the packages?

Member Avatar for vb5prgrmr
0
1K
Member Avatar for winrawr

I've been writing in visual basic for a number of years and have suffered so much criticism just for using the language. It's so easy to pick up and it can be compiled to an executable, that's why I learned it... From what I've gathered, the things that are "wrong" …

Member Avatar for winrawr
0
260
Member Avatar for umers56

i am trying to create a videogame but im having trouble moving a picture. what im trying to do is move a picture called mario left, right, down, up... im trying to use the arrow keys... i dont have much experience either. everytime i press the up key the picture …

Member Avatar for umers56
0
269
Member Avatar for Bashir ahmad

Dear sir i use the code [CODE]Printer.print "Bashir ahmad" printer.endDoc[/CODE]on the click event of a command Button. If the printer is turned on, printing starts, but if the printer is turned off, is there a method of informing the user to turn on the printer before printing. In programs like …

Member Avatar for vb5prgrmr
0
68
Member Avatar for Muhidin

I Hv problem, How methode syntax datagrid manipulation with mouse / drag on the datagrid when touch table then show information about data tabel. thx.

0
25
Member Avatar for abyan

hi.. I'm new in VB, and I have a project to activate LED from VB, but the data from VB should be send first to microcontroller (I am using ATmega8535). so in simple way I suppose to activate the LED, yhe input is from VB, but it must be through …

Member Avatar for abyan
0
150
Member Avatar for juniorj

i want to display a selected record from my database to the data report in VB6. i used the foll. code, where cuno is the value of a textbox. i m passing the value of cuno through a module. SELECT * FROM Bill WHERE ID=cuno but when i run it, …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for Bashir ahmad

i enter 3 identical records in an sql database table. Normally this should not have happened and the dbms is to check for identical records. Now when i try to delete or update any record, an error message is displayed and the record is neither deleted nor updated. any help …

Member Avatar for vb5prgrmr
0
109
Member Avatar for Bashir ahmad

[B]in my vb project i have a number of data reports each using a different papersize. each time, b4 opening the report, the paper size has to be set in the printer dialogue box and then the report shows correctly. otherwise the messages like "report width larger than paper width" …

Member Avatar for Bashir ahmad
0
3K
Member Avatar for neosonic

Hi All, I have a microsoft word document, and I have got class to handle the manipulation within those documents (I call it "Word"). My code goes this way: ------------------------------- sub form load set W = New Word ' W is the Word object if usingW = true then 'open …

Member Avatar for vb5prgrmr
0
239

The End.