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.


Topics - harryv

Pages: [1]
1
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

2
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

3
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]