-
Problem with HREF and Currency Format in same table
I added a Hyperlink to a magic cell (mc2) and the column is unaffected by the code. The Hyperlink works
fine if mc1 is remarked out, but then the currency format quits working. Any suggestions would be great.
Thanks,
Chad
fm = "format=[currency]"
mc1 = "(;|[]@)"
mc2 = "CLIN,,<A HREF=Chart.asp?PC=#PercentComplete#&Schedule=#Sche dule# TARGET=NEW>#CLIN#</A>;"
mc3 = "Funded | align=right| $format=[###,###,###.00];"
mc4 = "Committed | align=right| $format=[###,###,###.00];"
mc = mc1 & mc2 & mc3 & mc4
MyDb.dbMagicCell = mc
-
Problem with HREF and Currency Format in same table (reply)
Still doesn't work. It now puts #CLIN# in the CLIN column and doesn't pass the variables to the
HREF tag.
------------
Mark at 4/9/01 3:18:09 PM
Chad,
Use:
CLIN||
instead of
CLIN,,
Mark.
------------
Chad at 4/9/01 3:13:54 PM
I added a Hyperlink to a magic cell (mc2) and the column is unaffected by the code. The Hyperlink works
fine if mc1 is remarked out, but then the currency format quits working. Any suggestions would be great.
Thanks,
Chad
fm = "format=[currency]"
mc1 = "(;|[]@)"
mc2 = "CLIN,,<A HREF=Chart.asp?PC=#PercentComplete#&Schedule=#Sche dule# TARGET=NEW>#CLIN#</A>;"
mc3 = "Funded | align=right| $format=[###,###,###.00];"
mc4 = "Committed | align=right| $format=[###,###,###.00];"
mc = mc1 & mc2 & mc3 & mc4
MyDb.dbMagicCell = mc
-
Problem with HREF and Currency Format in same table (reply)
Chad ,
I see that you also redefined the Field delimiter to "@"
So, use:
@CLIN@ instead of #CLIN#
Mark.
------------
Chad at 4/9/01 3:30:36 PM
Still doesn't work. It now puts #CLIN# in the CLIN column and doesn't pass the variables to the
HREF tag.
------------
Mark at 4/9/01 3:18:09 PM
Chad,
Use:
CLIN||
instead of
CLIN,,
Mark.
------------
Chad at 4/9/01 3:13:54 PM
I added a Hyperlink to a magic cell (mc2) and the column is unaffected by the code. The Hyperlink works
fine if mc1 is remarked out, but then the currency format quits working. Any suggestions would be great.
Thanks,
Chad
fm = "format=[currency]"
mc1 = "(;|[]@)"
mc2 = "CLIN,,<A HREF=Chart.asp?PC=#PercentComplete#&Schedule=#Sche dule# TARGET=NEW>#CLIN#</A>;"
mc3 = "Funded | align=right| $format=[###,###,###.00];"
mc4 = "Committed | align=right| $format=[###,###,###.00];"
mc = mc1 & mc2 & mc3 & mc4
MyDb.dbMagicCell = mc
-
Problem with HREF and Currency Format in same table (reply)
I removed the "@" field delimeter and it works fine now.
Thanks for the help,
Chad
------------
Mark at 4/9/01 3:35:12 PM
Chad ,
I see that you also redefined the Field delimiter to "@"
So, use:
@CLIN@ instead of #CLIN#
Mark.
------------
Chad at 4/9/01 3:30:36 PM
Still doesn't work. It now puts #CLIN# in the CLIN column and doesn't pass the variables to the
HREF tag.
------------
Mark at 4/9/01 3:18:09 PM
Chad,
Use:
CLIN||
instead of
CLIN,,
Mark.
------------
Chad at 4/9/01 3:13:54 PM
I added a Hyperlink to a magic cell (mc2) and the column is unaffected by the code. The Hyperlink works
fine if mc1 is remarked out, but then the currency format quits working. Any suggestions would be great.
Thanks,
Chad
fm = "format=[currency]"
mc1 = "(;|[]@)"
mc2 = "CLIN,,<A HREF=Chart.asp?PC=#PercentComplete#&Schedule=#Sche dule# TARGET=NEW>#CLIN#</A>;"
mc3 = "Funded | align=right| $format=[###,###,###.00];"
mc4 = "Committed | align=right| $format=[###,###,###.00];"
mc = mc1 & mc2 & mc3 & mc4
MyDb.dbMagicCell = mc
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|