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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by makisbest

  1. makisbest

    Write values in database

    But I want to connect on sql 2000 server!!!!
  2. makisbest

    Write values in database

    How to open DAO Little more details please
  3. makisbest

    Write values in database

    Hi all I create a table in my SQL 2000 Database, with the name "choose". I insert 2 columns value1 as integer and value2 as string. How I can write values in database choose and how I can update them? I want to do it in command, and not with designers/dataenvironment Thank you
  4. makisbest

    retrive data from vb6

    Hi all Is any way to retrive data from a vb6 table? For example I have in VB6 Dim i(1 to 10,1 to 10) as integer Can I send this data to CR? Thank you for support
  5. makisbest

    connect to access

    At this code I get this error why? code Sub Get_Accountno() Dim Conn as ADODB.Connection 'Connection Dim Rs as ADODB.Recordset 'Recordset Dim strQuery As String 'Command Set Conn = New ADODB.Connection With Conn .CursorLocation = adUseClient .ConnectionString=...
  6. makisbest

    connect to access

    hi How I can connect to a table in my access database with code thank you
  7. makisbest

    Report problem

    Hi Is there any way to print my data to a datareport or crystal report and retriving my data from a table? Dim PARAS(1 To 999) as Integer --> datareport or Dim PARAS(1 To 999) as Integer --> crystal report Thank you
  8. makisbest

    text area problem

    I have a text area in my asp page "code" <textarea name="content" rows=10 cols=60> </textarea> "end of code" Is there any way to fill the text area with the value of one variable? Thank you for your time.
  9. makisbest

    datagrid

    Can I ask whene i access my data in a for next loop the datagrid jump lines p.s. my step is 1
  10. makisbest

    datagrid

    Hi all What the datagrid1.index do? Is there anywere any manual for datagrid1 Thank you
  11. makisbest

    The datagrid jump lines

    hi all I have this code to move down with my datagrid. All things is going fine whene for a reason the grid is starting jumping lines without reading the line saing in the i loop. k = DataGrid1.ApproxCount For i = 0 To k Step 1 DataGrid1.Row = i code = DataGrid1.Text DataGrid1.Col...
  12. makisbest

    datagrid

    Hi all How I can move down in datagrid reading rows thanks p.s. can I have an example
  13. makisbest

    query and report

    Hi there I have a report ready connected with a Query. I make a copy of that report and I want to connect it with a diferent Query how I can do that. I am using Access 2003 Thank you
  14. makisbest

    Report and Query

    Hi there I have a report ready connected with a Query. I make a copy of that report and I want to connect it with a diferent Query how I can do that. I am using Access 2003 Thank you
  15. makisbest

    Report and Query

    Hi there I have a report ready connected with a report. I make a copy of that report and I want to connect it with a diferent report how I can do that. I am using Access 2003 Thank you

Part and Inventory Search

Back
Top