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

Lucrecious
Lucrecious
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
33

Discussions

Discussions
0

Questions

Questions
17

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Lucrecious
Customize the badges you want to showcase on your profile
ReferenceError: Database is not defined - Adobe LiveCycle 05-02-2012
Is the following syntax correct?Database.ExecSQL("INSERT INTO CRF (TodayDate, SubmittedBy, Region, Market, DoorDepartment, ProjectEvent, ProjectType, RenderingsDue, FinalArtworkDue, EventDate, EventDays) VALUES ('" + TodayDate.rawValue + "', '" + SubmittedBy.rawValue + "', '" + Region.rawValue + "', '" + Market.rawValue + "', '" + DoorDepartment.rawValue + "', '" + ProjectEvent.rawValue + "', '" + ProjectType.rawValue + "', '" + RenderingsDue.rawValue + "', '" + FinalArtworkDue.rawValue + "', '"...

Views

523

Likes

0

Replies

0
Insert record into database script help needed - Adobe LiveCycle 05-02-2012
Please review the following, I am trying to correct the syntax, yet, having no success.Database.ExecSQL("INSERT INTO CRF (TodayDate, SubmittedBy, Region, Market, DoorDepartment, ProjectEvent, ProjectType, RenderingsDue, FinalArtworkDue, EventDate, EventDays) VALUES (""TodayDate.rawValue" + "SubmittedBy.rawValue" + "Region.rawValue" + "Market.rawValue" + "DoorDepartment.rawValue" + "ProjectEvent.rawValue" + "ProjectType.rawValue" + "RenderingsDue.rawValue" + "FinalArtworkDue.rawValue" + "EventDat...

Views

388

Likes

0

Replies

0
add form data as new record to microsoft access database - Adobe LiveCycle 02-02-2012
I searched for this as an answer.Unsuccessfully.The conditions are as follows:1. I have the database connection working and am able to navigate through records.2. I have not enabled "Delayed Open" on the connection, which, loads the first record from the database.3. I can "edit", "delete", "update" existing records contained in the database.4. When I try "xfa.sourceSet.DataConnection.addNew()" the form fields blank for new data.5. When I type new data into the fields and try "xfa.sourceSet.DataC...

Views

733

Likes

0

Replies

0
Re: 2 javascript functions to populate 2 drop-down fields from separate arrays called by one change even - Adobe LiveCycle 17-11-2011
I have fixed the problem, thank you for offering to help.

Views

127

Likes

0

Replies

0
Re: 2 javascript functions to populate 2 drop-down fields from separate arrays called by one change even - Adobe LiveCycle 17-11-2011
if (this.rawValue != xfa.event.change){soScript.updateMarket(this.parent.Market , this.boundItem(xfa.event.change));} if (this.rawValue != xfa.event.change){soScript2.updateProjectType(this.parent.ProjectType , this.boundItem(xfa.event.change));}

Views

126

Likes

0

Replies

0
2 javascript functions to populate 2 drop-down fields from separate arrays called by one change even - Adobe LiveCycle 16-11-2011
I have two javascript functions to populate two drop-down fields from separate arrays.The calls to the javascript functions are from a change event from one preceeding field.The problem I am having is that only the first javascipt function will run and populate the field from the array.The second function does not execute.Has anyone had this problem and also is there a solution or place to look towards debugging the source?

Views

1.1K

Likes

0

Replies

5
Creating custom Numeric Field pattern with text - Adobe LiveCycle 28-08-2010
I am attempting to create a validation pattern for the Numeric Field which will accept:232000And have the formatted value display:232,000 KMObviously, the program will handle the:232,000display pattern, and that the money pattern will accept the dollar sign text symbol.But... how can I get the display to show:232,000 KMwhen a string of numbers is entered. I also need the formatted value for use elsewhere within the document, so, the formatted.Value must return the232,000 KMstring.thank you...

Views

1.2K

Likes

0

Replies

1
Formatting rawValue items in concatenated field - Adobe LiveCycle 22-08-2010
How does one format rawValue items in a concatenated field?I would like to apply BOLD to one section of the string and not another.I would also like to format the rawValue pulled from another field to reflect it's formatting as numeric currency.

Views

423

Likes

0

Replies

1
Onfocus expand drop down list - Adobe LiveCycle 22-08-2010
Does anyone know how to code the onfocus or enter field to expand the drop-down list and/or to highlight a list item based on enter the first, second letters? I have seen the effect as you begin typing the first match shows up, then moves with the second letter to the next first match.

Views

745

Likes

0

Replies

1
Re: Another Null Concatenated field question - Adobe LiveCycle 19-08-2010
Helps?IT'S PERFECT!!Thank you.

Views

147

Likes

0

Replies

0