Autor Thema: Formatting "Actions Taken"  (Gelesen 2647 mal)

Offline alecrespi

  • Junior Mitglied
  • **
  • Beiträge: 80
  • Geschlecht: Männlich
    • alecrespi
Formatting "Actions Taken"
« am: 19.02.07 - 16:59:16 »
How can I do to remove "balnk" lines in the "Actions Taken" section?

(posting an image to show)
I would like to remove the "blue line" and eventually adding some "bold" formatting in the date or text note.

eknori

  • Gast
Re: Formatting "Actions Taken"
« Antwort #1 am: 19.02.07 - 17:09:46 »
remove unneccessary CHR(13) in the following codeblock in querysave-event of form BugReport

Code
      ' create the action history entries
		If  ItemTextExists(source.document, "inputhistory") = False Then
			source.Document.inputhistory = source.Document.input(0) & Chr(10) & Chr(13) & Chr(10) & Chr(13) & _
			source.Document.inputtimedate(0) & "/" & source.Document.inputtimefrom(0) & "-" & source.Document.inputtimeuntil(0) & Chr(10) & Chr(13) &_
			user & "    " & thisdate.LocalTime & Chr(10) & Chr(13) &_
			"________________________________________" & Chr(10) & Chr(13)
		Else
			source.Document.inputhistory = source.Document.inputhistory(0) & source.Document.input(0) &  Chr(10)  & _
			source.Document.inputtimedate(0) & "/" & source.Document.inputtimefrom(0) & "-" & source.Document.inputtimeuntil(0) & Chr(10) & Chr(13) &_
			user & "    " & thisdate.LocalTime & Chr(10) & Chr(13) &_
			"________________________________________" & Chr(10) & Chr(13)
		End If
      ' empty the action fields

Offline Thomas Schulte

  • @Notes Preisträger
  • Moderator
  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 4.388
  • Geschlecht: Männlich
  • Ich glaub mich tritt ein Pferd
Re: Formatting "Actions Taken"
« Antwort #2 am: 19.02.07 - 17:20:53 »
Or you could wait and look at the new show all useractions interface that is coming.
Thomas Schulte

Collaborative Project Portfolio and Project Management Software

"Aber wo wir jetzt einmal soweit gekommen sind, möchte ich noch nicht aufgeben. Versteh mich recht, aufgeben liegt mir irgendwie nicht."

J.R.R.Tolkien Herr der Ringe, Der Schicksalsberg

OpenNTF Project: !!HELP!! !!SYSTEM!!  !!DRIVER!!

Skype: thomasschulte-kulmbach

Offline alecrespi

  • Junior Mitglied
  • **
  • Beiträge: 80
  • Geschlecht: Männlich
    • alecrespi
Re: Formatting "Actions Taken"
« Antwort #3 am: 19.02.07 - 17:48:15 »
thank you.
In the meantime I've corrected the script.
 ::)

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz