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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by RafiAli

  1. RafiAli

    VFP9 error with ALLTRIM() in index "data type mismatch"

    Thanks everybody. I'd forgotten to mention that the SEEK works where the FIND doesn't. I'll go through all my code and replace them all. [mad] Cheers, Rafi
  2. RafiAli

    VFP9 error with ALLTRIM() in index "data type mismatch"

    Following works in VFP8 but _not_ in VFP9: INDEX ON ALLTRIM(add_adr) TAG add_adr FIND 'ABC' ---> VFP9 error: "Data type mismatch" Add_adr is a character field. It's related to the ALLTRIM() in the INDEX expression; without that everything is OK. And, as I said, under VFP8 everything is OK too...
  3. RafiAli

    Replication doesn't restart after re-boot

    I can't even find my thread of a few days ago and I'm sure SOMEONE can help me with this :-), so here it is again: (SQL Server 7.0) Replication is set up and works fine in following config: Server A is Publisher and Distributor. Server B has a pull subscription onto a publication on Server...
  4. RafiAli

    Replication does not start again after reboot

    Using SQL Server 7.0. Replication is set up and works fine in following config: Server A is Publisher and Distributor. Server B has a pull subscription onto a publication on Server A. The problem occurs whenever we re-boot Server A. When Server A comes up again, the pull susbscription job no...

Part and Inventory Search

Back
Top