dynamic varaible declaration

shafee212

Member
can anyone tell me that is it possible to declare varaibles dynamically during runtime in progress.........also whether is it possible to assign table field names to a variables and extract all data stored in table filed via that variable .Also the variable is assigned to field name during runtime.

All this is because the porgram user does not have any idea for the no of fields he will be operating in the program....

If any one could help me .......A quick solution is required...
 
You cannot dynamically create variables. You can however create dynamic queries and temp-tables which should allow you to do what you describe.

(This is really a generic programming question, not specific to mfg/pro so you'll get wider exposure and more detailed responses in the "development" forum...)
 
basicaly I need to extract data from mfg pro ......but desire to make a generic program to extract n no of fields from mfg pro. The list of fields is accepted via an excel file . during execution or run time , the fields wud be displayed as per input excl file and the user has to input the respected mfgpro fields.......So for respectve entered fields ,,,,the data has to be extracted.......

So any help on this
 
Like I said... you need to gain an understanding of dynamic queries. That's a generic development question which really has nothing to do with mfg/pro. You'll get much more help and more detailed answers in the "development" forum.
 
Back
Top