Discussions tagged DATE
Cursor doesn't move out of a computed column
- Issue
- Last updated 1 year ago
- Mark Goldsmith replied 1 year ago
Hello,
Using Powerbuilder 2022 b1900, Postgresql 15
Have a computer column in a datawindow, defined as cast(null as date) as expiry along with few database columns. 1. EditMask of the expiry column set to MM/yyyy2. Format of the expiry column s...
Is there a DateAdd function in powerscript?
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
Hi friends,
How do add days to a datawindow smalldatetime field in script? I'm trying to compute an invoice due date based on the invoice date and the selected terms (30, 60, 90, etc).
TIA,
Tracy
...
Date() no longer works as expected
- Resolved
- Issue
- Last updated 3 years ago
- mike S replied 3 years ago
I have the following code:
string ls_date = "1900-01-50"date ld_dateld_date = date(ls_date)messagebox("Date", string(ld_date, "dd-mm-yyyy"))
When run using PowerBuilder 12.5.2 (my legacy system) the result in the messagebox is...
Hi Gurus
We have an application where all the date fields are masked DD/MM/YY and when we enter the data 31/01/50, it converts in 31/01/1950 rather than 31/01/2050.
Till year 49 it's fine and convert into 2049.
Although if I change the maski...
Date field problem in Mobile APP (Android)
- Issue
- Last updated 5 years ago
- Alex Hernandez replied 5 years ago
Hello all,i have a Mobile application with a Date column in a datawindow
i set the mask and format to dd/mm/yyyy
changing the date (the column have no validation at DW level) we get and invalid data errror (atteched picture)
i have check the Date ...
Hi
This is Prashant here I am facing probem with unicode numeric datatype. Which I believe could be for numeric values unicode \u and I set Edit mask Format = ###,###. If I removed Edit Mask and allow it return garbage value.
If fails to enter nume...
Get DateTime of Deployment
- How-to
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi,
is there a function in a PowerBuilder Mobil App to read the datetime when the app was deployed to the server?
Kind regards,
Ludwin
...
Determine Regional Settings on Mobile Device
- Resolved
- How-to
- Last updated 6 years ago
- Michael Hartnett replied 6 years ago
Hi All,
Not sure if this has been asked before, but struggling to find direction on what to do.
Is there a way to determine the Language & Region and therefore the Date & Time format used on a mobile device using Powerserver Mobile.
We have an app...
Does anyone know how to manipulate date values to allow for varying timezones?
- Resolved
- Issue
- Last updated 6 years ago
- Sivaprakash BKR replied 6 years ago
Hi All,
One of our PB apps is used in multiple timezones, with users in those differing timezones hitting the same Oracle table rows, based on their role. Because of that, the varying timestamps in our tables are off, making it rough to report on...
How to view DW update SQL statement?
- Resolved
- Issue
- Last updated 6 years ago
- Roland Smith replied 6 years ago
Is there a way to view the update sql statement generated by a dw?
...
Date-time & decimal value format in power builder .
- Issue
- Last updated 6 years ago
- Bruce Armstrong replied 6 years ago
Hi All,
I want to change the format of date time displayed without having to modify SQL query . Currently it is displaying "9/19/2017 08:29:25 " i want to change it to "19 MAR 2017 08:29:25" . same case with decimal values , it is showing ".6" in...
OpenWithParm Not Working in PB 12.6 Classic and Win 10 Build 1709
- Issue
- Last updated 6 years ago
- J-Craig Maxie replied 6 years ago
Hi. We're currently experiencing an issue with a 64-bit .exe created with PB 12.6 Classic (build 4098) running on workstations with Win 10 Fall Creators Update (Build 1709).
The application runs fine on previous versions of Win 7 and 10, and ...
You need to upgrade the working copy first
- Issue
- Last updated 6 years ago
- Govinda Lopez @Appeon replied 6 years ago
In one of my machines when trying to connect it to subversion I get the following message :
PBSCC Proxy : version 2.01.78 built on 2010-10-16
PBSCC Proxy : svn work dir: .svn
PBSCC Proxy : svn: E155036: Please see the 'svn upgrade' ...
date-function in PB 2017 different to 12.6?
- Issue
- Last updated 6 years ago
- Chris Pollach @Appeon replied 6 years ago
Hi,
I just migrated my project to PB 2017 1681 and run into an error because the behavior of the powerscript function date(string) appears to be changed. In PB 12.6 this:
date('2018-01-53') returns 1900-01-01, what I need.
But in PB ...
Hi,
I am from Latin America and I am migrating from pb1251 to pb2017, what should I do to make the date appear with 2017-ene-23 and not in English format like 2017-jan-24. There is something similar to EBF20964_localizaded.
Thanks in advance ...
- Page :
- 1