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: *

  1. fordman

    I have created a large OCX that is

    Hi! I have had similar problems when trying to load and OCX into my toolbox. There are some controls that for some reason will not work unless you are using the VB ^ Enterprise Edition. I assume you are using the Professional Edition (as am I). That's the only thing I can think of here...
  2. fordman

    DATA REPEATER ... ASKING FOR HELP AGAIN!!!

    Hi I am desperitely trying to find someone who knows anything about the data repeater. Our problem is that when we call for a record search it finds the queried info and dumps it into a temporary table and the data repeater populates from that table (SQL Server). The DROP TABLE and SELECT...
  3. fordman

    Data Repeater

    Did you ever solve your problem. We are having issues with the data repeater too. Please let me know if you're any wiser on the data repeater.
  4. fordman

    Newbie question: Is it possible to convert a VB4 application to VB 6??

    Have you tried opening the code file in VB 6. Usually it will pick up older versions and tell you it needs to be converted. You simply hit "ok" from there and it will do it on it's own ... usually.
  5. fordman

    Datagrid (OLEDB) does not have selstartrow or selendrow properties

    I believe this is an ActiveX object. ActiveX are pretty much automatic in their operation. Have you tried the .BOF and .EOF and .bookmark properties of the grid?
  6. fordman

    POPULATING DATAREPEATER ... ANYONE

    Still having problems re-populating our datarepeater with a new search. The repeater still reads the previous search unless you re-enter the program. I have attaced the code (Please remember that there are several iterations here, so it's not as clean as the final product will be). :-)...
  7. fordman

    DATAREPEATER ... DOES ANYONE KNOW?????

    Private Sub cmdNewVisit_Click() If inputNurse > " " Then GoTo ContNewVisit inputNurse = InputBox$("Treating Nurse Initials", "EMS", , 1000, 1000) ContNewVisit: Dim strBookmark As String Dim sin2468 As String Dim sum2468 As Integer Dim sin1357 As...
  8. fordman

    DATAREPEATER ... DOES ANYONE KNOW?????

    We are having some issues with retrieving our information into our repeater. The problem is that we populate our repeater from a temporay table in SQL Server 7 that is created when a search command is issued. The information comes out of the main table, goes into the temp table and the...
  9. fordman

    Datarepeater

    We are attempting to utilize the datarepeater, however, we have run into a glitch! Here's the issue: when we perform the search we take the results and dump them into a temporary SQL Server table becuae we only want the records returned that match the query. The repeater returns the whole...

Part and Inventory Search

Back
Top