See Bruce Armstrong's blog at http://brucearmstrong.blogspot.com/2013/12/powerbuilder-user-group-germany.html
More to come soon.
Don't miss the Charlotte PowerBuilder Conference in March 2014 (www.ncpbug.org) for the latest on all things PowerBuilder, Appeon, and more!
"Nature forges...
I'm trying to setup a find string in a macro so I can locate appointments by the global appointment id. Can anyone give me an example? My assumption is I have to format it or convert it into a string in some fashion.
Thanks
Matt
"Nature forges everything on the anvil of time"...
I've got the following query:
TRANSFORM Sum(CSRVolume_2.TotVolume) AS TotalVolume
SELECT CSRVolume_2.ResponsibleCSR, CSRVolume_2.GroupCode, CSRVolume_2.Customer, Max(CSRVolume_2.CompanyName) AS CustomerName
FROM CSRVolume_2
GROUP BY CSRVolume_2.ResponsibleCSR, CSRVolume_2.GroupCode...
How do you set up a simple row count column on a spreadsheet?
Something like "COUNT(<previous cell>:1)" so you get the values
1
2
3
4
etc...
Thanks
Matt
"Nature forges everything on the anvil of time
From the PB8 online books:
Sleep
Description
Causes the application to pause for a specified time.
Syntax
Sleep ( seconds )
Argument
Description
seconds
Long for the number of seconds you want the application to pause
Return values
Integer. Returns 1 if the function succeeds and -1 if an...
I need to manually remove a test order and batch so I can remove a payment module. The process as listed in the Miva website (process and delete all orders) does not work. Any help is appreciated. (version does not support deactivation of modules)
I just set up my store. When I generate the list of links via Miva I can connect/navigate/view products/purchase/etc fine.
When I use the generated link to my storefront on my existing web pages I get the message: Error code: MER-DTB-00001, Description: Error opening 'basklist.dbf': No such...
I have just implemented an OLE faxing solution in my PB7 app
using Facsys.
This code creates the session, addresses the fax message, then attaches a previously created MSWord document to the
fax.
[start code]
OLEObject lole_facsys, lole_faxmsg, lole_recipient, lole_attachmnt
lole_facsys =...
Anyone know how to change the color of the gridlines in a grid datawindow? An alternative is how to NOT display the grid lines for 'invisible' columns in a grid datawindow?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.