PxPlus User Forum

Twitter Twitter Twitter

Show Posts

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.


Messages - harryv

Pages: [1]
1
Off Topic / Re: Oferta de Trabajo
« on: November 26, 2021, 03:08:55 PM »
We are a Software Development Company and we are looking for developers to develop with PxPlus, as well as experience in implementations with Inomads.
If anyone is interested, you can contact me by email hjsalva2@gmail.com.

2
Mike,

I did the same and get

FileVersion: 15.0.1.0.
ProductVersion: 15.0.1.0.

The File Version is correct
But in the properties detail the Product Version is 15.00.0001
I'm not sure if the number of zeros makes a difference if not then the numbers are the same.



3
EVa - I tried this program on pxp2018 and the product version came out wrong.

Just a FYI.

4
Programming / Re: GET_FILE_BOX
« on: December 14, 2018, 08:12:32 AM »
Mike,

The only thing that you probably can do is check id proot$ is in the pdir$ if not display a message and send it back to the GET_FILE_BOX

5
Off Topic / Programmer Wanted
« on: November 23, 2018, 03:12:44 PM »
TECSYS - We are looking for a Programmer in the Toronto Area.

FULL TIME POSITION
Brief description:
Within a custom software team, the Developer designs and develops customized code for the PointForce Enterprise ERP software package using ProvideX Basic, Java, HTML, JavaScript and other related technologies to meet specification requirements and completion goals within given deadlines.

Contact
George Toor
1-905-752-4550 X 2217

6
Programming / Re: excel object create error 12
« on: November 16, 2018, 03:19:29 PM »
Make the line

[Running or New]

7
Programming / Re: QR codes
« on: October 23, 2018, 11:34:38 AM »
Devon,

 I get the same error on line 70 - Pxplus 2018.

8
Wish List / DELETE Records
« on: August 24, 2018, 08:43:48 AM »
Have you ever thought about adding

DELETE FROM table WHERE into the language

Harry Valters

9
Wish List / Re: Select a single field not Just *
« on: August 02, 2018, 09:01:08 AM »
Devon,

I know you can do this - Not quit valid if I want the 100'th field only - Typing in 100 * is not too easy.

Mike,

We do this in SQL - we have a channel open on a global to get the SQL fields - I was hoping for a Pxp solution.
We do a SQL$="SELECT PRODCTDES from [dbo].[ici1] wher Product='"+Prodct$+"' and company='"+%C$+"""

Harry

10
Wish List / Select a single field not Just *
« on: August 01, 2018, 01:49:13 PM »
Mike,

Is it possible to create a select like SQL where you can just pick up a single field or multiple fields using the select.

Old:

Select * from "inventory" WHERE product$="product"

New

Select [prodctdes$],[sku$] from "inventory" WHERE product$="product"

Maybe use the [] as delimiters for this case.

It would limit network traffic this way.

Regards,

Harry Valters

Pages: [1]