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

    Textmerge failing in VFP 9 SP2

    I am using textmerge in an application. In vfp 8 it works fine. I recompile the application in vfp 9 SP2, and during any process when I am using set textmerge, if a macro substituted command like "use database!remoteview" fails, the textmerge loses connection to file and no new entries are...
  2. Pollock

    oracle not returning any results when trying to create remote view

    Ok, last week this was working fine now its not. I am creating a remote view from an oracle 10g. server. "CREATE SQL VIEW TMPVUE REMOTE CONNECTION REMOTECONNECTION AS SELECT * FROM "+tblname when I go to execute this command I get error "No result set has been returned by the server." It...
  3. Pollock

    Combo box displaying year value aligned to right

    Ok, this one is a puzzle. I create a cursor of distinct years from a table. I make the combo box rowsource the cursor field and the rowsourcetype is alias. When the form comes up the year is aligned to the right so only the first two numbers show. I need it aligned to left so full year shows.
  4. Pollock

    Optimizing Data Import

    I have a set of foxpro tables, and I am trying to optimize for speed the import of the data either into Oracle or SQL server. The tables I have contain up to 1 million records and have a size of 1 to 1.5 Gig. What I am looking for is the fastest method for importing them into a RDMS.
  5. Pollock

    CHR() function in VFP 9.0

    Hello, just upgraded from VFP 6 to 9 today and have come across something really wierd. The following code enc_str = '' for i=255 to 1 step -1 enc_str=enc_str + chr(i) endfor Returns a totally different result when run in VFP 9.0 then when it runs in VFP 6.0. Would anybody know the cause...
  6. Pollock

    Complex Multiple Sort

    I have a data base which contains 2 "date" fields and a character fields( actually about 30 or so other fields, but they do not relate to the problem). Problem I am running into is I need to pull only the first 30 most current date records based on date1 but then display them to the user order...
  7. Pollock

    Word 2002 and csv merge data

    I have a program at a clients creates a valid CSV formatted data file which is used to produce form letters use Word mail merge feature. The problem is that when using word 2002 it says there is a problem connecting to it, that possible the header is corrupt or that there is no data even though...
  8. Pollock

    Multi Sort Issue

    I have a mysql database which has a structure similair to this date, lastname, givenname,middlename. problem is i need to take the forty or so most current items in the database based on date, and then i need to sort them by lastname, givenname, middlename.. I can get the first part with...
  9. Pollock

    btrieve/N version 5.10 dos exporting from

    I need a little help. A client of mine has an old btrieve program that some some data in it he would like converted to a dbf file he has. I have tried butils.exe to extract data thru the -SAVE function. I returns garbage. I have tried btsearch but under the description section is only gives...
  10. Pollock

    keyboard chr(123) error

    I am using some buttons for a client to handle foreign language fonts and there uniqueid characters, the buttons each are assigned an ascii value so that when the client clicks on them it takes the button value and issues the KEYBOARD CHR(this.asciivalue) the problem comes up when I want to do...
  11. Pollock

    VB dll not functioning in fox

    I have a dll created in VB, i can do the declare statement with no problem in foxpro, but when i go execute one of the dll's functions I get the following error message "cannot load 32-bit dll" Has anybody run into this before..
  12. Pollock

    conflict with foxprow and visual foxpro

    I have a client running a 16 bit foxprow for windows application and a visual foxpro 6.0 sp5 application on the same machine, and I was wondering if anybody has ever come across problems with the two conflicting with each other. The client is experience wierd word errors, problems with the...
  13. Pollock

    Conflict between VFP and FOXPROW

    I have a client running a 16 bit foxprow for windows application and a visual foxpro 6.0 sp5 application on the same machine, and I was wondering if anybody has ever come across problems with the two conflicting with each other. The client is experience wierd word errors, problems with the...
  14. Pollock

    Report Font Display Different in distrubition then in dev.

    Have a distributed application on client machine. Client is running win xp and using hp 722 color ink jet. Report is external to compiled application. On client machine have command line editor to modify report. Problem is when viewing the report thru editor looks fine every thing lines up...
  15. Pollock

    Packing Database Generates Cursor Error

    A client of mine is running a vfp 6 application on a NT 4.0 server with multiple workstations logging in. The workstations are both win98 and win2000. Yesterday there network tech. came in and revamped everybodies login. Now when they go to startup the program they get an error "Cannot...
  16. Pollock

    columns in grid being destroyed on init

    I have a formset which contains multiple forms. One of the forms contains a grid with 3 columns. When i go to run the form in debugging event list the forms all load, then right after the grid init "formset1.grid_a1.grid_a1.Init()" it hits the beforerowcolchange event, which is not...

Part and Inventory Search

Back
Top