Search
-
In Method Classic the values of a Yes/No field displayed as Yes or No in a grid. In Method New it is True or False.
Is there a way to use an expression to change that? Haven't been able to figure it out.
-
So lets say I've have a screen and we need to add another field and update some actions. Can we record what wev'e done in Version 2, etc and reference it later
-
What kind of changes we are talking about here?
-
Hello pinline,
Here's my answer. You can certainely achieve this with the help of Report designer. You can customize your screen and add multiple buttons(like Catalog requests, random samples) to the screen and assign Generate report action to those buttons, which will call for reports associated with those ...
-
Basically just needs to do something like
<a href="http://websiteaddress.com" target="_blank"> designed by Computer Bookkeeping Solutions</a> In a text label
Try it, it should give you the desired result.
-
Thanks!
That gives me what I need for now. I'm assuming we will be discussing that in more detail in the advanced track of the retreat.
-
Can you provide me with the screen shot of the error you got?
-
Hey Mahlon-
As it stands today app names have to be unique there cannot be 2 apps named routes or 2 apps named Invoices.
If we create an app called Routes as part of a App Pack and you already have an app in your account called Routes you will have to rename the app in your account to install the Routes app.
The same app can exist in ...
-
The typed out code is:
Imports System.Text.RegularExpressions
Private Sub OnBeforePrint(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintEventArgs)
CType(sender, XRLabel).text = Regex.Replace(Regex.Replace(Regex.Replace(CType(sender, XRLabel).text, "<[^>]+?>", ""), "&nbsp;", " ...
-
You are right, there are some issues with the Grid column actions, I tried to replicate it and it is giving error. I will create a ticket for this issue and will keep you updated.
|
|
|