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

    Regression calls using custom class

    I was just doing a testing on index types. Refer thread.. multiple idx or cdx files for different users? thread1252-953855 In the process, I did not want my fields to have digits, though STR(number) produces an Alfa field, I wanted that to be alphanumeric. That means I have to convert the...
  2. ramani

    You can select your Thermometer or Progress Bar Class

    ********************************************************* ** gsThermometer by Subramanian.G (ramani) ** www.winnersoft.coolfreepages.com ** FoxAcc Software - ramani_g@yahoo.com ** provided as freeware. Use at your Own Risk. ********************************************************* * How...
  3. ramani

    How many times we abbreviate and then expand a little of that ?

    We often use superfluous language.. IT Technology - (Information Technology technology) FD drive - (Floppy drive drive) PDF format file - (Portable document format format file) GIF file DOS system LIBOR rate - (London interbank offer rate rate) and such words with tail expansions. May be...
  4. ramani

    Greetings form - a foxy way to send your greetings.

    Greetings form - a foxy way to send your greetings. My seasons greetings to all the readers and a happy healthy prosperous new year ahead. The following vfp code can be used as a greetings form. You can call this as a function with your custom greetings words to suit the occassion and add your...
  5. ramani

    A tool to compare two different versions of a form.

    Developer tool : A form to compare two different versions of a form. faq184-4512 :-) [COLOR=#000080]____________________________________________ ramani - (Subramanian.G) :-) http://winnersoft.coolfreepages.com/ [COLOR=green]When you ask VFP questions, please add VFP version.
  6. ramani

    An Application starter for multiuser setup.

    An Application starter (with auto copy from server into local station). faq184-4492 1. Make a gsStart.EXE distribution set. By including the VFP runtime files with the gsStart.EXE and making a installation set, makes the users installations very simple. 2. Since the code is very limited...
  7. ramani

    A way to collect your KB articles from internet.

    How can we build our own knowledge base while using Internet Explorer ? A way to collect your KB articles from internet. faq184-4463 has beed added. Hope members find this useful. :-) [COLOR=#000080]____________________________________________ ramani - (Subramanian.G) :-)...
  8. ramani

    Developer Tips - Editing Container Controls

    When we have a grid control or PageFrame or any container for that matter on a form, and if we want to edit the traditional way.. 1. Select the container in the Propert window and then proceed to edit on the forms canvas 2. Right Click over the PageFrame or Grid, then click on the object to...
  9. ramani

    VFP8 - Code reference

    I noticed, as often it happens even with experts, that many developers upgrade VFP, then just jump start their existing project as it is with the newer version. Then slowly, over a period of time, the newer commands gets added or used. This is quite natural. But some of the important tools get...
  10. ramani

    How do I create a custom SetUP for my application?

    Using Inno Setup, the distribution setup can be made easier. The details are provided under this FAQ. How do I create a custom SetUP for my application? faq184-4429 [COLOR=#000080]____________________________________________ ramani - (Subramanian.G) :-) http://winnersoft.coolfreepages.com/...
  11. ramani

    How do I distribute a VFP application ?

    How do I distribute a VFP application ? faq184-4421 ********************************************************** How do I distribute a VFP application ? This question keeps poping up every now and then. SO I have made an FAQ on this. :-)...
  12. ramani

    ON ERROR Screen-Capture

    ** How to use screen capture as a good tool for error log 1. Add the ON ERROR.. code as given below in the beginning of your Main.PRG [COLOR=blue] ********************************************************* ON ERROR DO errhand WITH ; ERROR( ), MESSAGE( ), MESSAGE(1), PROGRAM( ), LINENO(1)...
  13. ramani

    All forms and classes code in a project

    All methods & Events Code in a Project - for all forms and classes. faq184-4392 This can be conveniently used to search for a key word by using Ctrl+F with the codes in an edit window opened by running the PRG in that FAQ. (New feature is CLASSes also included along with forms.) :-)...
  14. ramani

    Collection of all methods and Events code in all Forms in a project.

    This FAQ has been modified... This was giving error, if the name started with a number. That has been fixed. Thanks to Stella for pointing it out. Collection of all methods and Events code in Forms faq184-2948 Those who have used the code earlier are requested to copy the code once again...
  15. ramani

    Happy Diwali to All

    Today we have an Indian Festival called Diwali. Diwali is a festival of lights. A large number of people also have Lakshmi Pooja. Lakshmi is Goddess of 'money' and 'wealth'. Those who do this and have business, start their new book-keeping records this day. I wish all those Indians who visit...
  16. ramani

    A quick code for backup using CABARC

    A backup utility code. faq184-4318 :-) ramani :-) (Subramanian.G) http://winnersoft.coolfreepages.com/
  17. ramani

    Take advantage of Intellisense - VFP7 and VFP8

    In the command window, if you type oWord=CREATEOBJECT(&quot;word.application&quot;) <ENTER> The moment you type oWord. intellisense kicks in and provides the available choices for the object created o. But, when you are in code editor or in a PRG editing window, the same does not happen...
  18. ramani

    Take advantage of Intellisense - VFP7 and VFP8

    Take advantage of Intellisense: VFP7 / VFP8 If you know C language, you will be aware of var++ A similar feature is available thru intellisense in VFP In code editor, type and see the following myVar++ followed by a spacebar. You will see the intellisense do the codeing for you as given...
  19. ramani

    How can I clear the class or such codes lingering in VFP memory ?

    Scenario.. 1. Open a project 2. Open an existing class or form Which uses the class already available in the project. Now close the form or whatever opened. 3. Try to open the associated .VCX as if it is table USE myVcx.VCX from Command window or in PRG code a. File already in Use...
  20. ramani

    How can you run multiple line of code from VFP command window ?

    When you see a full form code or a full PRG in these FAQ section or in a thread or whereever, and you want to test it quikly without creating a PRG, you can follow the method described here. 1. Have the code selected and cut into your clipboard. 2. To identify the nnn number of lines starting...

Part and Inventory Search

Back
Top