Skip to main content

Creating new column record

 
Hey ı wanna create new column record.But ı take error.Can you help me ?
 
 
 

Brian Element Fri, 02/21/2020 - 07:17

Hi judaspiest2 and welcome to the site.

Can you give me more information on what you want to do with this file.  What contents do you want the file to contain, are the fields editable.  From your code you have a good start, what you would probably want to do is use a for next loop to create the rows, just trying to understand what info you want included in them.

Brian Element Fri, 02/21/2020 - 08:55

Wouldn't it be easier just to import this file?  You can import all the fields in and then do some extractions to get rid of any rows you don't want or you could save it as a print report and use the print report reader to bring the info in.  Can you show me what information you want from this report into the new report and I can help you out with that.

Brian Element Sat, 02/22/2020 - 07:55

Hi judaspiest2,

Here is an example script of what you want to do.  Have a look at it and let me know if you have any questions.