Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 6 of 6

Thread: Hi All

  1. #1
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Hi All

    Hi,

    I am having a hard time with getting the variables correct to pull some data, I have to create a template using variables to pull the data and I have managed to get half completed and am hoping
    someone could help me so i could complete my project. If this is not the right forum please excuse me as this is my first time here. The variables I have to use are { } + == / ,

    Thank you
    James

  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Hi All

    With what little information you provided, not much I can do to help.
    Which part are you having a hard time with, specifically?
    Pull data from where? User? File? Stream? etc
    You completed half, Post your code so it is easier to see what you are trying to do.

  3. #3
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hi All

    I am using a web based application Axxerion, that is where the information will be stored, the data comes from Access data base I am creating a microsoft word template to pull the data from, address, lot size, price per square feet, to create reports. I can include a sample of what i am trying to explain. I hope this helps to answer a question I am asking {address1} {description1} Building size: {building_area1} Available SF: {total sf1} Area: {acres_sf1} {Price per SF1} {listing agent1} As you can see this is how the templates are created to pull the data.

    Thank you

  4. #4
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Hi All

    That gives a better idea of what you are trying to do. Post your code and specify what you are having problems with in the code. It is much easier to see what is going on with the code present.

  5. #5
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hi All

    I am unsure of how to post the code, as it is a word template pulling the data, Here is another sample of what type of data needs to be pulled, Then there are 6 other reports that when trying to pull data from it returns blank.
    I used a comma and received an error message unknown command or unexpected token. The "1 " expands the cells. I hope this explains a little more, the left are the fields

    {address1}

    {photo1}
    Status/Avail: {status1}
    Building Size: {building_area1}
    Spaces: {spaces1}
    Construction: {construction/Floors1}
    Year Built/Zoning: {year Built1}/{zoning1}
    Parking Ratio: {parking1}

    Available SF: {availablesf1}
    Rental Rate/Type: {monthly Rent1} / {lease type1}
    Terms, CAMS, NNN: {terms/CAMS/NNN1}
    Escalations/ % Rent {escalations1} / {% Rent1}
    T.I. Allow: {tI Allowance1}
    Load Factor: {load Factor1}
    {description1}

    Thank you

  6. #6
    Junior Member
    Join Date
    Aug 2012
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Hi All

    I also have a list of field names that I need to pull data fron that I can attach

    Thanks