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 Wanet Telecoms Ltd 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: kosta
  • Content: Threads
  • Order by date
  1. kosta

    VFUG Turkey fox4um.com members meetings in Istanbul at 24.10.2009

    VFUG Turkey fox4um.com members meetings in Istanbul at 24.10.2009, we are glad to coming together,this is the first event in Turkey for VFP actions. Notably Cetin BASOZ ( allready you good known VFP MVP,MCP ), me and the other forum members will be there. hope to will be good session. Soykan...
  2. kosta

    programming pocket pc application via VFP

    Hi Experts, i wantto develop a small sales forms which will run on pocket pc , which is the best , easy way for this goal ? which is the similar programming tool like vfp ? PS : i dont wantto to be inpected to .net & vsstudio etc :( Soykan OEZCELIK
  3. kosta

    Need help about outlook automation sample

    how can i add "send/receive" button this sample ? ************************************************** Public oform1 oform1=createobject("form1") oform1.Show Return ************************************************** Define Class form1 As Form Height = 400 Width = 620 DoCreate = .T...
  4. kosta

    VFP9 changes font sizes,page settings etc. which is created via VFP8

    From 19/11/2005 19:46:33 Soykan Ozcelik [Send an email to Soykan Ozcelik] [Send a private message to Soykan Ozcelik] #036893 [This member is online] SoykanSoft Tekirdag, Turkey [Turkey] To All Forum: Thread ID: 1070591 Category: Message ID: 1070591 Title: VFP9 changes...
  5. kosta

    Help about OneToMany form designs !!!

    Hi All, i've trouble about OneToMany forms such as Invoice forms. i'am using standart toolbar on my applications and i executes add delete edit etc. commands via _screen.activeform.addnew() _screen.activeform.delete() ... command for toolbar cmdbuttos click codes for form methods. i've...
  6. kosta

    Why vfp lost data after returned modal form

    Hi All, i've a invoice form ( private datasession - buffermode pessimistic - Dataenvironmet buffer mode=5 ) , there is textbox etc. control for parent table and for the detail has a grid. i am inserting records to the child table via detailAdd form ( default data session , buffermode...
  7. kosta

    Can be use 0x7FFFFFFF value for max value of chr fields ?

    hi all, i wantto use this value in my query forms, via between command , i know that 0x7FFFFFFF value using with integer fields . Is it possible to use this value for char fields or which method can be use instead of this value for catch max value for this char fiels TIA with thisform...
  8. kosta

    How to save control item values for load later for its

    Hi All, i wantto keep textbox,checkbox,optiongroup,combobox etc. selected or filled values on my query forms and store these values to a .dbf file for use later that users can be load from file and controls will be autofill with saved values . for this target how wouldbe .dbf file structure and...
  9. kosta

    How to keep query forms filter options for use later

    Hi All, i want to give to users , that they can be save query forms filter options to a file for later use and can be call its later ? How is your suggestions ? TIA Soykan OEZCELIK
  10. kosta

    please detailed help about offline views

    Hi All, Please help about detailed offline views ; what is the important issues while creating its ? and how would be the synchronization codes eg. from laptop to server pc ? TIA Soykan OEZCELIK
  11. kosta

    why my connections read only on win2003srv via terminal services

    Hi All, i am connectiong to the server via adsl or gprs or dialup connection . connection is succesfull but read only why ? my account is allow for all :( please let me info about settings both of side (client-server) terminal server-services .. TIA Soykan OEZCELIK
  12. kosta

    How to read data from dbf over the internet

    Hi All, how can read data from dbf over the internet ? Soykan OEZCELIK
  13. kosta

    How to synchronize records between two tables

    Hi all, i'll develop a new app. one of terminal will be a laptop. application will be on each terminal pc and it'll read data from server (or server dedicated pc) . laptop user (sales team person) will add the sale or money received records his/her local data folder while customer vacation...
  14. kosta

    how create and set timer object in start.prg

    Hi All, i'll develop a internal messaging system. And will be a msg.dbf and msgsend form on my project. But i want set a timer object in my start.prg from the start and timer object will detect new messages while user logging to the system and show it on a form ,if its not marked .t. (has been...
  15. kosta

    is it possible to run vfp apps on pocket pc

    Hi All, is it possible to run vfp apps on pocket pc ( i remember vfp doesnt support this) . if yes how ? or how can we develop apps for this target. and or should we be contented with terminal services. any suggestion will be very appreciated. TIA Soykan OEZCELIK
  16. kosta

    Displaying fields of grids on opened new form

    Hi All, i've form (like parent-child,private datesession,buffermode=5 etc. suitable for multiuser ) master fields on textbox and child fields on the grid. i wantto open new form when user press the enter key and want to edit selected row fields on the new form ( new form datasession will be...
  17. kosta

    SET ORDER TO problem

    I have problem with SET ORDER TO in multiuser FoxPro 2.6 for dos under Win95. I SET PATH TO \\test\c\test USE found table but if i try to set order Fox can't open CDX file. if i try USE testtable ORDER TAG testtag - same problem. Kosta PS. My English is bad. Sorry
  18. kosta

    Creating audit trails ( database activity logs of users)

    Hi All experts, i am VFP developer and newly SQL server . i want to create stored procedure or triggers ( which is best and practice,easy) for tracking user activities on tables ( add delete update ) . i am doing it in VFP just a funciton in storec procedure ( named myaudit ) and i put...
  19. kosta

    Creating audit trails ( database activity logs of users)

    Hi All experts, i am VFP developer and newly SQL server . i want to create stored procedure or triggers ( which is best and practice,easy) for tracking user activities on tables ( add delete update ) . i am doing it in VFP just a funciton in storec procedure ( named myaudit ) and i put...
  20. kosta

    how can i show my free tables contenct via asp pages

    Hi all, i want create asp pages for some report listing. how would be connection strings for that (specially DSNLess) for free vfp table and behind dbc tables. if anyone send here some code samples (add-update-edit-delete-listing) it would be very appreciated. TIA Soykan OEZCELIK

Part and Inventory Search

Back
Top