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 TouchToneTommy 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: ariftvt
  • Content: Threads
  • Order by date
  1. ariftvt

    ASCAN()

    How to search a purticular COLUMN in a MultiDimensional ARRAY.?
  2. ariftvt

    IVR System in VFP

    Is it possible to do an IVR(Interactive voice response) System in VFP 9.0?
  3. ariftvt

    Coding EVENT at runtime

    I'm trying to add a code to the 'lostfocus' event of 'grid1.column4.text1' at runtime. anybody pls help me to accomplish this.. thanks ***************************************** Dimension cpt(1,4) && Captions cpt(1,1)="File #" cpt(1,2)="Name" cpt(1,3)="Type " cpt(1,4)="Amount "...
  4. ariftvt

    Bars & Charts in VFP 9.0

    how to do Graphical Bars&Charts in VFP 9.0 can anybody pls provide me with few examples. thanks ..Arif..
  5. ariftvt

    Substituting 'Database.Table Name' with the Parameter Passed

    I'm trying to do the following:- **** 'Create Procedure Test @table_name varchar as select * from table_name' **** but it gives me an Error. How to substitute Table_name with the string Paramater Passed?.
  6. ariftvt

    ODBC Connection Sharing

    My PC is connected to a WINDOWS 2000 server.and i 'm connected to a wireless network too. how can i use my PC as a gateway for the PCs on Wireless Network, to connect to the SQL SERVER 2005 running on WIN 2k SERVER(LAN). ::(WIN2k SERVER is not connected to the Wireless Network) Is it possible...
  7. ariftvt

    SQL Server Connection Sharing

    My PC is connected to a WINDOWS 2000 server.and i 'm connected to a wireless network too. how can i use my PC as a gateway for the PCs on Wireless Network, to connect to the SQL SERVER 2005 running on WIN 2k SERVER(LAN). ::(WIN2k SERVER is not connected to the Wireless Network) Is it possible...
  8. ariftvt

    Macro Substitution with SQLEXEC

    what is the best practice to do a Macro Substitution with SQLEXEC. for example:- bbb=100 sqlexec(handle,"insert into table1(fld1,fld2) values(value1,value2)" in this case how can i substitute value1 with the variable 'bbb' pls help
  9. ariftvt

    SQLEXEC doesn't return any result

    Sqlexec doesn't return any result if i execute my programme (.exe) from another pc.

Part and Inventory Search

Back
Top