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 SkipVought 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: albewar
  • Order by date
  1. albewar

    Distributing applications

    Hello again and thank to ChrisCarroll for the help. Now, when I´ve built the exe, It ran automatically the application mataining the develop form sizes and everithing look well. But when I run the exe alone (out of the VFP environment) the window is showed trimmed and part of the form cannot be...
  2. albewar

    Distributing applications

    Hello, Thanks a lot! I´ll follow the tips and report to you. Cheers! Alberto
  3. albewar

    Distributing applications

    Hello :) I´ve developed my first application consisting in two forms in one pageframe, and two tables. Now I wish to run this application on a single machine without VFP installed on it. Following the VFP9 help (God!) I´ve built an exe file and it was created well but when I execute the exe...
  4. albewar

    Search in memo fields.

    ThankS GriffMG! I'ts working fine :-) This was my code line: -------------------------------------------------------- select * from actas where alltrim(upper(thisform.Text1.Value))$upper(actas.texto1) into cursor MyTempCursor BROWSE FIELDS texto1 * (This was the only way I could see and open...
  5. albewar

    Search in memo fields.

    Hello, I'm just a beginner on VFP9. Is it posssible to seach some strings or particular words from memo fileds across a table with 2000 records? The idea is having a grid, for example, filled with matching records so you can click and show each in a form. The memo fields have simple plain text...
  6. albewar

    Problem with NULL fields

    Hi AirCon I´m just beginning to learn a lot after all! I´ve just noticed my error one hour before I´ve received your post. Well, sincerely I tried a dozen of combinations with no success. I´ll check it all with your last suggestions and, report. Kind regards, Alberto
  7. albewar

    Problem with NULL fields

    Hi, Thanks for your suppport! (VFP 8) The TTOD() conversion is working fine, up to recno() 124. Something happen from there. I´ve cheched the MDB table called "pacientes" and I cannot see any difference on the date record type between it and the prior records. The Debug Window shows...
  8. albewar

    Problem with NULL fields

    Helllo again, It seems to be working! I´ve have to convert some data format coming for example in character type to numeric as the final destination table needs. No problem with that. But there are several fields that came in DATETIME() and the requiered field in the final table should be of...
  9. albewar

    Problem with NULL fields

    Hi again, Thank you guys! But... How do I build the IF comand? IF <the field imported from the MDB is NULL&quot;> ????? STORE NVL(rs.Fields(33).value, &quot;NO DISPONIBLE&quot;) TO ; import33 ELSE STORE rs.Fields(33).value TO import33 ENDIF Thanks again, Alberto
  10. albewar

    Problem with NULL fields

    Hi! I´m getting crazy with this: I´m Importing some fields from an Access database table. It works OK. My second step is to append the fieds extracted to a new Fox .dbf, so I can work with it from a new program written in VFP. I´m getting an error with the fields from the MDB that came empty...

Part and Inventory Search

Back
Top