9,979 Topics

Member Avatar for
Member Avatar for faroukmuhammad

Hi guys, my keyboard has not [B]Break[/B] key, so i cant braek a test run with the conventional [B]Ctrl + Break[/B]. Is there any other way to break a test run? Thanks in advance.

Member Avatar for faroukmuhammad
0
204
Member Avatar for faroukmuhammad

Whenever I command my datareport to show, my computer halts. Their are other four report that work well. Then there is the only one that is pulling on my legs. Can any one tell me what the problem might be?

Member Avatar for faroukmuhammad
0
83
Member Avatar for machitar

anyone can help me? Im new to Vb. ---------------------------------- Private Sub LoadTransaction() Dim lv As ListItem Me.lsttransaction.ListItems.clear With Me.adoTransaction.Recordset [COLOR="Red"].MoveFirst[/COLOR] While Not .EOF Set lv = Me.lsttransaction.ListItems.add(, , !invoicenumber, , "px") lv.SubItems(1) = !TotalAmount lv.SubItems(2) = !AmountTendered lv.SubItems(3) = !Date .MoveNext Wend End With Me.adoTransaction.Refresh end sub ---------------------------------- thanks in …

Member Avatar for faroukmuhammad
0
231
Member Avatar for shelexelex

Please i need to know how to schedule an auto backup for my program database. Please anyone with ideas?

Member Avatar for debasisdas
0
84
Member Avatar for shelexelex

Please, i am writting a program and i want the program to run every 3 hours, now when i try to put 10800000ms which is equivalent to 3 hours in the interval property of the timer, i get an error message that say.. "Invalid Property Value", Is it that it …

Member Avatar for shelexelex
0
170
Member Avatar for zp18zp18

I have a hardware controller that I purchased from a vendor that provided a SDK in VB6. The primary reason I chose their controller was the class and SDK that I could get started with immediately. In the meantime, the vendor decided that dot net VS6 was best developed and …

Member Avatar for zp18zp18
0
202
Member Avatar for androidz

hi guys its me again wanted to learn something new about how to use winsock.i am making a program that would detect the computer if its turn on through ip address that is connected on lan..anyone can help me or suggest something that i could learn?hoping for your replies guys..s:)

Member Avatar for debasisdas
0
173
Member Avatar for iscode

