Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: praveensg
  • Order by date
  1. praveensg

    Data Access Problem

    got to try that...what version do u advise
  2. praveensg

    Data Access Problem

    it says Error 525 Data Access Error
  3. praveensg

    Data Access Problem

    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...
  4. praveensg

    Table Creation

    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
  5. praveensg

    Data input problems

    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...
  6. praveensg

    Data input problems

    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
  7. praveensg

    Data input problems

    it holds no values!!!
  8. praveensg

    Data input problems

    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...
  9. praveensg

    Data input problems

    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
  10. praveensg

    Data input problems

    my boss will not allow me to purchase one!!! let it be :(
  11. praveensg

    Data input problems

    what wud u suggest me to do....this is really important for me...any links or sources would really help me.. thanx praveen
  12. praveensg

    How to navigate records?

    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...
  13. praveensg

    Data input problems

    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...
  14. praveensg

    How to navigate records?

    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
  15. praveensg

    Data Report Query

    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...
  16. praveensg

    setfocus not working

    hi there when i call a textbox's setfocus property it is not getting the focus...before that im using a msgbox()...it that a problem.. thanq
  17. praveensg

    Conversion of 4 bytes to single

    why to use &h...are they stored in hex???
  18. praveensg

    Conversion of 4 bytes to single

    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
  19. praveensg

    drowned in binary data

    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...
  20. praveensg

    Converting binary files

    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...

Part and Inventory Search

Back
Top