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 wOOdy-Soft 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: tatin
  • Content: Threads
  • Order by date
  1. tatin

    STRANGE C0000005 ERROR!

    I have a form which starts my app. From that form I call a custom menu which opens forms within that initial (master) form. When I click on a menu item, the respective form opens properly in the 'top level' initial form. While one is opened I can click (on the menu bar) and open another form...
  2. tatin

    MySQL field outputs to VFP

    I literally spent the weekend searching for a solution to this problem. I have a LONGBLOB field in MySQL which is being populated from a MEMO (Binary) VFP 7.0 field. So when I do an INSERT into MySQL the data in the MEMO (Binary) field finds itself in the MySQL LONGBLOB field correctly...
  3. tatin

    UPSIZING VFP TO MYSQL

    I was advised to move away from .dbf as a backend data store as it is not very secure. Anyone can do an ODBC FROM MS access and make unauthorized updates. Hence I moved to MySql, which is free. I was then faced with the problem of upsizing my my .dbc and found that the Upsizing wizard in VFP...
  4. tatin

    Is there a way to convert a VBscript.vbs into an EXE?

    I have written a Vbscript.vbs and needs to compile it into an EXE. Someone can easily modify the script file with a text editor. Any help?
  5. tatin

    Help in Building a Visual C++ EXE

    I am not a C++ programmer, I do my thing with VFP. However, I want to create an EXE in C++ that would run a VBscript ('install.vbs'). That script is meant to modify a registry before I run my program (in VFP). My program EXE is called from the script. I don't wish to have my user starting the...
  6. tatin

    How to copy Local Security Settings to Windows XP Clients

    I do not have a Windows Domain Controller. I have a Novell 4.11 File Server with about 12 XP Pro Clients with Novell 4.90 client for Windows. I want to set the local security, what the user can do, view control panel, change background etc. However, is there a way that I can copy those...
  7. tatin

    How do I change the value of a Named Range in Excel using Vba

    I have this VBA Project in Excel (Public Function) and I want to set the value of a named range and it is not happening. The function (public) just ends and returns a #value error. This is what I have tried.. Names("mStamp").Value = "love"
  8. tatin

    Does SQL 2000 have a front End facility as VFP

    I have been using VFP flat files for a while now and want to get into SQL interface. Just want to know whether it has a front end facility where one create forms and do programming chores like VFP.

Part and Inventory Search

Back
Top