Question:

Find & seek command in Visual Basic

by  |  earlier

0 LIKES UnLike

please help me

i use following command in foxpro

select a

use sales.dbf

index on prod_code to x

select b

use products.dbf

index on prod_code to x1

scan

if seek(prod_code,"a")

REPLACE A.PROD_dESC WITH B.PROD_dESC

REPLACE A.PROD_RATE WITH B.PROD_RATE

endif

endscan

How I use the same command in Visual Basic

 Tags:

   Report

1 ANSWERS


  1. What version of VB are you using...

    VB does not use this syntax structure.

    : )

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.