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

    file system problems VFP9?

    Several of our customers reported errors such as "File is in use","File not open", "Record is in use..." etc. It's remarkable that only those of our VFP9-pilotcustomers report this. Other customers, who have the same programs, but still working in VFP6, don't have these errors. It seems that...
  2. SYN

    change events outside the class

    I'm rewriting fox2x-source to vfp8. A lot of @Get's has to be 'transformed' into for example textboxes. Most old @get's have valid and when parameters. I want to create 1 textbox class for these @get's. The valid and when events are readonly. Is there a possibiliy to use my old valid parameters...
  3. SYN

    row and column in an editbox??

    Hi, I have a editbox on a form. The controlsource is a memo field. Is it possible to determine the current row and column from the cursor? thanks in advance
  4. SYN

    sourcecode of the Find/Replace text dialog box

    Hi, I'm looking for the (vfp) source-code of the find/replace text dialog box (from comdlg32) Thanks in advance.
  5. SYN

    Problem with @ get

    Hi, I'm still working with @ get in vfp. As long as non-proportional fonts are used, there is no problem but if I use for example Arial, the width of the get doesn't correspond with the variable. So I'm changing the width with the size parameter. But... now there is more input possible then the...
  6. SYN

    full description of @... class

    Hi, I'm working at a conversion (from 2.5 to vfp). The main problem is the READ. I know that I can use @... class to make objects which can be used with READ. But I can't find a compleet description of this function. Can anyone help me? Willem
  7. SYN

    How to determine expression of form?

    Hi, can anyone help me with this: I create several forms and at any moment I want to know the expression of the active form. for example MyForm1 = CreateObject("MainForm") MyForm2 = CreateObject("MainForm") How will I know at any moment which is the active form MyForm1 or...
  8. SYN

    Simple substitute for @ say ?

    Hi, I'm wondering what in vfp the substitute is for the @ say command. I've changed from fox2.5 to vfp. I've tried to use the label option but this isn't very dynamic at all (or I'm doing something wrong.) Any suggestions or example prg?
  9. SYN

    hide screen with starting exe

    Hi, I've got a small executable in vfp6 to look for an adress in the register. It produces just a messagebox 'found' or 'not found'. During this programm the (empty) main vfp screen is showed in the desktop. I can't the use SCREEN=OFF in the config.fpw because of other applications. Does...
  10. SYN

    why doesn't start the .chm file in NT??

    I've created a HTML helpfile. In VFP 6 I use the CTRL-F1 combination for starting the helpfile. In very simple code I'm doing this: set help to helpfile.chm on key label ctrl-f1 do myhelp procedure myhelp **************** set topic id to mytopic help (mytopic is an integer and is never empty)...
  11. SYN

    memory available with 1 GB internal memory

    A server with OS Windows 2000 Prof. and 1 GB internal memory doesn't use the memlimit function in the config.fp. the setting is MEMLIMIT = 60, 4096, 20480 The first user of the foxpro application uses the internal memory fully!! In other environments we don't get this problem. Does anyone...
  12. SYN

    Deskjet in network (HP 843C) fails

    Does anyone recognize this problem: Printing to a HP 843 fails in a network (shared W9X network) with foxpro 2.5. Papers are ejected without ejectcommand, blank 'holes' appears in the text ect.... The same printcommand used with a Deskjet 540 works just fine. So it's the printer (or the sharing...
  13. SYN

    alternative for getdirectory() in VFP

    I'm looking for source-code for a browse- or alternative getdirectory function. The currect getdirectory function has a win 3.1 look and I would like to show it in my own language with, for example, parameters for the command buttons etc. Can anyone help me?
  14. SYN

    alternative for adir

    Hello, I'm looking for an alternative for ADIR() function in FOXPRO 2.5. ADIR() causes a failure when the number of files exceeds a few thousand. I get a 'Too many memory variabeles failure' So, I'm looking for another method/function to get a compleet directory tree, preferably into a cursor...
  15. SYN

    getting MAC Address of network adapter

    HI, I 'm trying to get a the mac addres of my network adapter in VSP 6. I'm used to work with foxpro 2.5 (dos) In this version I use netlibb to get this kind of information. The MSDN refers to a Network Adapter Configuration Attribute Class. (backoffice resource kit) OK, but what to do next...

Part and Inventory Search

Back
Top