pb同步服务器时间 lpSystemTime.wYear=year(dat_ntserver) lpSystemTime.wMonth=month(dat_ntserver) lpSystemTime.wDay=day(dat_ntserver) lpSystemTime.wHour=hour(tim_ntserver) lpSystemTime.wMinute=Minute(tim_ntserver) lpSystemTime.wSecond=Second(tim_ntserver)
2022-09-13 18:04:01 1KB powerbuild 系统时间 服务器时间
1
调用pb开发的webserver(SOAP 1.2) /* POST /webservice/n_webservice.asmx HTTP/1.1 Host: localhost Content-Type: application/soap+xml; charset=utf-8 Content-Length: length string string
2022-09-12 09:05:31 68KB powerbuild webserver SOAP1.2 json
1
调用pb开发的webserver(SOAP 1.1) /* POST /webservice/n_webservice.asmx HTTP/1.1 Host: localhost Content-Type: application/soap+xml; charset=utf-8 Content-Length: length string string
2022-09-12 09:05:30 65KB powerbuild webserver SOAP1.1 http
1
调用pb开发的webserver(HTTP POST) /*POST /webservice/n_webservice.asmx/uf_ab HTTP/1.1 Host: localhost Content-Type: application/x-www-form-urlencoded Content-Length: length ll_a=string&ll_b=string*/ /*获取结果 HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length short*/ //出参是json格式{"statusCode":"2"}
2022-09-11 12:03:40 75KB powerbuild http webserver HTTPPOST
1
pb11调用webserver报错,缺少环境文件 soapconnection conn conn = create soapconnection basichttpbinding_ioperationservice wsopertion conn.createinstance(wsopertion,'basichttpbinding_ioperationservice') fhz =wsopertion.openRoomOperate("{'areaid':'1','roomcode':'"+ls_roomcode+"','doctcode':'"+ls_doctor+"','clinictype':'"+ls_dept_name+"','deptcode':'"+ls_dept+"','status':'1'}")
2022-09-11 09:05:04 111KB powerbuild webserver soap
1
powerbuild生成code39,条码生成,用于盘点 /*39码 1、支持数字、大写字母、部分符号 2、小写字母生成条码大写字母 3、前后需要增加【*】号 4、安装39码字体库 5、字体18*/
2022-09-10 09:04:53 10KB powerbuild code39 条形码
1
介绍PowerBuild数据窗口几个缓冲区含义及区别,及相关方法简介。初学者可以参考。
2022-04-11 14:05:15 37KB powerbuilder
1
POWERPRN示例 包含(DLL/C源文件/帮助)
2022-02-04 16:43:51 102KB powerbuild POWERPRN示例 DLL 源文件
1
powerbuiler 通过dll实现对 文件的压缩和解压,可以同时多选文件
2022-01-12 09:25:06 92KB pb压缩 解压 zip powerbuild
1
pb 实现仿BS界面 dw菜单 powerbuild
2022-01-11 23:07:02 356KB pb 实现仿BS界面 dw菜单 powerbuild
1