Can anyone help me to convert this java code to vb6 code? [CODE]import java.net.*; import java.io.*; class read_web { static void main(String[] url) { String web = "http://www.website.com"; String vs="",us = ""; try { URL website = new URL(web); URLConnection conn = website.openConnection(); BufferedReader in = new BufferedReader( new InputStreamReader( …

Member Avatar for debasisdas
0
125
Member Avatar for kaippilly

I am using Access 2007(accdb) And ADODC in vb form.In a given date I have a lot of credit entries and Debit entries in text boxes. Is it possible to sum all credit entries and Debit entries an find the difference in a given date by using vb code? Is …

Member Avatar for debasisdas
0
43
Member Avatar for arsenal_fan

Hi, I have 2 spreadsheets with say the following data: Spreadsheet 1: Column 1 Column 2 Eatables A Eatables B Apple Watermelom Orange Apple Banana Peach Apple Spreadsheet 2: Column 1 Column 2 Eatables Status Apple Eat Orange Don't Eat Banana Eat Peach Eat Watermelon Eat Tomatoes Don't Eat Avocado …

Member Avatar for debasisdas
0
152
Member Avatar for nephert1

GUYS PLEASE HELP ME WITH VISUAL BASIC 6.0 NOTES ON ARRAYS,PROCEDURES,FUNCTIONS AND FILES. IF YOU WISH TO ASSIST SEND ME VIA [email]mnephert@yahoo.com[/email], and i will appreciate.

Member Avatar for debasisdas
0
48
Member Avatar for insanity99

Hello... I already know how to connect the Drive to Directory but I don't know how to connect File to Image can someone teach me how to connect the File to Image?? Pls......

Member Avatar for debasisdas
0
66
Member Avatar for churva_churva

how to trap? for example in my textfield i don't want my textfield to accept double data type only integer is accepted..i don't have any idea how to do it.. can someone here give me a clue...please a sample code.

Member Avatar for ChrisPadgham
0
173
Member Avatar for kaippilly

I am using Access 2007 AND Adodc. [Date] is a field in my table1.What is the code for getting a record on a particular date?

Member Avatar for kaippilly
0
94
Member Avatar for divakar.it

Hi, I am tired in searching the solution in google for my issue in ADODC MoveComplete Issue: In my application I was using reference ADO 2.0 version for ADODC connection and it was working fine. Due to some other enhancement i forced to change the version from ADO 2.0 to …

Member Avatar for divakar.it
0
958
Member Avatar for yashsaxena

Hello All I want to create a exe of Note which i have developed in VB6 Does any one know how to do it?

Member Avatar for faroukmuhammad
0
16K
Member Avatar for vin24

Hi guys! I would like to ask you a question about on how to save data on a text file using visual basic. I have a hard time getting the right code for this function. Does anybody of you know a simple code that you can share to me. I …

Member Avatar for faroukmuhammad
0
187
Member Avatar for PinoyDev

Hi! Are there any commercial or GPL grid for vb6 that is capable of handling bindings? Just like what quickbooks datagrid do. It can bind combo box, datepicker, and can calculate basic mathematical operation on a certain cell?. Or where did quickbooks get the grid? did they create it themselves …

Member Avatar for debasisdas
0
92
Member Avatar for androidz

hello everyone i want to know if there is any way or possible to make msflexgrid to be clickable?like if i want to copy a certain data inside the row of the grid and paste it into notepad or excel..im pulling my hair with this one..need your help..thanks

Member Avatar for androidz
0
174
Member Avatar for PM312
Member Avatar for PM312
0
93
Member Avatar for mitchney

hi there....i am developing a user registration form...i dnt know the code for the search command for adodc database...and i dnt knw the code on how to increment the id number using thesame database....anybody can help me?...i appreciate it truly...tnx...

Member Avatar for debasisdas
0
50
Member Avatar for PinoyDev

Good day! How to detect if ctrl + c or copy keyboard action in a combo box and put the text in that combo box to clipboard..and then ctrl + v to second combo box then paste the text from clipboard that waste copied. Thank you!

Member Avatar for PinoyDev
0
830
Member Avatar for nahidbigboss

hello i made a soft,now i want to create a server so that i can sell that soft(i mean i want to lock that server), i know a little bit that its create with msinet.ocx .. anyone know how to create server lock project??? [url]http://www.daniweb.com/forums/attachment.php?attachmentid=21632&stc=1&d=1310693244[/url]

Member Avatar for debasisdas
0
118
Member Avatar for Jaseem Ahmed

i have a project connected with sql server 2000... i want to generate the some reports, for that user should itself enter the dates or codes for reports.. i have created a data environment, called the tables. now in general tab, i have selected SQL Statement to filter my data …

Member Avatar for aktharshaik
-1
1K
Member Avatar for yasirfarid

I want to show record list in Datacombo through coding , using SQL Server 2000,VB6. Following are the coding. ******************************** Private Sub Form_Load() Dim CNN As New ADODB.Connection Dim RST As New ADODB.Recordset Set CNN = New ADODB.Connection CNN.Provider = "SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=Maintenance;Data Source=YASIR" CNN.Open Set RST = …

Member Avatar for Rajeev3010
0
364
Member Avatar for jemz

Hi, Hello can you help me please how can i make a refresh button so that i will never close the program if there is update in the data to be made in other computer... example if two computers or more..have installed the program and if one computer is making …

Member Avatar for PinoyDev
0
188
Member Avatar for kosay

Hi all how can I find all sub files and list them in VB 6.0 ???? if I want to list all sub files for exambel C:\Folder1\fplder2\file.txt and I want to find all files in drive C ??? thank you

Member Avatar for debasisdas
0
94
Member Avatar for pardeep3dec

Dear Experts, I need a syntax for reading text from command prompt. i got idea like [COLOR="Green"]Shell "Dir C:\*.* > " & app.path & "\test.txt"[/COLOR] but there is an error RUN TIME ERROR 53 FILE NOT FOUND. I already created test.txt file but same result.

Member Avatar for ChrisPadgham
0
57
Member Avatar for divakar.it

Hi, My requirement is to delete a selected row in the datagrid from SQL server. If no row is selected then nothing should happen. Below is my code [CODE] Private Sub BT_Remove_Click() On Error GoTo ErDsc: Dim MyConn As ADODB.Connection Dim MyRecSet1 As New ADODB.Recordset Set MyConn = New ADODB.Connection …

Member Avatar for divakar.it
0
1K
Member Avatar for choudhuryshouvi

Hello all, I have created the setup/installer for my application using the PDwizard. The installation is working all good (as its expected). For uninstallation, I have used a custom program (created by me) instead of directly calling the st6unst.exe. This program is called from both programs shortcut menu as well …

Member Avatar for faroukmuhammad
0
121

The End.