Thread 38 of 38 |
| Thread Starter | | |
 PeteD | |
 1589 Hits |
|
Thread 37 of 38 |
| Thread Starter | | |
 OzPaul | Finding files (MSWord) containingHi all, I know how to find files using FileSystem but I can't work out if it is possible to use Windows search from within ObjectPal to locate Word files containing specific words (without first converting to text). Maybe DDE or OLE? Thankyou. Paul.
|
 2154 Hits |
|
Thread 36 of 38 |
| Thread Starter | | |
 Alex.V | Binary data is not stored in the MS SQL Database{Too Long!} |
 2456 Hits |
|
Thread 35 of 38 |
| Thread Starter | | |
 Robert.B2 | Best technique for newly inserted blank records???{Too Long!} |
 2194 Hits |
|
Thread 34 of 38 |
| Thread Starter | | |
 Robert.B2 | create uiObject Tool available in C# .NET???In ObjectPAL, a developer can use the...
ui.create() method to add uiObjects to a form
with PageTool, BoxTool, ButtonTool, ChartTool, ElipseTool, GraphicTool, LineTool, OLETool, FieldTool, etc.
Is there a similar feature available in C# .NET?
|
 2425 Hits |
|
Thread 33 of 38 |
| Thread Starter | | |
 OzPaul | Can Paradox read multiple items for the Clipboard?I am trying to streamline a work flow for our secretary and it occurred to me that she can sequentially copy multiple texts in another application to clipboard with cntrl-c. She can do this in sequence. Say family name, given name unit number. Can she then click on a button in Paradox to distribute these values to a Paradox table?? No problem for a single item, but what about the multiple values? Thanks, Paul.
|
 2333 Hits |
|
Thread 32 of 38 |
| Thread Starter | | |
 Brian.B | opening MS SQL dataset with tcursor with uniqueidHi,
, My first post. I am trying to open a table in MS SQL 2008 that has a column defined as a ROWGUID datatype UniqueIdentifier and it fails. Is there a way to add this datatype mapping to BDE or get around it in ObjectPal?
The ROWGUID is necessary to use FileStreaming for data in MS SQL 2008 so I cannot remove the column from the table.
|
 2568 Hits |
|
Thread 31 of 38 |
| Thread Starter | | |
 gcorvera | Populating Combo Field with OPal?{Too Long!} |
 2712 Hits |
|
Thread 30 of 38 |
| Thread Starter | | |
 Paul Castelow | Voice activated ParadoxThe biggest hurdle for users of data based programes is finding the time to do the inputting. Has there been any advances in voice activation for Paradox. Is this feature built into a program such as PDX or is it an add on ?
|
 2978 Hits |
|
Thread 29 of 38 |
| Thread Starter | | |
 Shawn.R | Web Services SOAP WSDL SSLWe have the need to use web services and need help finding out how to accomplish this.
WinXP - Pdox 10
For starters, can we use Paradox 10 to communicate via HTTP using SOAP and WSDL, or do we need to harness the capabilities of a third party application to handle this for us?
We are not sure how to communicate with web servers to authenticate, and then ultimately send an .xml request file and then receive a response as well.
Any guidance on how to do this or what applications to use for this would be appreciated. We've just downloaded SOAPui and are playing with that.
Thanks,
Shawn
|
 3453 Hits |
|
Thread 28 of 38 |
| Thread Starter | | |
 Shawn.R | Keyphysical not working{Too Long!} |
 2877 Hits |
|
Thread 27 of 38 |
| Thread Starter | | |
 rkayd | I need to create an rtf file.{Too Long!} |
 2141 Hits |
|
Thread 26 of 38 |
| Thread Starter | | |
 Jon | PrinterSetCurrent{Too Long!} |
 2568 Hits |
|
Thread 25 of 38 |
| Thread Starter | | |
 Jon | ReportPrintInfo DynArrayCan anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be available using the array.
|
 2672 Hits |
|
Thread 24 of 38 |
| Thread Starter | | |
 John.G | Changing account records based on a listDoes anyone know how to write this Paradox 4.5 code into a Paradox 11 script?
