Forum Discussion

arjun_ta's avatar
arjun_ta
Contributor
12 years ago
Solved

DDTOBJECT

Hi, I have connected the DDT driver to an excel present in my local,now how can i set the value lets say  DDT.CurrentDriver.Value(0)to a particular object. for example my object name is ...
  • murugans1011's avatar
    12 years ago
    Hi u have to create  ddt driver and use them in script



     Call DDT.ExcelDriver(filepath, Sheetname)



    Sys.Process("Bedrock").Window("#32770", "Save As", 1).Window("DUIViewWndClassName", "", 1).Window("DirectUIHWND", "", 1).Window("FloatNotifySink", "", 1).Window("ComboBox", "", 1).Edit("File name:").keys DDT.CurrentDriver.Value(0)



    for more details