11,868 Topics
![]() | |
Hi guys, can you please help me. Is it possible to get data from NOTEPAD,Store each data into a new table of MS-Access, Thanks..God bless | |
Can anyone help me in creating a VB code to send data to the serial port using VB6. Have to send three hexa bit streams each with a 1ms delay. Thanks | |
Let,in my msaccess db there is 3 tables. Now in my report i have to show 1) The datas of each table wth a heading of table name, sum of each table data( let $3000 summing all datas on that table ) under the heading, and 2) Sum of all … | |
[code] [COLOR=#000000]] Dim GETWORD[/COLOR] [COLOR=#000000] Dim GETLINE[/COLOR] [COLOR=#000000] Dim ARRAYNUMBER As Integer[/COLOR] [COLOR=#000000] Dim itmx As ListItem[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000] nFileNum = FreeFile[/COLOR] [COLOR=#000000] Open "C:\Documents and Settings\Reece\My Documents\I.T\Visual Basic\Reece\client.db" For Input As nFileNum[/COLOR] [COLOR=#000000] If Input(LOF(nFileNum), nFileNum) > "0" Then[/COLOR] [COLOR=#000000] GETLINE = Input(LOF(nFileNum), nFileNum)[/COLOR] [COLOR=#000000] GETLINE … | |
Hi, I have created a database using Access 03 and VB, and I will be letting some people use it shortly. I would like to create a way in which the program cannot simply be copied onto another computer. I was thinking of using VB and referring to some system … | |
Is there any method to assign the particular number to the current page number control in data reports using vb6.0. This is required to assigned the continous page numbering for the different report generated by the Data Report. | |
| |
I have created and populated an Excel workbook with 3 worksheets. Sheet1 contains data; Sheet2 and Sheet3 are empty. I massage the data in Sheet1 and enter the output into Sheet2. I would now like to delete Sheet1 and close and save the Excel file. I am embarressed to say … | |
Hello, I have installed VB6 and SQL * plus (Oracle 8i). I want to connect VB6 and Oracle. That is, I want to preapare an application where in, if I enter a value in the text box, it should get appended in the table in SQL. I know how to … | |
I am making a simple payroll program that keeps track of my hours, jobs, descriptions, etc. It also keeps track of the checks I've gotten. I have three main tables: Hours consisting of date, time started, ended, total hours, customer, job, description, Payperiod number, I know this one could be … | |
[B]I am tring to print a list in vb 5 does anyone have a code for it using printer.print[/B] Thanks | |
Greetings! I want to change the button message in visual basic 6.0. It is possible to edit the button message. Like vbokonly button display "OK", i want to reply this "OK" with my own word. Anybody have idea to replace it. Thankyou in advance | |
hello every one.. good day... first i was able find the solution in this site on how to open the textfile and save it to the database, i'm using mysql as my database...thanks to sir "jomet" ;) . now what i want to do is, i want to open a … | |
hello everybody I am here to get some help abt developing timer with VB,meaning a countdown timer to remind me sth. after some time, tx in advance | |
Hi, I need help setting a spreadsheet printing Range because when I print, after printing the area with data, it prints additional blank pages. So how can I set my print range from "A1" to the last cell that has data? Example: [code] xlWksht.PageSetup.PrintArea = xlWksht.Range("A1:???????").Address[/code] Note: in the code … | |
Hi all, this is my question :- I've created a table in ms sql server 7.0 using the enterprise manager. there i've a field named "address" which is a varchar type field. now in my vb6 apps i used a multiline textbox to write address. now when i'm trying to … | |
Let i have a 2 column table in access database. Is it possible to show the items of a column in a list mode by using 'Flexgrid' option in my vb form? What should be the code? Please help me. | |
i just want to know if it is possible in SQL select statement to have more than one column to be compared for the searchstring(recordsource) like for example select * from [Tablename] where lastname like ... AND firstname like ... because the VB is giving me a run time error … | |
I am i need of ur help before that let me tell u exactlly what i want to do. I am doing a mentenance scedule for some machinaries with VB.I want the timer to remind me and give me a kind of mesg for the next scedule as per the … | |
Good Afternoon Everyone I Just Wanna Make My Code User Frindly . I Have To Extract .dbf Files . 2. Process Them.(makin .prn ) 3.stop. 4.selectin Another .dbf File. 5. Process It . 6. Stop. My Code Is Able To Process One .dbf File But If I have 20,30, ....n … | |
I have a project that I am working on that has customer data including their addresses. I am trying to Place a route code on each customer using a secondary data base that has been assigned route codes. I am trying to match these customers with the 2nd data base … | |
Hello I am trying to make an VB program to open an excel workbook and just open it. I have two forms. the first is a crude password system that if completed switches to form2. That is fine but i have no idea how to then make this form have … | |
hi all Can anybody help me with the vb6 datagrid error control code.When I click addnew all textboes are cleared and the datagrid sets focus to an empty row but when I decide to click cancel update, I get a msg that "row cannot be inserted,row must have at least … | |
I have a Dll source code and i want to modify it. Now, I need to know after modification, I want to register it on the Server. Once the Dll is register on a Server, it should be registered automatically on all the client machine. So that I don't have … | |
Hello everyone, I am creating an excel spreadsheet using VB 6.0. After running my program, I may process either one or more records, but when I printView and initiate a print, it prints the page with one or more records and prints additional unnecessary blank pages. How can I programatically … | |
hi!! I need to know I can connect to a port using vb6.0.more specifically to a port that can either control a motor or a port that cantake analog signals or digital signals.any resourcethat can help me solve this problem will be of great help. | |
Hi, all I have an application that listen to a port, and receives UDP data. The data is sent to a textbox. I want to add a checkbox, and when the checkbox is =1 then I want the UDP data to be saved to a file on desktop with date … | |
I have an SSTab in my project. I want after I click a command button in Tab 1(now i am in tab1 of the ss tab) to be taken to tab2! Thank you Any help appreciated | |
Hi, i am doing a [B]payroll calculation[/B] using vb and access. In this, if a user clicks the search button, it should ask the emp_no and if it is present, it should display it. for this i need the codings. I tried some codings, but it doesn't works properly [B]Additional … | |
I have created a report using crystal report 8.5 Now I want to count total no. of words that are appearing in each page of the report. Is there a way from the crystal report software to accomplish this? Can we create a program in vb6 to count no. of … |
The End.