This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
646
Web Server - Ask For Help / Re: Refresh a Browse after Change
« on: February 08, 2013, 10:31:06 AM »
amazing...
but just for curious, what code generate this setting..
thanks...
but just for curious, what code generate this setting..
thanks...
647
Web Server - Ask For Help / Re: Focus
« on: February 08, 2013, 02:17:57 AM »
again see the attactment, i include new procedure call ChangePassword.
[attachment deleted by admin]
[attachment deleted by admin]
648
Web Server - Ask For Help / Re: Refresh a Browse after Change
« on: February 08, 2013, 02:13:57 AM »
i need to refresh the entire browse because i have a filter, the record is update correctly but not the filter.
My Filter:
loc:FilterWas =''
loc:FilterWas = 'Sal2:SalesRepCode=<39>'&p_web.GSV('SAL:SalesRepCode')&'<39>' &|
' and Sal2:ReportDate_DATE>=' &p_web.GSV('loc:fromdate') &|
' and Sal2:ReportDate_DATE<=' &p_web.GSV('loc:todate')
ThisView{prop:Filter} = loc:FilterWas
My Filter:
loc:FilterWas =''
loc:FilterWas = 'Sal2:SalesRepCode=<39>'&p_web.GSV('SAL:SalesRepCode')&'<39>' &|
' and Sal2:ReportDate_DATE>=' &p_web.GSV('loc:fromdate') &|
' and Sal2:ReportDate_DATE<=' &p_web.GSV('loc:todate')
ThisView{prop:Filter} = loc:FilterWas
649
Web Server - Ask For Help / Re: Refresh a Browse after Change
« on: February 07, 2013, 01:31:34 PM »
my form is in popup, and the browser is inside a form..
650
Web Server - Ask For Help / Refresh a Browse after Change
« on: February 07, 2013, 07:13:54 AM »
How i can refresh a browse after change a record, i have a browse with filter and i need to refresh after chage a record.
651
Web Server - Ask For Help / Re: Focus
« on: February 07, 2013, 02:46:35 AM »
see attachment..
[attachment deleted by admin]
[attachment deleted by admin]
652
Web Server - Ask For Help / Re: NT and large MSSQL tables and others
« on: February 07, 2013, 02:27:24 AM »
estadok,
the View in SQL server support keys check in google, i have a large tables with sql without problems and multiples views with keys..
and check database engine tuning Advisor, this tools is great for boost sql server..
the View in SQL server support keys check in google, i have a large tables with sql without problems and multiples views with keys..
and check database engine tuning Advisor, this tools is great for boost sql server..
653
Web Server - Ask For Help / Re: Focus
« on: February 06, 2013, 04:41:26 AM »
7.05 don't work Focus, only work in 7.03 and back
this is my code:
IF Loc:CurrentPassword = ''
loc:alert='Invalid Current Password'
Loc:invalid = 'Loc:CurrentPassword'
exit
END
IF Loc:NewPassword=''
loc:alert='Invalid New Password'
Loc:invalid = 'Loc:NewPassword'
EXIT
END
IF Loc:NewPasswordConfrmation = ''
loc:alert='Invalid Confirmation Password'
Loc:invalid = 'Loc:NewPasswordConfrmation'
exit
END
if Loc:NewPasswordConfrmation <> Loc:NewPassword
loc:alert='Invalid Confirm New Password'
Loc:invalid = 'Loc:NewPasswordConfrmation'
Exit
end
p_web._OpenFile(Users)
Use:UserId = p_web.GSV('UserId')
Access:Users.Fetch(Use:PK_Users)
if Loc:CurrentPassword =Use:Password
loc:alert='Invalid New Password, is equal to Current password'
Loc:invalid = 'Loc:CurrentPassword'
EXIT
end
if Loc:CurrentPassword <> Use:Password
loc:alert='Invalid Current Password'
Loc:invalid = 'Loc:CurrentPassword'
ELSE
Use:Password = Loc:NewPassword
PUT(Users)
END
p_web._CloseFile(Users)
this is my code:
IF Loc:CurrentPassword = ''
loc:alert='Invalid Current Password'
Loc:invalid = 'Loc:CurrentPassword'
exit
END
IF Loc:NewPassword=''
loc:alert='Invalid New Password'
Loc:invalid = 'Loc:NewPassword'
EXIT
END
IF Loc:NewPasswordConfrmation = ''
loc:alert='Invalid Confirmation Password'
Loc:invalid = 'Loc:NewPasswordConfrmation'
exit
END
if Loc:NewPasswordConfrmation <> Loc:NewPassword
loc:alert='Invalid Confirm New Password'
Loc:invalid = 'Loc:NewPasswordConfrmation'
Exit
end
p_web._OpenFile(Users)
Use:UserId = p_web.GSV('UserId')
Access:Users.Fetch(Use:PK_Users)
if Loc:CurrentPassword =Use:Password
loc:alert='Invalid New Password, is equal to Current password'
Loc:invalid = 'Loc:CurrentPassword'
EXIT
end
if Loc:CurrentPassword <> Use:Password
loc:alert='Invalid Current Password'
Loc:invalid = 'Loc:CurrentPassword'
ELSE
Use:Password = Loc:NewPassword
PUT(Users)
END
p_web._CloseFile(Users)
654
Web Server - Ask For Help / Re: 7.03 Question
« on: February 06, 2013, 04:39:51 AM »
ignore this post, work but the focus don't work...
655
Web Server - Ask For Help / Re: 7.03 Question
« on: February 06, 2013, 04:21:13 AM »
7.05 don't work in this version only in delete..
656
Web Server - Ask For Help / Re: 7.04 Site Feedback
« on: February 05, 2013, 02:26:15 AM »
7.05 is available?? capesoft site said : UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version 7.05 but web folder is on version 7.04
657
Web Server - Ask For Help / 7.05??
« on: February 04, 2013, 02:04:32 AM »
web page said 7.05 but after dowload the setup said 7.04..
658
Web Server - Ask For Help / Re: Focus
« on: February 01, 2013, 05:38:44 AM »
i think that the jQuery Dialogs has affected ..
659
Web Server - Ask For Help / Re: Autocomplete??
« on: January 31, 2013, 02:10:51 AM »
i never imagine look there....
thanks..
thanks..
660
Web Server - Ask For Help / Re: Focus
« on: January 30, 2013, 05:29:38 AM »
stopped working with version 7.04.. go back to 7.03