10,989 Topics
| |
[code=html] <A class=F11 id=moreFF4Link style="DISPLAY: inline" onclick="showMoreFF4('on');clickTrackSwbdAttr('BP:Attributes:Additional Info:Show More','Trattoria-Pizzeria-Roma Inc','Pizza Restaurants, Restaurant Management & Consultants')" href="javascript<b></b>:void(0);"><BR>Show More ></A>[/code] This is the html of that page. I am looking forward to clicking on 'show more' I am using a instance of Ie to open this page, As this is supposed to … | |
Can anybody tell me .why i am getting error object variable not set. Kindly help me.any help would be Greatly appreciated.here is the code what i have written. [code=vb] Public Sub Addtolistview() Dim con As adodb.Connection, rs As adodb.Recordset Set con = New adodb.Connection Call OpenConnection(con) If Not OpenConnection(con) Then … | |
problem: when we go to new record the code not work so we add some update to that code to be : [CODE]Public CurrentBookmark As String Public MouseWheelMoved As Boolean Private Sub Form_Current() On Error Resume Next If MouseWheelMoved = True Then Me.Bookmark = CurrentBookmark End If MouseWheelMoved = False … | |
Hi everyone, I'em new here and sorry for my english. anyway I have a problem with my project which I develop using visual basic 6 and crystal reports 9. my problem is that I want to show a data field from crystal reports to a text box from visual basic. … | |
I am looking for a free voip control (ocx/activex). Conaito SDK is a good example of what i am looking for ([url]http://www.conaito.com)[/url]. I just want to develop an app that will connect end-to-end using the IP address. Searching the internet i found that i can use sipxtapi.dll and i believe … | |
Hi, I have a data object named dataCounter and a MSFlexGrid named gridCounter. I am trying to set the gridCounter.datasource to the dataCounter Dim dbMyDB As Database Dim rsMyRS As Recordset Set dbMyDB = OpenDatabase(App.Path & "\Counter.mdb") Set rsMyRS = dbMyDB.OpenRecordset("CounterTable", dbOpenDynaset) Set gridCounter.DataSource = dataCounter I keep getting a … | |
Hello All, I have created a page using VB6 dhtml.. It works fine within VB but when I try to export it to my website, the buttons wont function.. I want to now put that DHTML page on my website.. Any ideas on how to get my buttons to function … | |
Hi all a collegue of mine has a relativly simple problem in excel. she has a table (just some data in rows and columns - not a real table) of data set up and needs to copy the sum created in this table to a different table but transpose it … | |
hi ! Is there anyway for me to recive emails and store the subject into a variable with a vb6 form, if at all posible i would prefer not to use winsock. Thanks! | |
Hi, i have installed VC++ 6.0 & Visual Basic 6.0. I have written a programm in C++ (MFC dialogbased), which use a dll which was written in VB. In this VB - dll i writte the data in a xls-file. the point is if i run my VC++ programm on … | |
Hi, there, i am trying to come up with this behind code using vb. i am getting error saying 'the username and password is not declared. i am not sure how to declare. please assisst me in this. this is a button which should work in a login page. [code=asp.net]Protected … | |
How can I stop processing in a sub so that the user can choose an option button for input? | |
Good day! I just need to pull all the records in table named "cusname" in sql server to an existing excel worksheet which is located in the folder where my program reside.The name of the existing excel worksheet is "excelcusname". I need to put the records in column C, row … | |
How can I get internet history with a vb4/5/6 program? In a period of time I have to get the user accessed web pages even if he is using other than internet explorer. A keyloger will collect all the unnecessary things. Would you please help me? | |
i was trying to join two tables using a adodb mysql5.1 driver connection .i tried to print the record count in the record set . no result was shown and the program is not responding . when i started debugging it was shown that the record set object was closed … | |
Can someone give me some idea how to write the rtf file required for the VB4 help complier. Please explain in english in simple terms. I don't understand the instructions at all and I am: major_lost | |
Hi good day.! Im so confused why my code to get the total records in a certain table in sql server returns false. Im already connected to sql server and set-up a table named "loanlist".This table contains 10 records. But when i want to get the recordcount, it will returned … | |
Hello All, I am not knowledgeable in VB nor in MS Access, so kindly excuse my ignorance. I received an MS Access database which is unable to open on my computer (for whatever reason), but is able to open on 5 different computers. At first I thought it was an … | |
Hi guys! I have 10 records in a table in MS Access.! The table named is tbloan! I want to export to an existing excel spreadsheet the first three columns.! The spreadsheet name is "excelexported" and it is password protected.The password is "excel".The data should appear in sheet2. Pls help.! … | |
I am having a small problem locating any information on this little problem on the net so I am coming here for help AGAIN. I have a VB6 project that has a combobox. This is needing to display data from my SQL db. I have it displaying the data fine. … | |
Hi all.... I'm trying to insert an Excel graph into my application. It was pre-made in MS Excel, but I need to update and display the graphed results in my VB6 application. I inserted the graph on my form using OLE and I found this on the web: [CODE] 'do … | |
Hi, Im new to VB. Im just trying to do a simple if statement that will open a specific form based on user input. The database requires me to scan in a barcode from a card. I then want to check if that barcode number is already in the database. … | |
ive beed researching it for days, i can find the right codes or trick to disable that key-combination i need it on my clients side or a cafe management system. pls help me guys.. thanks in advance | |
i have a problem with msflexgrid. in msflexgrid, i have 7 columns and 10 rows. i insert data into 2nd column 1st row, and now my problem is; after insert data and click tab, i want the data(2nd column 1st row) will be automatic display in same column but in … | |
[QUOTE]HI These are the forms I Have Log in,Customer,Order. They are opened In this order. At start up the Log in Form assigns the User in The Order Form and all works fine. But when I close the Order Form I loose the user. I would like to maintain the … | |
Hello everyone, i need your advise if i can get the Computer Serial number with using the Excel VBA thanks | |
I have a VB6 application that makes a call to crytstal reports 8.5 and prints documents directly to a printer, and I want to continue that process, but I now also need to create a .pdf file to save to a LAN drive. These are separate print jobs and need … | |
i simple was to add information in a listview using save button. but when click save it hangs.kindly help me .any help would be Greately appreciated. here is the code what i have written. [code=vb] Private Sub btSave_Click() Dim con As New ADODB.Connection Dim rs As New ADODB.Recordset ' On … | |
[code] Dim a As Integer, i As Integer, b(20) As Integer, c As Integer, d As Integer i = 0 a = TextBox1.Text While a > 1 b(i) = a Mod 2 a = a / 2 i = i + 1 End While b(i) = a While i >= … | |
Well i have this assignment about a trivia game pretty much i figured everything out besides, sorting my high scores and deleting questions. this is how i put the information for high scores i need to be able to sort from highest to lowest via scores : [code=vb] If ScoreTrack … |
The End.