Expand my Community achievements bar.

lc_newbee
lc_newbee
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,I need to execute a stored procedure on a checkbox click event. Is this possible on livecycle form? For some reason, I don't see an option for OLEDB connection when I attempted to create a new data connection. Any insights is appreciated. Thanks!

    Type

    Questions

    Views

    403

    Likes

    0

    Replies

    0
  • I don't know if this is the right way of doing it, but I found a way that work. I ended up manipulating the first empty row by calling the RemoveInstance(0) at the end, outside of the for loop, after I iterate through and added all the data into the table. That seems to work. Once again, thanks for ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Thanks Bruce! You're so thorough. Thanks for the advice. The code works, but it just doesn't work very well with whatever the setting I'm having right now on the form. I don't know if it has to do with ES4 or not, but Min Count is set to 1 as a default. When I change it to 0, the table doesn't repea...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hi Bruce:I appreciate your follow up! This code looks a lot cleaner!!! (yeah, some how my brackets were taken out when I copy/paste the code in here).I have a couple more questions relate to table manipulation, if you don't mind. Otherwise, I can start a new post.It looks like there is an extra row ...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Looks like I can get to the data like this:for each (var category in responseXML.Template.Category)     for each (var product in category.Product)         var description = product.Description;        xfa.resolveNode("Table.Repeat["+i+"].Description").rawValue = description.toString();        var la...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • Hello Bruce:Thanks for the suggestion. I'm able to get to the content that I need using double loop for cases that have more than one Product in a Category. Now I'm trying to add the content in a dynamic table with the following code. However, the data populated in is all empty. Please advise. Did I...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    0
  • I'm calling a webservice that returns a string in XML format as follow:<TemplateList> <Template>  <ID>0</ID>  <Category>   <Name>Mine now</Name>   <Product>    <ID>0</ID>    <Description>INSOLE HEEL CUP BLUE STAR JR. </Description>    <HDMSProductId>227</HDMSProductId>    <LawsonId>216156</LawsonId>...

    Type

    Questions

    Views

    2.1K

    Like

    1

    Replies

    8
  • Hi,I'm calling a webservice that returns a string in XML format as follow:<TemplateList><Template><ID>1</ID><Category> <Name>Garments</Name> <Product> <ID>6</ID><Description>Glove Cotton XL</Description><HDMSProductId>223963</HDMSProductId><LsId>223963</LsId><PopupMessage /><IsCovered>True</IsCovere...

    Type

    Questions

    Views

    699

    Likes

    0

    Replies

    0
  • Hi,I'm calling a webservice that returns a string in XML format as follow:<TemplateList><Template><ID>1</ID><Category> <Name>Garments</Name> <Product> <ID>6</ID><Description>Glove Cotton XL</Description><HDMSProductId>223963</HDMSProductId><LsId>223963</LsId><PopupMessage /><IsCovered>True</IsCovere...

    Type

    Questions

    Views

    496

    Likes

    0

    Replies

    0
  • This is what in the log at the time I ran the test process & email notification delay occured. Again, the email notification delay wasn't the issue when we were in ES2, until we upgraded to ES4 recently. The delay happens spontaneously, no specific pattern. Sometimes it'll arrive instantly and somet...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    0
Top badges earned by lc_newbee
Customize the badges you want to showcase on your profile