This works in my old Paradox. It goes through a list of account names finds the account in another table and scans to produce a balance due.
Code:
view "dish-ar", view "ulist"
moveto "ulist"
, for i from 1 to nrecords("ulist"), mykey = [ulist->iname], moveto record i
counter = 0
moveto [dish-ar->iname]
scan for [iname] = mykey and not EOT(), counter = counter + [charge] + [credit], editkey, [account balance] = counter, endscan
DO_IT!, ;message strval(mykey) sleep 1000, moveto "ulist", endfor, clearall
|
 2052 Hits |
|
Thread 23 of 38 |
| Thread Starter | | |
 tjclip | ERROR "Object variable or With block variableIn using a third party Active X "ISAXListBox" i get ERROR "Object variable or With block variable not set", , Anyone have some good OCX exprience using paradox? |
 1858 Hits |
|
Thread 22 of 38 |
| Thread Starter | | |
 rajab_ali_moham | paradox 11 or 12 standalonehi..., where can we buy or download pdox11 or pdox12 standalone, is there any suggestion about upgrading from pdox7 to pdox11 or pdox12?, thanks in advance... |
 2403 Hits |
|
Thread 21 of 38 |
| Thread Starter | | |
 Reinaldo | No SpacesI have a table that I have to export as a text file. One of the fields in the table is the account field. Some of the records display as 22 256 7894. The problem is that when I export the table the account value has to show as 222567894, no spaces. I can export the table just fine, but is there a code that I can put in to export the values without spaces?, , Thanks All |
 1514 Hits |
|
Thread 20 of 38 |
| Thread Starter | | |
 Reinaldo | format?{Too Long!} |
 1375 Hits |
|
Thread 19 of 38 |
| Thread Starter | | |
 davidc | Unicode Data Entry(wrong forum - moved) |
 1856 Hits |
|
Thread 18 of 38 |
| Thread Starter | | |
 Joaquφn Moreno Mu±oz | OLE DB/ADO in ObjectPalI have an ActiveX Control in a form of Paradox 9. The ActiveX uses OLE DB/ADO to get data from a database. â”How can I connect the ActiveX to a Paradox table? â”How can I get the data in the Paradox Table through OLE DB/ADO in order to set de dataSource property of the ActiveX Control in the Paradox form?, Thank you.
|
 2399 Hits |
|
Thread 17 of 38 |
| Thread Starter | | |
 Reinaldo | currency to textI can get a calculated field on a form to convert currency to text, simply by working with the experts and then creating the calculated field. I have tried to do the same on a report using the same steps with no success. I get the message "expression invalid in a calculated field". Can I make a field on a report to convert currency to text?, PDOX10WIN, thanks all! |
 1496 Hits |
|
Thread 16 of 38 |
| Thread Starter | | |
 rt | PopUpMenuI have form with a button which closes the form, then calls a report and then plonks on the report a popUpMenu. , I want to have a popUpMenu option whereby another another specific form can be called from the report menu. , Possibly the command MenuFormOpen might be the one, but what would the exact syntax be? , rt |
 1314 Hits |
|
Thread 15 of 38 |
| Thread Starter | | |
 Reinaldo | Report GraphicsI have a report and I wish to have a graphic field that depending on the Month of the year , as in, December a Graphic field would display the desired graphic from a graphic table that I have, if the month is January another graphic from the same table will display on the same field. My table name is BITS. PDOX9 WIN, , Thanks All |
 1439 Hits |
|
Thread 14 of 38 |
| Thread Starter | | |
 axelrad | current stock update calculation problem ??I need the current stock level to be displayed on a form, with the following validations, from this data table., stockcode os ns partno, 1000 x 1, 1000 2 , 2000 x 3 , 2000 4 , 2000 5 , i need to work out the amount of stock left for the newest stock code i.e 2000, if there is an "x" in either fields "os" or "ns" then the partno has gone. so somehow i need the count of stockcode that equals all the stock with the last stockcode where os and ns are blank., Thank you |
 1708 Hits |
|
Thread 13 of 38 |
| Thread Starter | | |
 axelrad | Usefull code for AUTOMATIC form printingWant to print a form without the windows print dialogue box., code a button with., self.visible=false, sendkeys("~",false), action(DataPrint), self.visible=true, , close(), this will print the form hide the print button and then close the form. |
 196 Hits |
|
Thread 12 of 38 |
| Thread Starter | | |
 rajab_ali_moham | Pdox7 setup error in win2000Hi, we have not any problem in win98, but i want to transfer to win2000, pdox7 setup in win2000 has internal_error :-4, what is problem ?, what is your idea any help appe., t...u..... |
 1550 Hits |
