I\'m having problem with the layout of a window after converting the application to web form. The window contains a datawindow. When I open the window in the internet explorer, initially the layout is
I am using PowerBuilder PFC library to login to the databa开发者_运维百科se. n_cst_appmanager/ pfc_open:
The question开发者_开发知识库 says it all. I want to know if it a good idea to manually call the accepttext() or pfc_accepttext to force powerbuilder to accept the values in the datawindow fields.
I have two master-detail datawindow which are linked through pfc\'s linkage service. Now I have read in the documentation that when using FILTER开发者_如何学C style retrieval code must be placed insid
I have a user object which is using pfc services. Now, during update, I have written my validation code in the pfc_validation() function, and when validation does not succeed, I am returning -3 from t
I think the title itself is pretty self-explanatory. Is there any function 开发者_开发百科in powerbuilder which is equivalent to PHP\'s \"explode\" function?
I create a new MVC project and there is a default Site.css file. The default style creates a menu at the top, aligned to the right.