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

    ShellExecute & IsRunning

    Hi, simple question with no answer in sight. After starting an external appl from within VFP with Shellexecute i want to make sure, that the appl does its job and only after that, i can query its result. If i use Shellexecute(0, "", appl, "", "", 1) DO WHILE isRunning(appl) ENDDO it skips...
  2. andrej67

    Changing source code from one CP to another ?

    My native CP is 1250 (East European) and i've noticed, some of my source code is in CP 1252 (West European). Is there a way to change the "source code" code page from 1252 to 1250? I can't do this from within Project/Project info window since "Code page" option is disabled. Thank you for any...
  3. andrej67

    Unoptimized SQL SELECT statement

    Hi, i'm having troubles getting data from a master-detail related tables when a new detail is added and index in VFP detail or master table isn't updated yet (why is another story). select m.master, m.detail, d.detail_data from md_master m inner join md_detail d where m.master = XX and...
  4. andrej67

    Replication problems

    Hi, i'm having a replication problem. I have 1 master and 14 slaves and 13 of them work fine, 14th keeps complaining about error in its relay-bin file. MySqlBinLog confirms error in file, but i don't know how to fix that so i'd like to do it the easy way. Can i do the following : - save...
  5. andrej67

    Declaring API function

    I'm having trouble declaring function from DLL in VFP. Declaring of variables and functions, that use "regular" datatypes (such as double, integer, string) parameters went ok. I'm not sure how to declare functions, that use variant (like vb datatype ANY) parameters. declare VarFunc in abc.dll...
  6. andrej67

    NTX indexes with VFP 9

    It's been asked so many times, but i've found no satisfying answer. I'm having problems accessing (for lookup purposes, no updating needed) old style Clipper NTX indexes from VFP9 application. I can't use CDX indexes since the enviroment is still alive (on NTX :-(). So, if any of you guys knows...

Part and Inventory Search

Back
Top