|
Thread 11 of 38 |
| Thread Starter | | |
 axelrad | Can the pdoxusrs table lock error message be changI need to change the pdoxusrs table.lck error message, The default message gives the user the change table and help option, i need to display something like..., SYSTEM BUSY try later with an O.K. button., Thank You. |
 1665 Hits |
|
Thread 10 of 38 |
| Thread Starter | | |
 rajab_ali_moham | TOTAL OF REPORT BANDS IS WRONGHELLO TO ALL, in reports when end of band is at end of page total of fields of that band was printed at top of new page but that, sum of fields was repeated for next band and , take a mistake, what i must to do for this problem, ...t....u......,  |
 1445 Hits |
|
Thread 9 of 38 |
| Thread Starter | | |
 Joe Ng | Specify FROM in MAPI?In mapi, can I set the FROM value to a different value?, , ..., m.addAddress(sMsgRecip), m.setSubject(sMsgSubj), m.setMessage(sMsgText), m.send() ; Send the message, ... |
 1602 Hits |
|
Thread 8 of 38 |
| Thread Starter | | |
 isoftdata | Sending control codes to a printerAnybody know how to send control codes to a printer in a report? I have an Okidata ML320 which has built-in barcode fonts but requires a string of control codes to be sent to it prefixing the text that you want in barcode font. Is there a way to do this in the middle of a report? I know any ttf fonts will be rendered to graphics but printer fonts are printer fonts so any guesses as how to send a bunch of chr codes within a field and would they make it to the printer intact?, , Thanks for any help or guesses,, , Matthew Wegener |
 2141 Hits |
|
Thread 7 of 38 |
| Thread Starter | | |
 Guy Stuart | DDE and IEXPLORE, Open Link works but having troubI am able to link with iexplore (Internet Explorer) but I can not seem to sendkeys to it. Also, where do I find a list of the executable commands for iexplore., Note. I realize that I could use the startwebbrowser command to do the below, but I am just trying to get a responce from Iexplore with the code below.
, , method pushButton(var eventInfo Event), Var, Stock String, ddeLink DDE, strLevel String, Endvar, if not ddeLink.open("iexplore","system") then, msginfo("Stop","ddeLink not open"), else, Sleep(4000), sendkeys("%fo"), sleep(2000), sendkeys("www.dbc.com"), endif, ddelink.close(), endMethod |
 2925 Hits |
|
Thread 6 of 38 |
| Thread Starter | | |
 rt | Splash screenI know recently there were a few posts on getting rid of the splash screen, but is there anyway to get rid of the initial opening picture of the filing cabinet which says Paradox Presents... when using the AF?, rt, etc? |
 1303 Hits |
|
Thread 5 of 38 |
| Thread Starter | | |
 philmarcus | Lock Time outDoes anyone know what causes this error and how to prevent it? , , Seems to occur on NT and Win 2K network servers, regardless what the desktop has for an OS. Often after a user has been idle for some time., , ------------------ |
 2053 Hits |
|
Thread 4 of 38 |
| Thread Starter | | |
 isoftdata | Another Imaging issue...Does anybody have a DLL that would take an image in a Paradox Graphic field and save it to a .JPG file in .JPG format? Or have any other hack way to do it? for emailing files, Netscape automatically converts the bitmap to a jpeg when you paste it into a document. (only problem is it won't accept addressing information properly from Paradox.) Outlook Express can handle the addressing but can't handle the image even as a bitmap. [IMG]http://prestwood.net/ubb/mad.gif[/IMG], , Thanks again for any help,, , Matthew Wegener |
 1823 Hits |
|
Thread 3 of 38 |
| Thread Starter | | |
 theot | PARADOX SAMPLE CODEI am looking for Paradox sample applications. Specifically I am looking for the cheque book form which came with the early versions of Paradox. These sample applications are an excellent training tool., , Is there a place on the Web where there is a repository of such sample applications? |
 1776 Hits |
|
Thread 2 of 38 |
| Thread Starter | | |
 Dieter.Bartmann | How to define Array Substructures in Record Varia{Too Long!} |
 1934 Hits |
|
Thread 1 of 38 |
| Thread Starter | | |
 jigesh | Computer FreezesWe are running Paradox for Windows 5.0 on the network and for some reasons the systems locks up. Any help will be appreciated., , Thanks in advance |
 2143 Hits |
|
 |