Hi there,
Recently I distributed some CDs of my application to some clients. One of my clients started getting this error 525 whenever he tried loading one of the forms. I have put a simple data control on that form which gets data from a table when the form gets loaded. i have zeroed-in the...
Hi,
I would like to create a table with 6 fields within an access database(.mdb) thru my application...how do i go about doing this...this is a little urgent..plz help me...
thanx
praveen
thanq very much friend...it works now...i do not know what was wrong...now again, i have a problem...when i try to set the datasource property of the flexgrid, it says object variable or with block variable not set...what to do
thanq...
what does ur program do centurion...i mean what i want is if i click on a particular cell, the combo has to show up..i will use onlyone combo...and also is it necessary to use Tag property..what does it do exactly.
thanx
praveen
hi,
this is my code..i am using 3 column flexgrid...
Private Sub Form_Load()
cboGrid.AddItem ("Spec1")
cboGrid.AddItem ("Spec2")
cboGrid.AddItem ("Spec3")
End Sub
Private Sub grdObserve_Click()
Dim lInt_SelRow As Integer
Dim lInt_SelCol...
the lostfocus sub is giving me errors at the array value assignment after the split function...subscript out of range...what exactly is the split doing there..
thanq
praveen
ya i got u haijun...i think ur trying to display data in a textbox based on the value of admissionID given in some other textbox..is it what ur doing...if so then...this might help u...
private sub cmdLeft_Click()
Set connDailyCare = New adodb.Connection
connDailyCare.Open...
Hi,
This is my problem---
I got to have a database with infinite records..i mean we do not know the number of records in it beforehand...i want the user to be able to have a combobox for each record and also some scrolls etc...is it possible to do this with a msflexgrid..are there any major...
what do u want to do exactly Haijun? u have added it to left click...i dont think this is what u want to do...
if u want to add records and stuff...add a command button...and u have to have a value for admissionID is ur searching on the basis of admissionID
Well this is my problem....
First of all I am not able to increase the height of the detail section to more than 4.5 inches...
To be done:
I want to display a set of values(itz a matrix)...40X12
i want to add 12 text boxes in the detail section...This represents each row....then using a loop 1...
where shud i put this statement
Public Declare Sub CopyMemory Lib "kernel32" Alias "RtlMoveMemory" (Destination As Any, Source As Any, ByVal Length As Long)
thanx
hi there
i have a set of binary data....
i have extracted the strings and integers using VB...
my real problem is that the originally implemented using Qbasic...and i do not know the data types used...
the file format is
string1-10bytes
string2-20bytes
string3-1byte
string4-2bytes
real1-4bytes...
hi there michaelred
u can help me out
i have a set of binary data....
i have extracted the strings and integers using VB...
my real problem is that the originally implemented using Qbasic...and i do not know the data types used...
the file format is
string1-10bytes
string2-20bytes
string3-1byte...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.