Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I got an expression in my caption like this
='here is som text' & getFieldselections(myfield) & here I want todays date
='here is som text' & getFieldselections(myfield) & ' - ' & Today() here I want todays date
notice: If you are working in your development document, and you dont close it when you go home from work. Then when you are reloading the document the next day (it might not update to currentdate ( just a reminder so you dont get confused)
NB: Hvis du abrejder på et dokument og du ikke lukker det ned når du går hjem. Så hvis du reloader det næste dag så er det ikke sikkert at din Today() dato er opdateret - Så skal man lige lukke det ned og åbne det igen - og selvf reload, så kommer dagens dato på. Bare så du ikke bliver forvirret
Hi
='here is som text' & getFieldselections(myfield) & ' ' & Today()
Regards
Jonathan
='here is som text' & getFieldselections(myfield) & ' - ' & Today() here I want todays date
notice: If you are working in your development document, and you dont close it when you go home from work. Then when you are reloading the document the next day (it might not update to currentdate ( just a reminder so you dont get confused)
NB: Hvis du abrejder på et dokument og du ikke lukker det ned når du går hjem. Så hvis du reloader det næste dag så er det ikke sikkert at din Today() dato er opdateret - Så skal man lige lukke det ned og åbne det igen - og selvf reload, så kommer dagens dato på. Bare så du ikke bliver forvirret
thanx
takker - det var jo nemt