How can i retrieve city while my i have one field address
length 60 but i don't know what where is city in this field ?
Answers were Sorted based on User's Feedback
Answer / tuhina
select cityfldname from DBF where cityfld like '%cityname%'
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / chandrasekhar gangireddy
by using DSPPFM on file, type "city" on search fields then press enter u will get the city
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / vivek dwivedi
Using Var = %Scan('City' :1: length o the base string)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / paramesh
select cityfldname from DBF where cityfld = '%cityname%'
| Is This Answer Correct ? | 0 Yes | 3 No |
I want to change the attribute of field or want to add new field in existing PF but condition is format level identifier should not change, is it possible?
how to add a new field to a file without compiling it?
I have a PF with out any data but the dependent LF is having data?
How to add a field to a PF and compile it without loss of data?
WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?
What is open data path?
what is the purpus of the chain and setll and setgt ?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
How to know the perticular record in pf with out reading?
Maximum how many fields we can create under a record format of PF?
How many libraries can be there in a library list?
A pf containing 100 records... my query is how to display from 11th record in the pf?