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 Chris Miller 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
  • Order by date
  1. ariftvt

    ASCAN()

    thanks borissov!
  2. ariftvt

    ASCAN()

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

    IVR System in VFP

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

    Coding EVENT at runtime

    Thanks OlafDoschke succesfully done thisway ohandler=ThisForm.Text1 BINDEVENT(thisform.grid1.column4.text1,"lostfocus",ohandler,"dblclick")
  5. 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 "...
  6. ariftvt

    Bars & Charts in VFP 9.0

    Thank you jrbb.. and dough..
  7. 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..
  8. ariftvt

    Substituting 'Database.Table Name' with the Parameter Passed

    Thanks a lot markros... done.. i badly wanted to do that..coz i need to access the back end sql DB of a thirty party software which carry forwards it's datas to a new DB every year. i ve put the DB name in a text file instead of changing the VFP code when the DB name changes evry year. thanks...
  9. 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?.
  10. ariftvt

    LATEST DATE

    try this Select * from table where date_column between getdate() and getdate()-7
  11. 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...
  12. 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...
  13. ariftvt

    Macro Substitution with SQLEXEC

    Great!!...thanks Borislav and all others.
  14. 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
  15. ariftvt

    SQLEXEC doesn't return any result

    Great...it works. The default database in ODBC Connection had to be changed. i had n't driven my thoughts that way. thanks
  16. ariftvt

    SQLEXEC doesn't return any result

    I 've got an error message :- ------------------------------ Connectivity errror:[Microsoft][ODBC SQL Server Driver][SQL Server][Invalid object name 'arif_fgmaster' -------------------------------------- 'arif_fgmaster' is a view i've created under the database in my server.i can access the view...
  17. 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