Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

jeemerj49157656
jeemerj49157656
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
1

Posts & Comments

Posts & Comments
7

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jeemerj49157656
Customize the badges you want to showcase on your profile
Display an image embedded in the text field in exactly the right place - Adobe LiveCycle 21-03-2020
Hello dear Community, I have a text field with a data binding. I load an email into the text field. This email contains an image and a signature. But these are displayed as follows:If I display the image with an image field below the text field, then I see the image as well. In the XML-View I have the Tag which I can use to display the picture. But I want to have it embedded in the text field in exactly the right place. Is this possible? I would appreciate any help.Many , many thanks in advance...

Views

3.2K

Likes

0

Replies

1
Sort Table on date field - Adobe LiveCycle 21-10-2019
Hello Community, I have the following dynamic table:IDDescriptionDate Total1000Shopping List01/01/2019 3:15 PM CET17,45€2000Shopping List01/05/2019 1:15 PM CET12,45€3000Shopping List01/02/2019 4:42 PM CET21,01€4000Shopping List01/03/2019 2:12 PM CET7,00€Is it possible to sort by Date and begin with the latest entry? Ideally this should be the output:IDDescriptionDate Total2000Shopping List01/05/2019 1:15 PM CET12,45€4000Shopping List01/03/2019 2:12 PM CET7,00€3000Shopping List01/02/2019 4:42 PM ...

Views

2.7K

Likes

0

Replies

1
Re: Display table rows only from the last 6 months - Adobe LiveCycle 21-10-2019
That's cool and makes sense. And how and where exactly in the above code do I have to add this code now? radzmar

Views

2.2K

Likes

0

Replies

0
Re: Display table rows only from the last 6 months - Adobe LiveCycle 14-10-2019
Hi radzmar​,I have one more question. Do I need to change the code if the date is in the format "Aug 1, 2019 2:30:00 PM"? And if so, how exactly? That doesn't work right now. The other one has worked so far.Many thanks in advance.Jeemer

Views

2.2K

Likes

0

Replies

0
Re: Display table rows only from the last 6 months - Adobe LiveCycle 13-10-2019
Great. That worked. Thank you very much!

Views

2.2K

Likes

0

Replies

0
Re: Display table rows only from the last 6 months - Adobe LiveCycle 12-10-2019
Hello radzmar​thank you so much for your help. But unfortunately it didn't work. I wrote the following code in the rows calculate event:FormAccount.bdyMain.frmOpenActivities.tblOpenAct.rowOpenAct::calculate - (FormCalc, client);Reference date is today minus n days var refDate = Date() - 182 if (not CreatedOn.isNull) then ;Make row only visible if date in field "CreatedOn" is greater or equal reference date if (Date2Num(CreatedOn.formattedValue, "MM/DD/YYYY") ge refDate) then $.presence = "visibl...

Views

2.2K

Likes

0

Replies

0
Display table rows only from the last 6 months - Adobe LiveCycle 11-10-2019
I have a requirement I can't handle. I have a table with 3150 data rows. The table has the following columns: IDDescriptionDateTotal1000Shopping List01/01/2019 3:15 PM CET17,45€ IDDescriptionCreated onTotalSince the table has 3150 lines, I want to display only the entries from the last 6 months? Is that possible? Can I set a filter that shows only the data of the last 6 months? And if so, how would this filter have to be configured or programmed?I would be very pleased about support.Thanks in ad...

Views

7.0K

Like

1

Replies

8
Likes given to
Likes from