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 biv343 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 arunrote

  1. arunrote

    how to pass query to crystal report using visual basic

    how to pass query to crystal report using visual basic.I have written below code,i am getting error saying subscript out of range.What may be the reason,how to over come with this problem.Pls some help me in this. SQLStr = "select ROAD,YEAR from PUPIL" Set pAdors = New...
  2. arunrote

    dsnless connection to access table

    I written this below code for accessing foxpro database without dsn.I think it may help u. con=createobject('adodb.connection') con.OPEN("DRIVER=Microsoft Visual FoxPro Driver;" + ; "SourceType=DBF;SourceDB="+SYS(5)+curdir() +";" + ...
  3. arunrote

    Indexing Logical fields

    I am creating a table using recordset.How to give a regular index to a field programatically.
  4. arunrote

    while running exe i am getting blan

    hi chris, I didn't write any thing in load or int event like _screen.visible = .T..I am just calling form1 from main form.I if i write _screen.visible = .T. in form1 init event i am getting visual foxpro window along with exe window.
  5. arunrote

    while running exe i am getting blan

    while running exe i am getting blank screen first time then after it is working fine.I have written below code in main.prg program. _screen.visible=.F. DO Form form1.scx && startup form READ EVENTS unlock all
  6. arunrote

    Below code is placed in menu.when I

    Below code is placed in menu.when I run application we have an option to open table from menu in which we can view & edit records.For first time table is opening fine and it is working.we also perform other task by using this table in different forms.But when we again try to open same table,an...

Part and Inventory Search

Back
Top